diff options
-rw-r--r-- | drivers/bluetooth/ath3k.c | 1 | ||||
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index de4c8499cbac..288547a3c566 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -65,6 +65,7 @@ static const struct usb_device_id ath3k_table[] = { | |||
65 | /* Atheros AR3011 with sflash firmware*/ | 65 | /* Atheros AR3011 with sflash firmware*/ |
66 | { USB_DEVICE(0x0489, 0xE027) }, | 66 | { USB_DEVICE(0x0489, 0xE027) }, |
67 | { USB_DEVICE(0x0489, 0xE03D) }, | 67 | { USB_DEVICE(0x0489, 0xE03D) }, |
68 | { USB_DEVICE(0x04F2, 0xAFF1) }, | ||
68 | { USB_DEVICE(0x0930, 0x0215) }, | 69 | { USB_DEVICE(0x0930, 0x0215) }, |
69 | { USB_DEVICE(0x0CF3, 0x3002) }, | 70 | { USB_DEVICE(0x0CF3, 0x3002) }, |
70 | { USB_DEVICE(0x0CF3, 0xE019) }, | 71 | { USB_DEVICE(0x0CF3, 0xE019) }, |
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 77295c36df51..0f4c43652d71 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -159,6 +159,7 @@ static const struct usb_device_id blacklist_table[] = { | |||
159 | /* Atheros 3011 with sflash firmware */ | 159 | /* Atheros 3011 with sflash firmware */ |
160 | { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE }, | 160 | { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE }, |
161 | { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE }, | 161 | { USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE }, |
162 | { USB_DEVICE(0x04f2, 0xaff1), .driver_info = BTUSB_IGNORE }, | ||
162 | { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE }, | 163 | { USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE }, |
163 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, | 164 | { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE }, |
164 | { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, | 165 | { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE }, |