ChangeSet 1.811.1.6, 2002/12/11 00:37:38-08:00, stelian@popies.net

[PATCH] usbnet typo

There is a typo in the latest usbnet driver which disables
the compile of iPAQ specific code.

With the attached patch, the new driver recognises the iPAQ
and even works :*)


diff -Nru a/drivers/usb/usbnet.c b/drivers/usb/usbnet.c
--- a/drivers/usb/usbnet.c	Mon Dec 16 16:34:11 2002
+++ b/drivers/usb/usbnet.c	Mon Dec 16 16:34:11 2002
@@ -160,7 +160,7 @@
 #define	CONFIG_USB_GENESYS
 #define	CONFIG_USB_NET1080
 #define	CONFIG_USB_PL2301
-#define	CONFIG_USB_SA1110
+#define	CONFIG_USB_SA1100
 #define	CONFIG_USB_ZAURUS
 
 
