lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 14 May 2008 00:04:11 +0200
From:	Aurelien Nephtali <aurelien.nephtali@...adelle.com>
To:	akpm@...l.org
Cc:	linux-kernel@...r.kernel.org
Subject: [patch] net/usb : add support for Apple USB Ethernet Adapter

Hello,

The following patch adds support for Apple USB Ethernet Adapter.

http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nplm=MB442Z/A

It applies against kernel 2.6.25.3.

Signed-off-by: Aurelien Nephtali <aurelien@...adelle.com>

--- linux/drivers/net/usb/asix.c.orig   2008-05-13 19:46:19.000000000
+0200
+++ linux/drivers/net/usb/asix.c        2008-05-13 19:47:20.000000000
+0200
@@ -1437,6 +1437,10 @@ static const struct usb_device_id        produc
        // 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
};

-- 
Aurelien Nephtali



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