linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets
@ 2011-05-09 23:11 Andy Ross
  2011-05-11 17:52 ` Gustavo F. Padovan
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Ross @ 2011-05-09 23:11 UTC (permalink / raw)
  To: Marcel Holtmann, Gustavo F. Padovan, linux-bluetooth

MeeGo has been carrying this patch for a while, and I'd forgotten
about it until it accidentally got dropped.  I think I remember
finding the IDs on a mailing list, but as of now they're still
unmerged and I can't find the original source.  Device IDs for ath3k
bluetooth on the WeTab/ExoPC.

Andy

>From ff4a4cdbbb847901bd5e64e2510f2c0cda11497b Mon Sep 17 00:00:00 2001
From: Andy Ross <andy.ross@windriver.com>
Date: Mon, 9 May 2011 15:59:49 -0700
Subject: [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets

New ath3k device IDs used on the Pegatron Lucid (ExoPC and WeTab) units.

Signed-off-by: Andy Ross <andy.ross@windriver.com>
---
 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 6dcd55a..c719935 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -38,6 +38,7 @@ static struct usb_device_id ath3k_table[] = {

 	/* Atheros AR3011 with sflash firmware*/
 	{ USB_DEVICE(0x0CF3, 0x3002) },
+	{ USB_DEVICE(0x13d3, 0x3304) },

 	/* Atheros AR9285 Malbec with sflash firmware */
 	{ USB_DEVICE(0x03F0, 0x311D) },
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 700a384..1d92c65 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -101,6 +101,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 },

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

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

* Re: [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets
  2011-05-09 23:11 [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets Andy Ross
@ 2011-05-11 17:52 ` Gustavo F. Padovan
  0 siblings, 0 replies; 2+ messages in thread
From: Gustavo F. Padovan @ 2011-05-11 17:52 UTC (permalink / raw)
  To: Andy Ross; +Cc: Marcel Holtmann, linux-bluetooth

Hi Andy,

* Andy Ross <andy.ross@windriver.com> [2011-05-09 16:11:16 -0700]:

> MeeGo has been carrying this patch for a while, and I'd forgotten
> about it until it accidentally got dropped.  I think I remember
> finding the IDs on a mailing list, but as of now they're still
> unmerged and I can't find the original source.  Device IDs for ath3k
> bluetooth on the WeTab/ExoPC.
> 
> Andy
> 
> From ff4a4cdbbb847901bd5e64e2510f2c0cda11497b Mon Sep 17 00:00:00 2001
> From: Andy Ross <andy.ross@windriver.com>
> Date: Mon, 9 May 2011 15:59:49 -0700
> Subject: [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets
> 
> New ath3k device IDs used on the Pegatron Lucid (ExoPC and WeTab) units.
> 
> Signed-off-by: Andy Ross <andy.ross@windriver.com>
> ---
>  drivers/bluetooth/ath3k.c |    1 +
>  drivers/bluetooth/btusb.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)

Applied, thanks.

-- 
Gustavo F. Padovan
http://profusion.mobi

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

end of thread, other threads:[~2011-05-11 17:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 23:11 [PATCH] btusb: Device ids for ath3k on Pegatron Lucid tablets Andy Ross
2011-05-11 17:52 ` Gustavo F. Padovan

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).