Skip to content

Commit df8ccb9

Browse files
Marcin Juszkiewiczlinvjw
authored andcommitted
[PATCH] hostap: new pcmcia IDs
Add two Prism cards to hostap_cs driver. product info: "Pretec", "CompactWLAN Card 802.11b", "2.5" manfid: 0x0156, 0x0002 product info: "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02", "" manfid: 0x0156, 0x0002 Signed-off-by: Marcin Juszkiewicz <[email protected]> Signed-off-by: Pavel Roskin <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 01d654d commit df8ccb9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/net/wireless/hostap/hostap_cs.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,12 @@ static struct pcmcia_device_id hostap_cs_ids[] = {
881881
PCMCIA_DEVICE_PROD_ID12(
882882
"ZoomAir 11Mbps High", "Rate wireless Networking",
883883
0x273fe3db, 0x32a1eaee),
884+
PCMCIA_DEVICE_PROD_ID123(
885+
"Pretec", "CompactWLAN Card 802.11b", "2.5",
886+
0x1cadd3e5, 0xe697636c, 0x7a5bfcf1),
887+
PCMCIA_DEVICE_PROD_ID123(
888+
"U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02",
889+
0xc7b8df9d, 0x1700d087, 0x4b74baa0),
884890
PCMCIA_DEVICE_NULL
885891
};
886892
MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids);

0 commit comments

Comments
 (0)