Hi,

Here's a patch against 2.4.17-pre1 from David Brownell that adds a new
device to the usbnet driver.

thanks,

greg k-h


diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c      Thu Nov 29 22:23:48 2001
+++ b/drivers/usb/usbnet.c      Thu Nov 29 22:23:48 2001
@@ -1870,6 +1870,11 @@
        USB_DEVICE (0x0547, 0x2720),    // AnchorChips defaults
        driver_info:    (unsigned long) &an2720_info,
 },
+
+{
+       USB_DEVICE (0x0547, 0x2727),    // Xircom PGUNET
+       driver_info:    (unsigned long) &an2720_info,
+},
 #endif
 
 #ifdef CONFIG_USB_BELKIN


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to