WUSB12 added.

This commit is contained in:
solomon 2003-02-26 03:13:57 +00:00
parent 7b5cf67e32
commit 67e0cd6a46
3 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@
*
* --------------------------------------------------------------------
0.1.16
- Added ident for the Linksys WUSB12 (Drad Davidson)
- Eliminated most of the WLAN_LOG_???n macros.
- Minor fixups in /etc/wlan/shared
- Cleaned up some of the error messages in the conversion code.

2
THANKS
View File

@ -98,7 +98,7 @@ Olivier Bornet <Olivier.Bornet@puck.ch>
Ryan Veety <ryan@ryanspc.com>
Michael Hackett <mhackett@kanayo.com>
Pavel Kankovsky <kan@dcit.cz>
Brad Davidson <kiloman@oatmail.org>
[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

@ -443,6 +443,7 @@ static struct usb_device_id usb_prism_tbl[] = {
{PRISM_USB_DEVICE(0x1668, 0x0408, "Actiontec Prism2.5 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x1668, 0x0421, "Actiontec Prism2.5 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x066b, 0x2212, "Linksys WUSB11v2.5 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x066b, 0x2213, "Linksys WUSB12v1.1 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x067c, 0x1022, "Siemens SpeedStream 1022 11Mbps WLAN USB Adapter")},
{PRISM_USB_DEVICE(0x049f, 0x0033, "Compaq/Intel W100 PRO/Wireless 11Mbps multiport WLAN Adapter")},
{PRISM_USB_DEVICE(0x0411, 0x0016, "Melco WLI-USB-S11 11Mbps WLAN Adapter")},