tseward's USB ID patch for the Siemens SpeedStream adapters.

This commit is contained in:
mark 2002-04-10 20:18:15 +00:00
parent 3dc24f39ed
commit 4f2cfcdea7
3 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,7 @@
* --------------------------------------------------------------------
0.1.14
-pre2
- tseward's ID code patch for Siemens SpeedStream USB adapters.
- pizza's patch for dropping/ignoring frames in promisc and allmulti
modes.
- crankin's new Actiontec USB IDs.

1
THANKS
View File

@ -77,6 +77,7 @@ Matthias Welwarsky <matze@stud.fbi.fh-darmstadt.de>
David Brownell <david-b@pacbell.net>
Henri Muurimaa <hezamu@tuug.fi>
Bryan Huang <bryan.huang@bromax.com.tw>
Tony Seward <anthony.seward@ieee.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

@ -411,6 +411,12 @@ static usb_prism_dev_t usb_id_tbl[] = {
0x2212,
0
},
{
"Siemens SpeedStream 1022 11Mbps WLAN USB Adapter",
0x067c,
0x1022,
0
},
{NULL, 0, 0, 0}
};