All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: Add Toshiba laptops AR30XX device ID
@ 2011-07-13 15:04 Ricardo Mendoza
  2011-07-14 17:20 ` Gustavo Padovan
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Mendoza @ 2011-07-13 15:04 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo F. Padovan; +Cc: linux-bluetooth, Ricardo Mendoza

Blacklist Toshiba-branded AR3011 based AR5B195 [0930:0215] and add to
ath3k.c for firmware loading.

Signed-off-by: Ricardo Mendoza <ricmm@gentoo.org>
---
 drivers/bluetooth/ath3k.c |    1 +
 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 a585473..480f324 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -63,6 +63,7 @@ static struct usb_device_id ath3k_table[] = {
 	/* Atheros AR3011 with sflash firmware*/
 	{ USB_DEVICE(0x0CF3, 0x3002) },
 	{ USB_DEVICE(0x13d3, 0x3304) },
+	{ USB_DEVICE(0x0930, 0x0215) },
 
 	/* Atheros AR9285 Malbec with sflash firmware */
 	{ USB_DEVICE(0x03F0, 0x311D) },
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 91d13a9..6694d00 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -106,6 +106,7 @@ static struct usb_device_id blacklist_table[] = {
 	/* Atheros 3011 with sflash firmware */
 	{ USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
 	{ USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
+	{ USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
 
 	/* Atheros AR9285 Malbec with sflash firmware */
 	{ USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
-- 
1.7.3.4


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

* Re: [PATCH] Bluetooth: Add Toshiba laptops AR30XX device ID
  2011-07-13 15:04 [PATCH] Bluetooth: Add Toshiba laptops AR30XX device ID Ricardo Mendoza
@ 2011-07-14 17:20 ` Gustavo Padovan
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo Padovan @ 2011-07-14 17:20 UTC (permalink / raw)
  To: Ricardo Mendoza; +Cc: Marcel Holtmann, linux-bluetooth

Hi Ricardo,

* Ricardo Mendoza <ricmm@gentoo.org> [2011-07-13 16:04:29 +0100]:

> Blacklist Toshiba-branded AR3011 based AR5B195 [0930:0215] and add to
> ath3k.c for firmware loading.
> 
> Signed-off-by: Ricardo Mendoza <ricmm@gentoo.org>
> ---
>  drivers/bluetooth/ath3k.c |    1 +
>  drivers/bluetooth/btusb.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)

Applied, thanks.

	Gustavo

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

end of thread, other threads:[~2011-07-14 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-13 15:04 [PATCH] Bluetooth: Add Toshiba laptops AR30XX device ID Ricardo Mendoza
2011-07-14 17:20 ` Gustavo Padovan

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.