The APDL-325 is a Wireless LAN pcmcia adapter that sits inside some

Billion Access Points.  Fix wi(4) to recognise the adapter.

PR:		77913
Submitted by:	Daan Vreeken [PA4DAN]
MFC after:	3 days
This commit is contained in:
imp 2008-08-27 04:52:27 +00:00
parent beefa1fa18
commit 2d74b1e938
2 changed files with 2 additions and 0 deletions

View File

@ -316,6 +316,7 @@ product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE
product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN
product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN
product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN
product ESLA APDL325_IEEE 0x0006 ADPL325 Wireless LAN
product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN
product ELSA WIFI_FLASH 0x0101 802.11b plus 128MB Flash

View File

@ -123,6 +123,7 @@ static const struct pccard_product wi_pccard_products[] = {
PCMCIA_CARD(DLINK, DWL650H),
PCMCIA_CARD(ELSA, XI300_IEEE),
PCMCIA_CARD(ELSA, XI325_IEEE),
PCMCIA_CARD(ELSA, APDL325_IEEE),
PCMCIA_CARD(ELSA, XI330_IEEE),
PCMCIA_CARD(ELSA, XI800_IEEE),
PCMCIA_CARD(ELSA, WIFI_FLASH),