All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module
@ 2012-04-13 18:45 Steven Harms
  2012-04-13 22:32 ` Gustavo Padovan
  2012-05-29 12:03 ` [3.0.y, 3.2.y] " Jonathan Nieder
  0 siblings, 2 replies; 4+ messages in thread
From: Steven Harms @ 2012-04-13 18:45 UTC (permalink / raw)
  To: Steven Harms, Marcel Holtmann, Gustavo Padovan, Johan Hedberg,
	linux-bluetooth, linux-kernel

This change adds 0x0489:0xe033 to the btusb module.

This bluetooth usb device is integrated in the Acer TimelineX AS4830TG-6808 notebook.

Output from /sys/kernel/debug/usb/devices:

T:  Bus=01 Lev=02 Prnt=02 Port=05 Cnt=02 Dev#=  4 Spd=12   MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0489 ProdID=e033 Rev= 2.29
S:  Manufacturer=Broadcom Corp
S:  Product=Acer Module
S:  SerialNumber=60D819F74101
C:* #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=1ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=   0 Ivl=1ms
I:  If#= 1 Alt= 1 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=   9 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=   9 Ivl=1ms
I:  If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  17 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  17 Ivl=1ms
I:  If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  32 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  32 Ivl=1ms
I:  If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
I:  If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=84(I) Atr=02(Bulk) MxPS=  32 Ivl=0ms
E:  Ad=04(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)

Signed-off-by: Steven Harms <sjharms@gmail.com>
---
 drivers/bluetooth/btusb.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 3311b81..7d7d614 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -107,6 +107,9 @@ static struct usb_device_id btusb_table[] = {
 	{ USB_DEVICE(0x0a5c, 0x21f3) },
 	{ USB_DEVICE(0x413c, 0x8197) },
 
+	/* Foxconn - Hon Hai */
+	{ USB_DEVICE(0x0489, 0xe033) },
+
 	{ }	/* Terminating entry */
 };
 
-- 
1.7.9.5


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

