linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500
@ 2012-06-08 12:32 Marek Vasut
  2012-06-09 22:30 ` Gustavo Padovan
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Vasut @ 2012-06-08 12:32 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: Marek Vasut, Gustavo Padovan, Johan Hedberg, Marcel Holtmann

Acer used this chip connected via USB:

Bus 005 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass          224 Wireless
  bDeviceSubClass         1 Radio Frequency
  bDeviceProtocol         1 Bluetooth
  bMaxPacketSize0        64
  idVendor           0x0cf3 Atheros Communications, Inc.
  idProduct          0x3005 AR3011 Bluetooth
  bcdDevice            0.01
  iManufacturer           0
  iProduct                0
  iSerial                 0
  bNumConfigurations      1

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Johan Hedberg <johan.hedberg@gmail.com>
Cc: Marcel Holtmann <marcel@holtmann.org>
To: linux-bluetooth@vger.kernel.org
---
 drivers/bluetooth/ath3k.c |    1 +
 drivers/bluetooth/btusb.c |    1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index ad591bd..f0f6202 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(0x0CF3, 0xE019) },
 	{ USB_DEVICE(0x13d3, 0x3304) },
 	{ USB_DEVICE(0x0930, 0x0215) },
 	{ USB_DEVICE(0x0489, 0xE03D) },
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a45e717..43144e5 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -117,6 +117,7 @@ static struct usb_device_id blacklist_table[] = {
 
 	/* Atheros 3011 with sflash firmware */
 	{ USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
+	{ USB_DEVICE(0x0cf3, 0xe019), .driver_info = BTUSB_IGNORE },
 	{ USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
 	{ USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
 	{ USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
-- 
1.7.10

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

* Re: [PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500
  2012-06-08 12:32 [PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500 Marek Vasut
@ 2012-06-09 22:30 ` Gustavo Padovan
  2012-06-09 23:20   ` Marek Vasut
  0 siblings, 1 reply; 3+ messages in thread
From: Gustavo Padovan @ 2012-06-09 22:30 UTC (permalink / raw)
  To: Marek Vasut; +Cc: linux-bluetooth, Johan Hedberg, Marcel Holtmann

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]

Hi Marek,

* Marek Vasut <marex@denx.de> [2012-06-08 14:32:50 +0200]:

> Acer used this chip connected via USB:
> 
> Bus 005 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011 Bluetooth
> Device Descriptor:
>   bLength                18
>   bDescriptorType         1
>   bcdUSB               1.10
>   bDeviceClass          224 Wireless
>   bDeviceSubClass         1 Radio Frequency
>   bDeviceProtocol         1 Bluetooth
>   bMaxPacketSize0        64
>   idVendor           0x0cf3 Atheros Communications, Inc.
>   idProduct          0x3005 AR3011 Bluetooth
>   bcdDevice            0.01
>   iManufacturer           0
>   iProduct                0
>   iSerial                 0
>   bNumConfigurations      1
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Johan Hedberg <johan.hedberg@gmail.com>
> Cc: Marcel Holtmann <marcel@holtmann.org>
> To: linux-bluetooth@vger.kernel.org
> ---
>  drivers/bluetooth/ath3k.c |    1 +
>  drivers/bluetooth/btusb.c |    1 +
>  2 files changed, 2 insertions(+)

Patch has been applied to bluetooth.git. It should be in 3.5, thanks.

	Gustavo

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500
  2012-06-09 22:30 ` Gustavo Padovan
@ 2012-06-09 23:20   ` Marek Vasut
  0 siblings, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2012-06-09 23:20 UTC (permalink / raw)
  To: Gustavo Padovan; +Cc: linux-bluetooth, Johan Hedberg, Marcel Holtmann

Dear Gustavo Padovan,

> Hi Marek,
> 
> * Marek Vasut <marex@denx.de> [2012-06-08 14:32:50 +0200]:
> > Acer used this chip connected via USB:
> > 
> > Bus 005 Device 005: ID 0cf3:3005 Atheros Communications, Inc. AR3011
> > Bluetooth
> > 
> > Device Descriptor:
> >   bLength                18
> >   bDescriptorType         1
> >   bcdUSB               1.10
> >   bDeviceClass          224 Wireless
> >   bDeviceSubClass         1 Radio Frequency
> >   bDeviceProtocol         1 Bluetooth
> >   bMaxPacketSize0        64
> >   idVendor           0x0cf3 Atheros Communications, Inc.
> >   idProduct          0x3005 AR3011 Bluetooth
> >   bcdDevice            0.01
> >   iManufacturer           0
> >   iProduct                0
> >   iSerial                 0
> >   bNumConfigurations      1
> > 
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Gustavo Padovan <gustavo@padovan.org>
> > Cc: Johan Hedberg <johan.hedberg@gmail.com>
> > Cc: Marcel Holtmann <marcel@holtmann.org>
> > To: linux-bluetooth@vger.kernel.org
> > ---
> > 
> >  drivers/bluetooth/ath3k.c |    1 +
> >  drivers/bluetooth/btusb.c |    1 +
> >  2 files changed, 2 insertions(+)
> 
> Patch has been applied to bluetooth.git. It should be in 3.5, thanks.

Thank you :)

> 	Gustavo

Best regards,
Marek Vasut

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

end of thread, other threads:[~2012-06-09 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 12:32 [PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500 Marek Vasut
2012-06-09 22:30 ` Gustavo Padovan
2012-06-09 23:20   ` Marek Vasut

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