linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ath3k: Add support of MCI 13d3:3408 bt device
@ 2014-11-18 22:51 Dmitry Tunin
  2014-11-18 22:56 ` Marcel Holtmann
  0 siblings, 1 reply; 7+ messages in thread
From: Dmitry Tunin @ 2014-11-18 22:51 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: linux-kernel, linux-wireless

Add support for bluetooth MCI WB335 (AR9565) Wi-Fi+bt module.
It is AR3011 device according to iProduct == 0.
So btusb should be blacklisted
I submitted a wrong patch before asif  it was an AR3012 device,
but it works both ways. This is the right one.

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
are */

---

diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index d85ced2..3b53116 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -69,6 +69,7 @@ static const struct usb_device_id ath3k_table[] = {
  { USB_DEVICE(0x0CF3, 0x3002) },
  { USB_DEVICE(0x0CF3, 0xE019) },
  { USB_DEVICE(0x13d3, 0x3304) },
+ { USB_DEVICE(0x13d3, 0x3408) },

  /* Atheros AR9285 Malbec with sflash firmware */
  { USB_DEVICE(0x03F0, 0x311D) },
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index edfc17b..bbf5c1c 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -146,6 +146,7 @@ static const struct usb_device_id blacklist_table[] = {
  { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
  { USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
  { USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
+ { USB_DEVICE(0x13d3, 0x3408), .driver_info = BTUSB_IGNORE },

  /* Atheros AR9285 Malbec with sflash firmware */
  { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-23 12:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-18 22:51 [PATCH v2] ath3k: Add support of MCI 13d3:3408 bt device Dmitry Tunin
2014-11-18 22:56 ` Marcel Holtmann
2014-11-19  6:46   ` [PATCH v3] " Dmitry Tunin
     [not found]     ` <CAKxAHQ4intUoy2qv9ftTJL_c2JN3kYn8bC_Jk9=93rvvXNE80Q@mail.gmail.com>
2014-11-19  9:40       ` Michel Memeteau - EKIMIA
2014-11-19 10:06         ` Dmitry Tunin
2014-11-23 12:10           ` Dmitry Tunin
2014-11-19  9:52       ` Dmitry Tunin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).