diff options
Diffstat (limited to 'meta/packages/orinoco/files/hermes.conf')
-rw-r--r-- | meta/packages/orinoco/files/hermes.conf | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/meta/packages/orinoco/files/hermes.conf b/meta/packages/orinoco/files/hermes.conf new file mode 100644 index 0000000000..4937d356f2 --- /dev/null +++ b/meta/packages/orinoco/files/hermes.conf | |||
@@ -0,0 +1,85 @@ | |||
1 | device "orinoco_cs" | ||
2 | class "network" | ||
3 | module "hermes", "orinoco", "orinoco_cs" | ||
4 | |||
5 | device "spectrum_cs" | ||
6 | class "network" module "hermes", "orinoco", "spectrum_cs" | ||
7 | |||
8 | |||
9 | # This manfid was used for cards with Lucent/Agere and Intersil firmware. | ||
10 | # orinoco_cs supports both types, so we don't need to distinguish them. | ||
11 | |||
12 | card "Orinoco or Intersil Prism 2 Wireless" | ||
13 | manfid 0x0156,0x0002 | ||
14 | bind "orinoco_cs" | ||
15 | |||
16 | |||
17 | # Cards with Lucent/Agere firmware (Hermes chipset) | ||
18 | |||
19 | card "Lucent Technologies Wavelan/IEEE" | ||
20 | version "Lucent Technologies", "WaveLAN/IEEE" | ||
21 | bind "orinoco_cs" | ||
22 | |||
23 | card "Avaya World Card" | ||
24 | version "Avaya Communication", "Avaya Wireless PC Card" | ||
25 | bind "orinoco_cs" | ||
26 | |||
27 | card "Cabletron RoamAbout 802.11 DS" | ||
28 | version "Cabletron", "RoamAbout 802.11 DS" | ||
29 | bind "orinoco_cs" | ||
30 | |||
31 | card "ELSA AirLancer MC-11" | ||
32 | version "ELSA", "AirLancer MC-11" | ||
33 | bind "orinoco_cs" | ||
34 | |||
35 | card "MELCO WLI-PCM-L11" | ||
36 | version "MELCO", "WLI-PCM-L11" | ||
37 | bind "orinoco_cs" | ||
38 | |||
39 | card "ARtem Onair" | ||
40 | version "ARtem", "Onair" | ||
41 | bind "orinoco_cs" | ||
42 | |||
43 | |||
44 | # Cards with Symbol firmware in flash (Spectrum24 chipset) | ||
45 | |||
46 | card "LA4111 Spectrum24 Wireless LAN PC Card" | ||
47 | version "Symbol Technologies" | ||
48 | bind "orinoco_cs" | ||
49 | |||
50 | card "3Com AirConnect" | ||
51 | version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card" | ||
52 | bind "orinoco_cs" | ||
53 | |||
54 | card "Intel PRO/Wireless 2011" | ||
55 | manfid 0x0089,0x0001 | ||
56 | bind "orinoco_cs" | ||
57 | |||
58 | card "Ericsson WLAN Card C11" | ||
59 | manfid 0x016b,0x0001 | ||
60 | bind "orinoco_cs" | ||
61 | |||
62 | card "Nortel Networks e-mobility 802.11 Wireless LAN PC Card" | ||
63 | version "Nortel Networks", "emobility 802.11 Wireless LAN PC Card", "1.00" | ||
64 | bind "orinoco_cs" | ||
65 | |||
66 | card "D-Link DWL-650H" | ||
67 | version "D-Link Corporation", "D-Link DWL-650H 11Mbps WLAN Adapter" | ||
68 | bind "orinoco_cs" | ||
69 | |||
70 | |||
71 | # Cards with Symbol firmware without flash memory (Spectrum24 Trilogy). | ||
72 | # These cards need a separate driver that loads the firmware. | ||
73 | |||
74 | card "LA4100 Spectrum24 CF WLAN Card" | ||
75 | manfid 0x026c, 0x0001 | ||
76 | bind "spectrum_cs" | ||
77 | |||
78 | card "Socket Communications CF+ LP WLAN Card" | ||
79 | manfid 0x0104, 0x0001 | ||
80 | bind "spectrum_cs" | ||
81 | |||
82 | card "Intel PRO/Wireless 2011B" | ||
83 | manfid 0x0089, 0x0001 | ||
84 | bind "spectrum_cs" | ||
85 | |||