All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath3k: Add ASUS BT Support
@ 2011-03-18  8:41 Lee Trager
  2011-03-18  9:00 ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Trager @ 2011-03-18  8:41 UTC (permalink / raw)
  To: Lee Trager; +Cc: linux-wireless, lrodriguez

The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
Pro) is simply a re-branded Atheros AR3011. This patch add support for
it in the driver

Signed-off-by: Lee Trager <lt73@cs.drexel.edu>

--- drivers/bluetooth/ath3k.c.old	2011-03-18 04:27:26.160161039 -0400
+++ drivers/bluetooth/ath3k.c	2011-03-18 04:29:05.853945455 -0400
@@ -36,9 +36,12 @@
 	/* Atheros AR3011 */
 	{ USB_DEVICE(0x0CF3, 0x3000) },

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

+	/* ASUS branded Atheros AR3011 */
+	{ USB_DEVICE(0x0B05, 0x179C) },
+
 	/* Atheros AR9285 Malbec with sflash firmware */
 	{ USB_DEVICE(0x03F0, 0x311D) },

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

* Re: [PATCH] ath3k: Add ASUS BT Support
  2011-03-18  8:41 [PATCH] ath3k: Add ASUS BT Support Lee Trager
@ 2011-03-18  9:00 ` Luis R. Rodriguez
  2011-03-18  9:01   ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2011-03-18  9:00 UTC (permalink / raw)
  To: Lee Trager; +Cc: linux-wireless

On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <lt73@cs.drexel.edu> wrote:
> The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
> Pro) is simply a re-branded Atheros AR3011. This patch add support for
> it in the driver
>
> Signed-off-by: Lee Trager <lt73@cs.drexel.edu>

Please resubmit with Cc: stable@kernel.org on the commit log entry
(not the e-mail)

  Luis

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

* Re: [PATCH] ath3k: Add ASUS BT Support
  2011-03-18  9:00 ` Luis R. Rodriguez
@ 2011-03-18  9:01   ` Luis R. Rodriguez
  2011-03-19  9:00     ` Lee Trager
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2011-03-18  9:01 UTC (permalink / raw)
  To: Lee Trager; +Cc: linux-wireless

On Fri, Mar 18, 2011 at 2:00 AM, Luis R. Rodriguez
<lrodriguez@atheros.com> wrote:
> On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <lt73@cs.drexel.edu> wrote:
>> The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
>> Pro) is simply a re-branded Atheros AR3011. This patch add support for
>> it in the driver
>>
>> Signed-off-by: Lee Trager <lt73@cs.drexel.edu>
>
> Please resubmit with Cc: stable@kernel.org on the commit log entry
> (not the e-mail)

Also you want this to go through the BT maintainer, and Cc linux-bluetooth.

BLUETOOTH DRIVERS
M:      Marcel Holtmann <marcel@holtmann.org>
M:      Gustavo F. Padovan <padovan@profusion.mobi>
L:      linux-bluetooth@vger.kernel.org
W:      http://www.bluez.org/
T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
S:      Maintained
F:      drivers/bluetooth/

  Luis

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

* Re: [PATCH] ath3k: Add ASUS BT Support
  2011-03-18  9:01   ` Luis R. Rodriguez
@ 2011-03-19  9:00     ` Lee Trager
  0 siblings, 0 replies; 6+ messages in thread
From: Lee Trager @ 2011-03-19  9:00 UTC (permalink / raw)
  To: Luis R. Rodriguez; +Cc: linux-wireless

OK, thanks. I just posted here because the Linux-wireless web page has a
page on this driver, I thought it was odd but submitted here anyway.

Lee

