aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-27 18:11:41 -0400
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-28 04:30:12 -0400
commit6331c686e664909988ecc35b040e1e96c137f5e0 (patch)
treedbf6f5abb132bcc81ad24c384d227f47352a6342 /drivers/bluetooth
parenta7a484bfca218f9671a3e3bc98851eab6b628310 (diff)
Bluetooth: btusb: Consolidate Broadcom based device entries
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/btusb.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 9bf4d6ae6c6b..6e4ff16e487b 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -111,13 +111,7 @@ static const struct usb_device_id btusb_table[] = {
111 { USB_DEVICE(0x0c10, 0x0000) }, 111 { USB_DEVICE(0x0c10, 0x0000) },
112 112
113 /* Broadcom BCM20702A0 */ 113 /* Broadcom BCM20702A0 */
114 { USB_DEVICE(0x0489, 0xe042) },
115 { USB_DEVICE(0x04ca, 0x2003) },
116 { USB_DEVICE(0x0b05, 0x17b5) },
117 { USB_DEVICE(0x0b05, 0x17cb) },
118 { USB_DEVICE(0x413c, 0x8197) }, 114 { USB_DEVICE(0x413c, 0x8197) },
119 { USB_DEVICE(0x13d3, 0x3404),
120 .driver_info = BTUSB_BCM_PATCHRAM },
121 115
122 /* Broadcom BCM20702B0 (Dynex/Insignia) */ 116 /* Broadcom BCM20702B0 (Dynex/Insignia) */
123 { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM }, 117 { USB_DEVICE(0x19ff, 0x0239), .driver_info = BTUSB_BCM_PATCHRAM },
@@ -139,10 +133,12 @@ static const struct usb_device_id btusb_table[] = {
139 .driver_info = BTUSB_BCM_PATCHRAM }, 133 .driver_info = BTUSB_BCM_PATCHRAM },
140 134
141 /* Belkin F8065bf - Broadcom based */ 135 /* Belkin F8065bf - Broadcom based */
142 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01) }, 136 { USB_VENDOR_AND_INTERFACE_INFO(0x050d, 0xff, 0x01, 0x01),
137 .driver_info = BTUSB_BCM_PATCHRAM },
143 138
144 /* IMC Networks - Broadcom based */ 139 /* IMC Networks - Broadcom based */
145 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01) }, 140 { USB_VENDOR_AND_INTERFACE_INFO(0x13d3, 0xff, 0x01, 0x01),
141 .driver_info = BTUSB_BCM_PATCHRAM },
146 142
147 /* Intel Bluetooth USB Bootloader (RAM module) */ 143 /* Intel Bluetooth USB Bootloader (RAM module) */
148 { USB_DEVICE(0x8087, 0x0a5a), 144 { USB_DEVICE(0x8087, 0x0a5a),