2002-12-10 15:20:42

by Stelian Pop

[permalink] [raw]
Subject: [PATCH 2.4.20-BK] 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 :*)

Stelian.

===== drivers/usb/usbnet.c 1.17 vs edited =====
--- 1.17/drivers/usb/usbnet.c Thu Dec 5 15:06:42 2002
+++ edited/drivers/usb/usbnet.c Tue Dec 10 16:06:24 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


--
Stelian Pop <[email protected]>


2002-12-10 22:35:58

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH 2.4.20-BK] usbnet typo

On Tue, Dec 10, 2002 at 04:28:20PM +0100, Stelian Pop wrote:
> 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 :*)

Thanks, I've added this to my tree and will send it on to Marcelo.

greg k-h