All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bluetooth: ath3k: added Atheros AR3012 with ID 0x0b05:0x17d0
@ 2014-02-27 21:40 Bela Hausmann
  2014-02-27 22:43 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Bela Hausmann @ 2014-02-27 21:40 UTC (permalink / raw)
  To: linux-bluetooth

This adds support for the Atheros AR3012 chipset on the ASUS Z87-Pro (C2) mainboard (ID 0x0b05:0x17d0).

Signed-off-by: Bela Hausmann <bela.hausmann@gmail.com>
---
diff -uprN -X linux-3.13.5-gentoo/Documentation/dontdiff linux-3.13.5-gentoo/drivers/bluetooth/ath3k.c linux-3.13.5-gentoo-bela/drivers/bluetooth/ath3k.c
--- linux-3.13.5-gentoo/drivers/bluetooth/ath3k.c    2014-01-20 03:40:07.000000000 +0100
+++ linux-3.13.5-gentoo-bela/drivers/bluetooth/ath3k.c    2014-02-27 20:09:33.047878117 +0100
@@ -97,6 +97,7 @@ static const struct usb_device_id ath3k_
     { USB_DEVICE(0x13d3, 0x3402) },
     { USB_DEVICE(0x0cf3, 0x3121) },
     { USB_DEVICE(0x0cf3, 0xe003) },
+    { USB_DEVICE(0x0b05, 0x17d0) },

     /* Atheros AR5BBU12 with sflash firmware */
     { USB_DEVICE(0x0489, 0xE02C) },
@@ -140,6 +141,7 @@ static const struct usb_device_id ath3k_
     { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
     { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
     { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },

     /* Atheros AR5BBU22 with sflash firmware */
     { USB_DEVICE(0x0489, 0xE03C), .driver_info = BTUSB_ATH3012 },
diff -uprN -X linux-3.13.5-gentoo/Documentation/dontdiff linux-3.13.5-gentoo/drivers/bluetooth/btusb.c linux-3.13.5-gentoo-bela/drivers/bluetooth/btusb.c
--- linux-3.13.5-gentoo/drivers/bluetooth/btusb.c    2014-01-20 03:40:07.000000000 +0100
+++ linux-3.13.5-gentoo-bela/drivers/bluetooth/btusb.c    2014-02-27 20:10:20.825905643 +0100
@@ -164,6 +164,7 @@ static const struct usb_device_id blackl
     { USB_DEVICE(0x13d3, 0x3402), .driver_info = BTUSB_ATH3012 },
     { USB_DEVICE(0x0cf3, 0x3121), .driver_info = BTUSB_ATH3012 },
     { USB_DEVICE(0x0cf3, 0xe003), .driver_info = BTUSB_ATH3012 },
+    { USB_DEVICE(0x0b05, 0x17d0), .driver_info = BTUSB_ATH3012 },

     /* Atheros AR5BBU12 with sflash firmware */
     { USB_DEVICE(0x0489, 0xe02c), .driver_info = BTUSB_IGNORE },

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

end of thread, other threads:[~2014-02-28 20:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 21:40 [PATCH] bluetooth: ath3k: added Atheros AR3012 with ID 0x0b05:0x17d0 Bela Hausmann
2014-02-27 22:43 ` Marcel Holtmann
2014-02-27 22:54   ` Bela Hausmann
2014-02-27 23:19     ` Marcel Holtmann
2014-02-28 20:26       ` Bela Hausmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.