2011-03-18 08:50:04

by Lee Trager

[permalink] [raw]
Subject: [PATCH] ath3k: Add ASUS BT Support

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 <[email protected]>

--- 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) },


2011-03-19 09:00:07

by Lee Trager

[permalink] [raw]
Subject: Re: [PATCH] ath3k: Add ASUS BT Support

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
> <[email protected]> wrote:
>> On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <[email protected]> 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 <[email protected]>
>>
>> Please resubmit with Cc: [email protected] 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 <[email protected]>
> M: Gustavo F. Padovan <[email protected]>
> L: [email protected]
> 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


2011-03-18 09:02:02

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] ath3k: Add ASUS BT Support

On Fri, Mar 18, 2011 at 2:00 AM, Luis R. Rodriguez
<[email protected]> wrote:
> On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <[email protected]> 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 <[email protected]>
>
> Please resubmit with Cc: [email protected] 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 <[email protected]>
M: Gustavo F. Padovan <[email protected]>
L: [email protected]
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

2011-03-18 09:01:13

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [PATCH] ath3k: Add ASUS BT Support

On Fri, Mar 18, 2011 at 1:41 AM, Lee Trager <[email protected]> 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 <[email protected]>

Please resubmit with Cc: [email protected] on the commit log entry
(not the e-mail)

Luis