* Re: [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module
  2012-04-13 18:45 [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module Steven Harms
@ 2012-04-13 22:32 ` Gustavo Padovan
  2012-05-29 12:03 ` [3.0.y, 3.2.y] " Jonathan Nieder
  1 sibling, 0 replies; 4+ messages in thread
From: Gustavo Padovan @ 2012-04-13 22:32 UTC (permalink / raw)
  To: Steven Harms
  Cc: Marcel Holtmann, Johan Hedberg, linux-bluetooth, linux-kernel

Hi Steven,

* Steven Harms <sjharms@gmail.com> [2012-04-13 14:45:55 -0400]:

> This change adds 0x0489:0xe033 to the btusb module.
> 
> This bluetooth usb device is integrated in the Acer TimelineX AS4830TG-6808 notebook.

You should break lines on column 80. I fixed this one for you.

> Output from /sys/kernel/debug/usb/devices:
> 
> T:  Bus=01 Lev=02 Prnt=02 Port=05 Cnt=02 Dev#=  4 Spd=12   MxCh= 0
> D:  Ver= 2.00 Cls=ff(vend.) Sub=01 Prot=01 MxPS=64 #Cfgs=  1
> P:  Vendor=0489 ProdID=e033 Rev= 2.29
> S:  Manufacturer=Broadcom Corp
> S:  Product=Acer Module
> S:  SerialNumber=60D819F74101
> C:* #Ifs= 4 Cfg#= 1 Atr=e0 MxPwr=  0mA
> I:* If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
> E:  Ad=81(I) Atr=03(Int.) MxPS=  16 Ivl=1ms
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> I:* If#= 1 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=   0 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=   0 Ivl=1ms
> I:  If#= 1 Alt= 1 #EPs= 2 Cls=ff(vend.) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=   9 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=   9 Ivl=1ms
> I:  If#= 1 Alt= 2 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=  17 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=  17 Ivl=1ms
> I:  If#= 1 Alt= 3 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=  32 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=  32 Ivl=1ms
> I:  If#= 1 Alt= 4 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
> I:  If#= 1 Alt= 5 #EPs= 2 Cls=e0(wlcon) Sub=01 Prot=01 Driver=btusb
> E:  Ad=83(I) Atr=01(Isoc) MxPS=  64 Ivl=1ms
> E:  Ad=03(O) Atr=01(Isoc) MxPS=  64 Ivl=1ms
> I:* If#= 2 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
> E:  Ad=84(I) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> E:  Ad=04(O) Atr=02(Bulk) MxPS=  32 Ivl=0ms
> I:* If#= 3 Alt= 0 #EPs= 0 Cls=fe(app. ) Sub=01 Prot=01 Driver=(none)
> 
> Signed-off-by: Steven Harms <sjharms@gmail.com>
> ---
>  drivers/bluetooth/btusb.c |    3 +++
>  1 file changed, 3 insertions(+)

Patch is applied to both bluetooth and bluetooth-next. Thanks.

	Gustavo

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

* [3.0.y, 3.2.y] Re: [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module
  2012-04-13 18:45 [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module Steven Harms
  2012-04-13 22:32 ` Gustavo Padovan
@ 2012-05-29 12:03 ` Jonathan Nieder
  2012-06-01  9:17   ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Nieder @ 2012-05-29 12:03 UTC (permalink / raw)
  To: stable
  Cc: Steven Harms, Marcel Holtmann, Gustavo Padovan, Johan Hedberg,
	linux-bluetooth, linux-kernel

Hi Ben and Greg,

Steven Harms wrote:

> This change adds 0x0489:0xe033 to the btusb module.
>
> This bluetooth usb device is integrated in the Acer TimelineX
> AS4830TG-6808 notebook.
[...]
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -107,6 +107,9 @@ static struct usb_device_id btusb_table[] = {
>  	{ USB_DEVICE(0x0a5c, 0x21f3) },
>  	{ USB_DEVICE(0x413c, 0x8197) },
>  
> +	/* Foxconn - Hon Hai */
> +	{ USB_DEVICE(0x0489, 0xe033) },
> +
>  	{ }	/* Terminating entry */

Please consider

  985140369be1 Add Foxconn / Hon Hai IDs for btusb module

for application to the 3.0.y and 3.2.y kernels.  The driver was
tested by Steven Harms on a Acer TimelineX AS4830TG-6808 using
Ubuntu's 3.2.y-based kernel: http://www.sharms.org/blog/2012/04/

Thanks,
Jonathan

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

* Re: [3.0.y, 3.2.y] Re: [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module
  2012-05-29 12:03 ` [3.0.y, 3.2.y] " Jonathan Nieder
@ 2012-06-01  9:17   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2012-06-01  9:17 UTC (permalink / raw)
  To: Jonathan Nieder
  Cc: stable, Steven Harms, Marcel Holtmann, Gustavo Padovan,
	Johan Hedberg, linux-bluetooth, linux-kernel

On Tue, May 29, 2012 at 07:03:12AM -0500, Jonathan Nieder wrote:
> Hi Ben and Greg,
> 
> Steven Harms wrote:
> 
> > This change adds 0x0489:0xe033 to the btusb module.
> >
> > This bluetooth usb device is integrated in the Acer TimelineX
> > AS4830TG-6808 notebook.
> [...]
> > --- a/drivers/bluetooth/btusb.c
> > +++ b/drivers/bluetooth/btusb.c
> > @@ -107,6 +107,9 @@ static struct usb_device_id btusb_table[] = {
> >  	{ USB_DEVICE(0x0a5c, 0x21f3) },
> >  	{ USB_DEVICE(0x413c, 0x8197) },
> >  
> > +	/* Foxconn - Hon Hai */
> > +	{ USB_DEVICE(0x0489, 0xe033) },
> > +
> >  	{ }	/* Terminating entry */
> 
> Please consider
> 
>   985140369be1 Add Foxconn / Hon Hai IDs for btusb module
> 
> for application to the 3.0.y and 3.2.y kernels.  The driver was
> tested by Steven Harms on a Acer TimelineX AS4830TG-6808 using
> Ubuntu's 3.2.y-based kernel: http://www.sharms.org/blog/2012/04/

Applied to 3.0-stable, thanks.

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

end of thread, other threads:[~2012-06-01 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 18:45 [PATCH 1/1] Add Foxconn / Hon Hai IDs for btusb module Steven Harms
2012-04-13 22:32 ` Gustavo Padovan
2012-05-29 12:03 ` [3.0.y, 3.2.y] " Jonathan Nieder
2012-06-01  9:17   ` Greg KH

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.