Commit 70f5bd04 authored by Marcel Holtmann's avatar Marcel Holtmann

[Bluetooth] Add support for an old ALPS module

This patch adds the specific vendor and product id's for an old
ALPS module which don't uses the USB Bluetooth class id.
parent 39381f70
......@@ -79,6 +79,9 @@ static struct usb_device_id bluetooth_ids[] = {
/* Ericsson with non-standard id */
{ USB_DEVICE(0x0bdb, 0x1002) },
/* ALPS Module with non-standard id */
{ USB_DEVICE(0x044e, 0x3002) },
/* Bluetooth Ultraport Module from IBM */
{ USB_DEVICE(0x04bf, 0x030a) },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment