jwyatt's patch for the Compaq Evo notebook.

This commit is contained in:
mark 2002-04-17 19:00:49 +00:00
parent d90f51dea8
commit 3c6731b19c
3 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,7 @@
* --------------------------------------------------------------------
0.1.14
-pre3
- Added jwyatt's patch for the Compaq Evo N600C USB adapter thing.
- Per mwelk's suggestion, changed the displaystring totext to single
quote the strings. Hopefully this will take care of some of the
"SSID w/ space" problems.

1
THANKS
View File

@ -79,6 +79,7 @@ Henri Muurimaa <hezamu@tuug.fi>
Bryan Huang <bryan.huang@bromax.com.tw>
Tony Seward <anthony.seward@ieee.org>
Matthias Welk <welk@fokus.gmd.de>
Josh Wyatt <Josh.Wyatt@hcssystems.com>
[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

@ -417,6 +417,12 @@ static usb_prism_dev_t usb_id_tbl[] = {
0x1022,
0
},
{
"Compaq/Intel PRO/Wireless 11Mbps multiport WLAN Adapter",
0x049f,
0x0033,
0
},
{NULL, 0, 0, 0}
};