Hi,

Here's a patch against 2.4.10-ac10 that updates the cdcether driver to the 
same version that is in the 2.4.11-pre6 tree.

thanks,

greg k-h


diff --minimal -Nru a/drivers/usb/CDCEther.c b/drivers/usb/CDCEther.c
--- a/drivers/usb/CDCEther.c    Tue Oct  9 15:09:43 2001
+++ b/drivers/usb/CDCEther.c    Tue Oct  9 15:09:43 2001
@@ -31,12 +31,10 @@
 
 static const char *version = __FILE__ ": v0.98.5 22 Sep 2001 Brad Hards and another";
 
-/* We need to be selective about what we try to match on, to avoiding loading for a 
CDC
- * ACM (ISDN or PSTN) modem */
+/* Take any CDC device, and sort it out in probe() */
 static struct usb_device_id CDCEther_ids[] = {
-        { match_flags: (USB_DEVICE_ID_MATCH_INT_CLASS | 
USB_DEVICE_ID_MATCH_INT_SUBCLASS),
-          bInterfaceClass: USB_CLASS_COMM, bInterfaceSubClass: 6},
-        { } /* Terminating null entry */
+       { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) },
+       { } /* Terminating null entry */
 };
 
 /* 


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

Reply via email to