]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: btusb: Consolidate Broadcom based device entries
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Mar 2015 22:11:41 +0000 (15:11 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Sat, 28 Mar 2015 08:30:12 +0000 (10:30 +0200)
For all modern Bluetooth USB devices from Broadcom it makes a lot more
sense to use USB_VENDOR_AND_INTERFACE_INFO instead of manually adding
USB_DEVICE for each one of them. There are already interface entries
for these vendors and so just remove the duplicate device entries.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/btusb.c

index 9bf4d6ae6c6be17f28396dc2eae3d311a105b34b..6e4ff16e487b06229346a9284e867962f70f0d5c 100644 (file)
@@ -111,13 +111,7 @@ static const struct usb_device_id btusb_table[] = {
        { USB_DEVICE(0x0c10, 0x0000) },
 
        /* Broadcom BCM20702A0 */
-       { USB_DEVICE(0x0489, 0xe042) },
-       { USB_DEVICE(0x04ca, 0x2003) },
-       { USB_DEVICE(0x0b05, 0x17b5) },
-       { USB_DEVICE(0x0b05, 0x17cb) },
        { USB_DEVICE(0x413c, 0x8197) },
-       { USB_DEVICE(0x13d3, 0x3404),
-         .driver_info = BTUSB_BCM_PATCHRAM },
 
        /* Broadcom BCM20702B0 (Dynex/Insignia) */
        { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM },
@@ -139,10 +133,12 @@ static const struct usb_device_id btusb_table[] = {
          .driver_info = BTUSB_BCM_PATCHRAM },
 
        /* Belkin F8065bf - Broadcom based */
-       { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) },
+       { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
+         .driver_info = BTUSB_BCM_PATCHRAM },
 
        /* IMC Networks - Broadcom based */
-       { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) },
+       { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
+         .driver_info = BTUSB_BCM_PATCHRAM },
 
        /* Intel Bluetooth USB Bootloader (RAM module) */
        { USB_DEVICE(0x8087, 0x0a5a),