[PATCH] Apple USB Ethernet Adapter
Tim Gardner
tcanonical at tpi.com
Mon Jul 21 20:34:49 UTC 2008
Henrik Rydberg wrote:
> From: Henrik Rydberg <rydberg at euromail.se>
>
> This patch makes the asix driver recognize the Apple USB ethernet adapter.
>
> Signed-off-by: Henrik Rydberg <rydberg at euromail.se>
> ---
>
> The patch has been known since hardy 2.6.24-17; it would be great to get it into 2.6.24-20.
>
> This patch is against Ubuntu-2.6.24-20.37-2-g6ab938d.
>
> drivers/net/usb/asix.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
> index 569028b..4fa1a9d 100644
> --- a/drivers/net/usb/asix.c
> +++ b/drivers/net/usb/asix.c
> @@ -1437,6 +1437,10 @@ static const struct usb_device_id products [] = {
> // Belkin F5D5055
> USB_DEVICE(0x050d, 0x5055),
> .driver_info = (unsigned long) &ax88178_info,
> +}, {
> + // Apple USB Ethernet Adapter
> + USB_DEVICE(0x05ac, 0x1402),
> + .driver_info = (unsigned long) &ax88772_info,
> },
> { }, // END
> };
Henrik - when you submit patches it is important that you maintain the
provenance of the patch, even if you reformat or back-port the patch.
This one is in fact upstream commit
3d60efb55f634e200fd99e0960a8e099fb38446a.
rtg
--
Tim Gardner tim.gardner at ubuntu.com
More information about the kernel-team
mailing list