Use Intersil chip names for the symbols, since many makers use the

intersil IDs but their own name in the CIS.
This commit is contained in:
imp 2005-01-20 18:34:22 +00:00
parent 71a0e55913
commit 646e75e0c9
2 changed files with 6 additions and 5 deletions

View File

@ -286,8 +286,9 @@ product INTEL PRO100LAN56 0x110a Intel EtherExpress PRO/100 LAN Modem
/* Intersil */
/* OEMs sell these things under different marketing names */
product INTERSIL DWL650 0x7110 Dlink DWL650
product INTERSIL MA401RA 0x7300 Netgear MA401RA
product INTERSIL ISL37100P 0x7100 ISL37100P
product INTERSIL ISL37110P 0x7110 ISL37110P
product INTERSIL ISL37300P 0x7300 ISL37300P
/* I-O DATA */
product IODATA2 WNB11PCM 0x0002 I-O DATA WN-B11/PCM

View File

@ -136,9 +136,9 @@ static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(GEMTEK, WLAN, 0),
PCMCIA_CARD(HWN, AIRWAY80211, 0),
PCMCIA_CARD(INTEL, PRO_WLAN_2011, 0),
PCMCIA_CARD(INTERSIL, DWL650, 0),
PCMCIA_CARD(INTERSIL, MA401RA, 0),
PCMCIA_CARD(INTERSIL, PRISM3, 0),
PCMCIA_CARD(INTERSIL, ISL37100P, 0),
PCMCIA_CARD(INTERSIL, ISL37110P, 0),
PCMCIA_CARD(INTERSIL, ISL37300P, 0),
PCMCIA_CARD(INTERSIL2, PRISM2, 0),
PCMCIA_CARD(IODATA2, WCF12, 0),
PCMCIA_CARD(IODATA2, WNB11PCM, 0),