patch-2.4.26 linux-2.4.26/drivers/usb/usbnet.c
Next file: linux-2.4.26/drivers/usb/w9968cf.c
Previous file: linux-2.4.26/drivers/usb/storage/unusual_devs.h
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
2004-04-14 06:05:36.000000000 -0700
- Orig file:
linux-2.4.25/drivers/usb/usbnet.c
- Orig date:
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.25/drivers/usb/usbnet.c linux-2.4.26/drivers/usb/usbnet.c
@@ -2594,7 +2594,11 @@
// Hawking UF200, TrendNet TU2-ET100
USB_DEVICE (0x07b8, 0x420a),
.driver_info = (unsigned long) &hawking_uf200_info,
-},
+}, {
+ // ATEN UC210T
+ USB_DEVICE (0x0557, 0x2009),
+ .driver_info = (unsigned long) &ax8817x_info,
+},
#endif
#ifdef CONFIG_USB_BELKIN
@@ -2724,6 +2728,15 @@
.bInterfaceSubClass = 0x0a,
.bInterfaceProtocol = 0x00,
.driver_info = (unsigned long) &zaurus_pxa_info,
+}, {
+ .match_flags = USB_DEVICE_ID_MATCH_INT_INFO
+ | USB_DEVICE_ID_MATCH_DEVICE,
+ .idVendor = 0x04DD,
+ .idProduct = 0x9032, /* SL-6000 */
+ .bInterfaceClass = 0x02,
+ .bInterfaceSubClass = 0x0a,
+ .bInterfaceProtocol = 0x00,
+ .driver_info = (unsigned long) &zaurus_pxa_info,
},
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)