From Pavel Roskin:
I'm assuming that the offending entry was restored unintentionally, probably because the version strings were misspelled, so one had to resort to numeric manfids. Indeed, search for "I-GATE 11M PC Card / PC Card Plus" (with quotes) shows that "Plus" should be replaced with "plus":
This commit is contained in:
parent
c01cfb4d63
commit
87d221d903
1
CHANGES
1
CHANGES
|
@ -42,6 +42,7 @@
|
|||
*
|
||||
* --------------------------------------------------------------------
|
||||
-pre27
|
||||
- PCMCIA card Ident fixes to coexist with orinioco driver (Pavel Roskin)
|
||||
- Ignore unexpected ctlx responses. (Chris Rankin)
|
||||
- Fix an off-by-one in scan results.
|
||||
- Change some log priorities
|
||||
|
|
|
@ -175,8 +175,7 @@ card "D-Link DWL-650 rev P 802.11b WLAN card"
|
|||
bind "prism2_cs"
|
||||
|
||||
card "I-Gate 11M PC Card"
|
||||
# version "INTERSIL", "I-GATE 11M PC Card / PC Card Plus", "Version 01.02"
|
||||
manfid 0x0156, 0x0002
|
||||
version "INTERSIL", "I-GATE 11M PC Card / PC Card plus", "Version 01.02"
|
||||
bind "prism2_cs"
|
||||
|
||||
card "benQ AWL100 802.11b WLAN Card"
|
||||
|
@ -184,3 +183,8 @@ card "benQ AWL100 802.11b WLAN Card"
|
|||
manfid 0x000b, 0x7300
|
||||
bind "prism2_cs"
|
||||
|
||||
card "Intersil Prism 2 card"
|
||||
version "INTERSIL"
|
||||
manfid 0x0156, 0x0002
|
||||
bind "prism2_cs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue