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
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
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
> 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
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
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
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
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
8 matches
Mail list logo