diff options
author | Alexander Ploumistos <alex.ploumistos@gmail.com> | 2015-02-13 14:05:11 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-02-14 18:45:12 -0500 |
commit | 2eeff0b4317a02f0e281df891d990194f0737aae (patch) | |
tree | 2266a5dd7ca680b9056f9bfdb92c28d55f297db1 | |
parent | bfbd45e9acd2ef90ccc31ea02e08f82af392dbec (diff) |
Bluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card
Add 04f2:aff1 to ath3k.c supported devices list and btusb.c blacklist, so
that the device can load the ath3k firmware and re-enumerate itself as an
AR3011 device.
T: Bus=05 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=04f2 ProdID=aff1 Rev= 0.01
C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=1ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=02(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 0 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 0 Ivl=1ms
I: If#= 1 Alt= 1 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 9 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 9 Ivl=1ms
I: If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 17 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 17 Ivl=1ms
I: If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 25 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 25 Ivl=1ms
I: If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 33 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 33 Ivl=1ms
I: If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E: Ad=83(I) Atr=01(Isoc) MxPS= 49 Ivl=1ms
E: Ad=03(O) Atr=01(Isoc) MxPS= 49 Ivl=1ms
Signed-off-by: Alexander Ploumistos <alexpl@fedoraproject.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Cc: stable@vger.kernel.org
-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 }, |