new card ident.

This commit is contained in:
solomon 2003-03-31 14:17:03 +00:00
parent 9a43c9c163
commit 7e8db9eeab
3 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,7 @@
* Intersil Corporation as part of PRISM(R) chipset product development.
*
* --------------------------------------------------------------------
- Add a card ident for the USR 1120 USB widget (Juan Conde)
- Cleaner shutdown; fixed a possible leak and a race condition.
- Another rearrangement of the command locks, to eliminate use of the
spin_is_locked() call.

1
THANKS
View File

@ -100,6 +100,7 @@ Michael Hackett <mhackett@kanayo.com>
Pavel Kankovsky <kan@dcit.cz>
Brad Davidson <kiloman@oatmail.org>
Ralf Miunske <miunske@users.sourceforge.net>
Juan Conde <juan.conde@juntadeandalucia.es>
[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

@ -460,6 +460,8 @@ static struct usb_device_id usb_prism_tbl[] = {
{PRISM_USB_DEVICE(0x413c, 0x8100, "Dell TrueMobile 1180 Wireless USB Adapter")},
{PRISM_USB_DEVICE(0x0b3b, 0x1601, "ALLNET 0193 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x0b3b, 0x1602, "ZyXEL ZyAIR B200 Wireless USB Adapter")},
{PRISM_USB_DEVICE(0x0baf, 0x00eb, "USRobotics USR1120 Wireless USB Adapter")},
{ /* terminator */ }
};