On 03/18/11 05:01, Luis R. Rodriguez wrote:
> On Fri, Mar 18, 2011 at 2:00 AM, Luis R. Rodriguez
> <lrodriguez@atheros.com> wrote:
>> On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <lt73@cs.drexel.edu> wrote:
>>> The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
>>> Pro) is simply a re-branded Atheros AR3011. This patch add support for
>>> it in the driver
>>>
>>> Signed-off-by: Lee Trager <lt73@cs.drexel.edu>
>>
>> Please resubmit with Cc: stable@kernel.org on the commit log entry
>> (not the e-mail)
> 
> Also you want this to go through the BT maintainer, and Cc linux-bluetooth.
> 
> BLUETOOTH DRIVERS
> M:      Marcel Holtmann <marcel@holtmann.org>
> M:      Gustavo F. Padovan <padovan@profusion.mobi>
> L:      linux-bluetooth@vger.kernel.org
> W:      http://www.bluez.org/
> T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
> S:      Maintained
> F:      drivers/bluetooth/
> 
>   Luis


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

* [PATCH] ath3k: Add ASUS BT Support
@ 2011-03-19  9:30 Lee Trager
  2011-03-24 19:14 ` Gustavo F. Padovan
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Trager @ 2011-03-19  9:30 UTC (permalink / raw)
  To: marcel, padovan; +Cc: linux-bluetooth

The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
Pro) is simply a re-branded Atheros AR3011. This patch add support for
it in the driver

Signed-off-by: Lee Trager <lt73@cs.drexel.edu>

--- drivers/bluetooth/ath3k.c.old	2011-03-18 04:27:26.160161039 -0400
+++ drivers/bluetooth/ath3k.c	2011-03-18 04:29:05.853945455 -0400
@@ -36,9 +36,12 @@
 	/* Atheros AR3011 */
 	{ USB_DEVICE(0x0CF3, 0x3000) },

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

+	/* ASUS branded Atheros AR3011 */
+	{ USB_DEVICE(0x0B05, 0x179C) },
+
 	/* Atheros AR9285 Malbec with sflash firmware */
 	{ USB_DEVICE(0x03F0, 0x311D) },

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

* Re: [PATCH] ath3k: Add ASUS BT Support
  2011-03-19  9:30 Lee Trager
@ 2011-03-24 19:14 ` Gustavo F. Padovan
  0 siblings, 0 replies; 6+ messages in thread
From: Gustavo F. Padovan @ 2011-03-24 19:14 UTC (permalink / raw)
  To: Lee Trager; +Cc: marcel, linux-bluetooth

Hi Lee,

* Lee Trager <lt73@cs.drexel.edu> [2011-03-19 05:30:32 -0400]:

> The ASUS USB Bluetooth module that comes with my motherboard(ASUS P8P67
> Pro) is simply a re-branded Atheros AR3011. This patch add support for
> it in the driver
> 
> Signed-off-by: Lee Trager <lt73@cs.drexel.edu>
> 
> --- drivers/bluetooth/ath3k.c.old	2011-03-18 04:27:26.160161039 -0400
> +++ drivers/bluetooth/ath3k.c	2011-03-18 04:29:05.853945455 -0400
> @@ -36,9 +36,12 @@
>  	/* Atheros AR3011 */
>  	{ USB_DEVICE(0x0CF3, 0x3000) },
> 
> -	/* Atheros AR3011 with sflash firmware*/
> +	/* Atheros AR3011 with sflash firmware */
>  	{ USB_DEVICE(0x0CF3, 0x3002) },
> 
> +	/* ASUS branded Atheros AR3011 */
> +	{ USB_DEVICE(0x0B05, 0x179C) },
> +

This patch doesn't apply to bluetooth-2.6 (or the not yet released
2.6.39-rc1). Please rebase, thanks.

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

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

end of thread, other threads:[~2011-03-24 19:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18  8:41 [PATCH] ath3k: Add ASUS BT Support Lee Trager
2011-03-18  9:00 ` Luis R. Rodriguez
2011-03-18  9:01   ` Luis R. Rodriguez
2011-03-19  9:00     ` Lee Trager
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19  9:30 Lee Trager
2011-03-24 19:14 ` Gustavo F. 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.