diff options
author | Pavel Roskin <proski@gnu.org> | 2008-05-16 17:52:57 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-05-20 17:55:30 -0400 |
commit | 449fecca0b74502b571f4199d46bcd6a11a5e2c2 (patch) | |
tree | 9ecc83f53dbf90bd4f35a3978a909c665c7c5316 /drivers/net/wireless/hostap | |
parent | ea8ee240251cbac73b66d70d35eeabfbff86d3ce (diff) | |
download | kernel_samsung_espresso10-449fecca0b74502b571f4199d46bcd6a11a5e2c2.zip kernel_samsung_espresso10-449fecca0b74502b571f4199d46bcd6a11a5e2c2.tar.gz kernel_samsung_espresso10-449fecca0b74502b571f4199d46bcd6a11a5e2c2.tar.bz2 |
hostap_cs: add ID for Conceptronic CON11CPro
Reported by Santiago Garcia Mantinan <hostap@manty.net>
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 437a9bc..ed4317a 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c @@ -833,6 +833,7 @@ static struct pcmcia_device_id hostap_cs_ids[] = { PCMCIA_DEVICE_MANF_CARD(0x50c2, 0x0001), PCMCIA_DEVICE_MANF_CARD(0x50c2, 0x7300), /* PCMCIA_DEVICE_MANF_CARD(0xc00f, 0x0000), conflict with pcnet_cs */ + PCMCIA_DEVICE_MANF_CARD(0xc250, 0x0002), PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0002), PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0005), PCMCIA_DEVICE_MANF_CARD(0xd601, 0x0010), |