trivial patch, the Sharp Zaurus SL-C760 is also pxa based.
... and appears to have the same identifying info as the C-750, so that this patch shouldn't be necessary in 2.6.0-test kernels.
However, 2.4.22-pre doesn't yet know about the C-750/760.
- Dave
sincerly yours Malte Doersam
------------------------------------------------------------------------
--- linux-2.4.21.org/drivers/usb/usbnet.c 2003-07-27 23:28:58.000000000 +0200
+++ linux-2.4.21/drivers/usb/usbnet.c 2003-07-27 23:55:26.000000000 +0200
@@ -1426,8 +1426,18 @@
.in = 1, .out = 2,
.epsize = 64,
};
+static const struct driver_info zaurus_slc760_info = {
+ .description = "Sharp Zaurus SL-C760",
+ .flags = FLAG_FRAMING_Z,
+ .check_connect = always_connected,
+ .tx_fixup = zaurus_tx_fixup,
-// SL-5600 and C-700 are PXA based; should resemble A300
+ .in = 1, .out = 2,
+ .epsize = 64,
+};
+
+
+// SL-5600 and C-700 and C-760 are PXA based; should resemble A300
#endif
@@ -2402,6 +2412,15 @@
.bInterfaceSubClass = 0x0a,
.bInterfaceProtocol = 0x00,
.driver_info = (unsigned long) &zaurus_slb500_info,
+},{
+ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
+ | USB_DEVICE_ID_MATCH_DEVICE, + .idVendor = 0x04DD,
+ .idProduct = 0x9031,
+ .bInterfaceClass = 0x02,
+ .bInterfaceSubClass = 0x0a,
+ .bInterfaceProtocol = 0x00,
+ .driver_info = (unsigned long) &zaurus_slc760_info,
},
#endif
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
