ChangeSet 1.2000.6.22, 2004/10/20 16:37:27-07:00, [EMAIL PROTECTED]

[PATCH] USB: usbnet patch (new ax8817x device)

This patch enables usage of another USB2 100BASE-T adapter.
http://www.corega.co.jp/product/list/lanadp/feusb2tx.htm

From:          Naoki Shibata <[EMAIL PROTECTED]>
Signed-off-by: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>


 drivers/usb/net/usbnet.c |    4 ++++
 1 files changed, 4 insertions(+)


diff -Nru a/drivers/usb/net/usbnet.c b/drivers/usb/net/usbnet.c
--- a/drivers/usb/net/usbnet.c  2004-10-22 16:13:42 -07:00
+++ b/drivers/usb/net/usbnet.c  2004-10-22 16:13:42 -07:00
@@ -3249,6 +3249,10 @@
        USB_DEVICE (0x6189, 0x182d),
        .driver_info =  (unsigned long) &ax8817x_info,
 }, {
+       // corega FEther USB2-TX
+       USB_DEVICE (0x07aa, 0x0017),
+       .driver_info =  (unsigned long) &ax8817x_info,
+}, {
        // Surecom EP-1427X-2
        USB_DEVICE (0x1189, 0x0893),
        .driver_info = (unsigned long) &ax8817x_info,



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to