* [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100"
@ 2008-09-22 22:01 akpm
2008-09-22 22:13 ` John W. Linville
2008-09-22 22:47 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: akpm @ 2008-09-22 22:01 UTC (permalink / raw)
To: linville; +Cc: linux-wireless, akpm, born.into.silence, dsd, johannes, kune
From: <born.into.silence@gmail.com>
akpm: taken from http://bugzilla.kernel.org/show_bug.cgi?id=11587
I bought the wifi dongle trust nw-3100 wich is in fact a zd1211rw. Its
hardware id was missing in the sources, adding it made it work flawlessly.
Cc: Daniel Drake <dsd@gentoo.org>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: Ulrich Kunitz <kune@deine-taler.de>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/net/wireless/zd1211rw/zd_usb.c | 1 +
1 file changed, 1 insertion(+)
diff -puN drivers/net/wireless/zd1211rw/zd_usb.c~wireless-zd1211rw-add-device-id-fix-wifi-dongle-trust-nw-3100 drivers/net/wireless/zd1211rw/zd_usb.c
--- a/drivers/net/wireless/zd1211rw/zd_usb.c~wireless-zd1211rw-add-device-id-fix-wifi-dongle-trust-nw-3100
+++ a/drivers/net/wireless/zd1211rw/zd_usb.c
@@ -58,6 +58,7 @@ static struct usb_device_id usb_ids[] =
{ USB_DEVICE(0x0586, 0x3407), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x129b, 0x1666), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x157e, 0x300a), .driver_info = DEVICE_ZD1211 },
+ { USB_DEVICE(0x0105, 0x145f), .driver_info = DEVICE_ZD1211 },
/* ZD1211B */
{ USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
_
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100"
2008-09-22 22:01 [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" akpm
@ 2008-09-22 22:13 ` John W. Linville
2008-09-22 22:47 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: John W. Linville @ 2008-09-22 22:13 UTC (permalink / raw)
To: akpm; +Cc: linux-wireless, born.into.silence, dsd, johannes, kune
On Mon, Sep 22, 2008 at 03:01:51PM -0700, akpm@linux-foundation.org wrote:
> From: <born.into.silence@gmail.com>
>
> akpm: taken from http://bugzilla.kernel.org/show_bug.cgi?id=11587
>
> I bought the wifi dongle trust nw-3100 wich is in fact a zd1211rw. Its
> hardware id was missing in the sources, adding it made it work flawlessly.
>
> Cc: Daniel Drake <dsd@gentoo.org>
> Cc: John W. Linville <linville@tuxdriver.com>
> Cc: Ulrich Kunitz <kune@deine-taler.de>
> Cc: Johannes Berg <johannes@sipsolutions.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Just sent a pull request to Dave with this one in it...thanks!
John
--
John W. Linville Linux should be at the core
linville@tuxdriver.com of your literate lifestyle.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100"
2008-09-22 22:01 [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" akpm
2008-09-22 22:13 ` John W. Linville
@ 2008-09-22 22:47 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2008-09-22 22:47 UTC (permalink / raw)
To: akpm; +Cc: linville, linux-wireless, born.into.silence, dsd, johannes, kune
From: akpm@linux-foundation.org
Date: Mon, 22 Sep 2008 15:01:51 -0700
> From: <born.into.silence@gmail.com>
>
> akpm: taken from http://bugzilla.kernel.org/show_bug.cgi?id=11587
>
> I bought the wifi dongle trust nw-3100 wich is in fact a zd1211rw. Its
> hardware id was missing in the sources, adding it made it work flawlessly.
>
> Cc: Daniel Drake <dsd@gentoo.org>
> Cc: John W. Linville <linville@tuxdriver.com>
> Cc: Ulrich Kunitz <kune@deine-taler.de>
> Cc: Johannes Berg <johannes@sipsolutions.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
I just got this via a pull request from John Linville so it's in
net-2.6 and on it's way already.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-22 22:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-22 22:01 [patch 1/1] wireless: zd1211rw: add device ID fix wifi dongle "trust nw-3100" akpm
2008-09-22 22:13 ` John W. Linville
2008-09-22 22:47 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).