We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d654d commit df8ccb9Copy full SHA for df8ccb9
drivers/net/wireless/hostap/hostap_cs.c
@@ -881,6 +881,12 @@ static struct pcmcia_device_id hostap_cs_ids[] = {
881
PCMCIA_DEVICE_PROD_ID12(
882
"ZoomAir 11Mbps High", "Rate wireless Networking",
883
0x273fe3db, 0x32a1eaee),
884
+ PCMCIA_DEVICE_PROD_ID123(
885
+ "Pretec", "CompactWLAN Card 802.11b", "2.5",
886
+ 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1),
887
888
+ "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02",
889
+ 0xc7b8df9d, 0x1700d087, 0x4b74baa0),
890
PCMCIA_DEVICE_NULL
891
};
892
MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids);
0 commit comments