diff options
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r-- | drivers/bluetooth/ath3k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index cb5ef5ba9650..d3fdc32b579d 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c | |||
@@ -97,6 +97,7 @@ static const struct usb_device_id ath3k_table[] = { | |||
97 | { USB_DEVICE(0x13d3, 0x3402) }, | 97 | { USB_DEVICE(0x13d3, 0x3402) }, |
98 | { USB_DEVICE(0x0cf3, 0x3121) }, | 98 | { USB_DEVICE(0x0cf3, 0x3121) }, |
99 | { USB_DEVICE(0x0cf3, 0xe003) }, | 99 | { USB_DEVICE(0x0cf3, 0xe003) }, |
100 | { USB_DEVICE(0x0489, 0xe05f) }, | ||
100 | 101 | ||
101 | /* Atheros AR5BBU12 with sflash firmware */ | 102 | /* Atheros AR5BBU12 with sflash firmware */ |
102 | { USB_DEVICE(0x0489, 0xE02C) }, | 103 | { USB_DEVICE(0x0489, 0xE02C) }, |
@@ -140,6 +141,7 @@ static const struct usb_device_id ath3k_blist_tbl[] = { | |||
140 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, | 141 | { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 }, |
141 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, | 142 | { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 }, |
142 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, | 143 | { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 }, |
144 | { USB_DEVICE(0x0489, 0xe05f), .driver_info = BTUSB_ATH3012 }, | ||
143 | 145 | ||
144 | /* Atheros AR5BBU22 with sflash firmware */ | 146 | /* Atheros AR5BBU22 with sflash firmware */ |
145 | { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, | 147 | { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 }, |