Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-27 Thread Gustavo Padovan
Hi Henrik, * Henrik Rydberg [2012-08-25 19:28:06 +0200]: > As pointed out by Gustavo and Marcel, all Apple-specific Broadcom > devices seen so far have the same interface class, subclass and > protocol numbers. This patch adds an entry which matches all of them, > using the new USB_VENDOR_AND_IN

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-26 Thread Marcel Holtmann
Hi Henrik, > As pointed out by Gustavo and Marcel, all Apple-specific Broadcom > devices seen so far have the same interface class, subclass and > protocol numbers. This patch adds an entry which matches all of them, > using the new USB_VENDOR_AND_INTERFACE_INFO() macro. > > In particular, this p

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Shea Levy
On 08/25/2012 01:28 PM, Henrik Rydberg wrote: As pointed out by Gustavo and Marcel, all Apple-specific Broadcom devices seen so far have the same interface class, subclass and protocol numbers. This patch adds an entry which matches all of them, using the new USB_VENDOR_AND_INTERFACE_INFO() macro

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Henrik Rydberg
> I'm getting a build error due to lack of > USB_VENDOR_AND_INTERFACE_INFO macro when patching 3.5.2 with that > patch. Which kernel tree should I patch with this patch to test? The macro is in the pipe to 3.5.x, probably only a couple of days away. The patch is for 3.6, as stated, meaning it appl

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Shea Levy
Hi On 08/25/2012 01:43 PM, Henrik Rydberg wrote: On Sat, Aug 25, 2012 at 01:28:52PM -0400, Shea Levy wrote: Hello, On 08/25/2012 01:28 PM, Henrik Rydberg wrote: + /* Apple-specific (Broadcom) devices */ + { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) }, + Would this

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Henrik Rydberg
On Sat, Aug 25, 2012 at 01:28:52PM -0400, Shea Levy wrote: > Hello, > > On 08/25/2012 01:28 PM, Henrik Rydberg wrote: > >+/* Apple-specific (Broadcom) devices */ > >+{ USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) }, > >+ > > > > Would this subsume https://lkml.org/lkml/2012/8/2

Re: [PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Shea Levy
Hello, On 08/25/2012 01:28 PM, Henrik Rydberg wrote: + /* Apple-specific (Broadcom) devices */ + { USB_VENDOR_AND_INTERFACE_INFO(0x05ac, 0xff, 0x01, 0x01) }, + Would this subsume https://lkml.org/lkml/2012/8/22/689 ? Thanks, Shea Levy -- To unsubscribe from this list: send the li

[PATCH] Bluetooth: Add support for Apple vendor-specific devices

2012-08-25 Thread Henrik Rydberg
As pointed out by Gustavo and Marcel, all Apple-specific Broadcom devices seen so far have the same interface class, subclass and protocol numbers. This patch adds an entry which matches all of them, using the new USB_VENDOR_AND_INTERFACE_INFO() macro. In particular, this patch adds support for th