All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stelian Pop <stelian@popies.net>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Marcelo Tosatti <marcelo@conectiva.com.br>
Subject: [PATCH 2.4.20-BK] usbnet typo
Date: Tue, 10 Dec 2002 16:28:20 +0100	[thread overview]
Message-ID: <20021210162820.G18849@deep-space-9.dsnet> (raw)

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 <stelian@popies.net>

             reply	other threads:[~2002-12-10 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-10 15:28 Stelian Pop [this message]
2002-12-10 22:42 ` [PATCH 2.4.20-BK] usbnet typo Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021210162820.G18849@deep-space-9.dsnet \
    --to=stelian@popies.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.