2002-08-03 11:44:40

by Ingo Rohlfs

[permalink] [raw]
Subject: Trivial Orinico_plx Patch


Heres is an trivial orinoco patch thats adding support for 3Com
AirConnect PCI

Greetings
Ingo Rohlfs



--- drivers/net/wireless/orinoco_plx.c Sat Aug 3 15:15:05 2002
+++ drivers/net/wireless/orinoco_plx.c Sat Aug 3 15:18:08 2002
@@ -103,6 +103,8 @@
not have time for a while..

---end of mail---
+
+08/03/2002 3COM AirConnect PCI Support added <[email protected]>
*/

#include <linux/config.h>
@@ -381,6 +383,7 @@
{0x1638, 0x1100, PCI_ANY_ID, PCI_ANY_ID,}, /* SMC EZConnect SMC2602W,
Eumitcom PCI WL11000,
Addtron AWA-100*/
+ {0x10b7, 0x7770, PCI_ANY_ID, PCI_ANY_ID,}, /* 3ComAirConnect */
{0x16ab, 0x1100, PCI_ANY_ID, PCI_ANY_ID,}, /* Global Sun Tech GL24110P */
{0x16ab, 0x1101, PCI_ANY_ID, PCI_ANY_ID,}, /* Reported working, but unknown */
{0x16ab, 0x1102, PCI_ANY_ID, PCI_ANY_ID,}, /* Linksys WDT11 */



Attachments:
signature.asc (189.00 B)
This is a digitally signed message part

2002-08-04 15:56:31

by Jeff Garzik

[permalink] [raw]
Subject: Re: Trivial Orinico_plx Patch

Ingo Rohlfs wrote:
> Heres is an trivial orinoco patch thats adding support for 3Com
> AirConnect PCI


Hand-applied to 2.4 and 2.5. Your patch was corrupted by word wrap...