I posted a bunch of patches yesterday that still haven't shown
up ... so I'm reposting a few to see if maybe they'll make it.
If they do, I'll repost the rest.

-------- Original Message --------
Subject: [PATCH 2.6.7] usbnet, Sitecom LN-029
Date: Sun, 11 Jul 2004 13:35:33 -0700
From: David Brownell <[EMAIL PROTECTED]>
To: Greg KH <[EMAIL PROTECTED]>,  [EMAIL PROTECTED]
CC: Tim Chick <[EMAIL PROTECTED]>,  David T Hollis <[EMAIL PROTECTED]>

Please merge; this is another ax8817x device.

- Dave


ID for another AX8817x based usb2 Ethernet adapter.

From:           Tim Chick <[EMAIL PROTECTED]>
Signed-off-by:  David Brownell <[EMAIL PROTECTED]>

--- a/drivers/usb/net/usbnet.c  Fri Jul  9 19:11:15 2004
+++ b/drivers/usb/net/usbnet.c  Fri Jul  9 19:11:15 2004
@@ -3211,6 +3211,10 @@
        // Buffalo LUA-U2-KTX
        USB_DEVICE (0x0411, 0x003d),
        .driver_info =  (unsigned long) &ax8817x_info,
+}, {
+       // Sitecom LN-029 "USB 2.0 10/100 Ethernet adapter"
+       USB_DEVICE (0x6189, 0x182d),
+       .driver_info =  (unsigned long) &ax8817x_info,
 },
 #endif
 


Reply via email to