another card ident.

This commit is contained in:
solomon 2003-09-08 14:20:08 +00:00
parent 7564a31bac
commit fb1309f19f
3 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@
*
* --------------------------------------------------------------------
-pre12
- Card ident for 'ZyDAS ZD1201 Wireless USB Adapter' (Albert Pauw)
- More tweaks for 2.6.0-test4
- fix some bash-isms in /etc/wlan/shared (Daniel Song)
- Collapsed the BOUNDEDINT and INT types into one.

1
THANKS
View File

@ -105,6 +105,7 @@ Ichiro Doi <ichiro@d-o-i.net>
Jeff Chua <jchua@fedex.com>
Chris Wilson <chris@qwirx.com>
Daniel Jiseok Song <jssong@wooritg.com>
Albert Pauw <apauw@chello.nl>
[Many, many more. If I've overlooked you and you want to be listed here,
send me e-mail and I'll fix it. I _know_ a bunch of linux-wlan contributors

View File

@ -429,8 +429,7 @@ static struct pci_device_id pci_id_tbl[] = {
0, 0,
/* Driver data, we just put the name here */
(unsigned long)"Samsung MagicLAN SWL-2210P 11Mb/s WLAN Controller"
},
},
{
0, 0, 0, 0, 0, 0, 0
}
@ -487,6 +486,7 @@ static struct usb_device_id usb_prism_tbl[] = {
{PRISM_USB_DEVICE(0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter")},
{PRISM_USB_DEVICE(0x0846, 0x4110, "NetGear MA111")},
{PRISM_USB_DEVICE(0x03f3, 0x0020, "Adaptec AWN-8020 USB WLAN Adapter")},
{PRISM_USB_DEVICE(0x0ace, 0x1201, "ZyDAS ZD1201 Wireless USB Adapter")},
{ /* terminator */ }
};