From: "S.Çağlar Onur" <caglar@pardus.org.tr>
To: dsd@gentoo.org
Cc: kune@deine-taler.d, akpm@linux-foundation.org,
torvalds@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Add missing USRobotics Wireless Adapter (Model 5423) id into zd1211rw
Date: Sun, 22 Apr 2007 00:52:48 +0300 [thread overview]
Message-ID: <200704220052.48637.caglar@pardus.org.tr> (raw)
[-- Attachment #1: Type: text/plain, Size: 1402 bytes --]
[Forgot to CC LKML, Sorry!]
Hi;
USRobotics Wireless Adapter (Model 5423) works well with current zd1211rw
driver also (i have tested 2.6.18, 2.6.20 and 2.6.21-rc7). I know -mm/and
Daniel's tree has new version (i think with more features like rate estimator
etc.) of this driver but maybe you should consider that one as a .21 material
instead of waiting full wireless-dev merge?
I'm not sure "Signed-off-by" cause -mm one already has that id but in case of
need, here it is.
Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>
diff --git a/drivers/net/wireless/zd1211rw/zd_usb.c
b/drivers/net/wireless/zd1211rw/zd_usb.c
index aac8a1c..edaaad2 100644
--- a/drivers/net/wireless/zd1211rw/zd_usb.c
+++ b/drivers/net/wireless/zd1211rw/zd_usb.c
@@ -62,6 +62,7 @@ static struct usb_device_id usb_ids[] = {
{ USB_DEVICE(0x0471, 0x1236), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x13b1, 0x0024), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x0586, 0x340f), .driver_info = DEVICE_ZD1211B },
+ { USB_DEVICE(0x0baf, 0x0121), .driver_info = DEVICE_ZD1211B },
/* "Driverless" devices that need ejecting */
{ USB_DEVICE(0x0ace, 0x2011), .driver_info = DEVICE_INSTALLER },
{}
Cheers
--
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2007-04-21 21:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-21 21:52 S.Çağlar Onur [this message]
2007-04-22 23:43 ` [PATCH] Add missing USRobotics Wireless Adapter (Model 5423) id into zd1211rw Daniel Drake
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=200704220052.48637.caglar@pardus.org.tr \
--to=caglar@pardus.org.tr \
--cc=akpm@linux-foundation.org \
--cc=dsd@gentoo.org \
--cc=kune@deine-taler.d \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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.