pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3
authorPavel Roskin <proski@gnu.org>
Tue, 26 Jul 2011 22:52:35 +0000 (18:52 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 8 Aug 2011 20:04:11 +0000 (16:04 -0400)
commit3ed8c26352bcddd8e09baba673a48a84daa359ee
tree98dd748ecf650b574c7c32c9820be7081a05c129
parentea7a03cff3f500acecf363ef9168bb1df6f79cf6
pcmcia: add PCMCIA_DEVICE_MANF_CARD_PROD_ID3

This is needed to match wireless cards with Intersil firmware that have
ID 0x0156:0x0002 and the third ID "Version 01.02".  Such cards are
currently matched by orinoco_cs, which doesn't support WPA.  They should
be matched by hostap_cs.

The first and the second product ID vary widely, so there are few users
with some particular IDs.  Of those, very few can submit a patch for
hostap_cs or write a useful bugreport.  It's still important to support
their hardware properly.

With PCMCIA_DEVICE_MANF_CARD_PROD_ID3, it should be possible to cover
the remaining Intersil based designs that kept the numeric ID and the
"version" of the reference design.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/pcmcia/device_id.h