Oops, as David pointed out, this patch added the device twice, and had
the improper Subject:

So here's the proper patch against 2.5.1-pre5.

thanks,

greg k-h


diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c      Mon Dec  3 14:19:32 2001
+++ b/drivers/usb/usbnet.c      Mon Dec  3 14:19:32 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