diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/orinoco/files/hermes.conf | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/orinoco/files/hermes.conf')
-rw-r--r-- | recipes/orinoco/files/hermes.conf | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/recipes/orinoco/files/hermes.conf b/recipes/orinoco/files/hermes.conf new file mode 100644 index 0000000000..4937d356f2 --- /dev/null +++ b/recipes/orinoco/files/hermes.conf @@ -0,0 +1,85 @@ +device "orinoco_cs" + class "network" + module "hermes", "orinoco", "orinoco_cs" + +device "spectrum_cs" + class "network" module "hermes", "orinoco", "spectrum_cs" + + +# This manfid was used for cards with Lucent/Agere and Intersil firmware. +# orinoco_cs supports both types, so we don't need to distinguish them. + +card "Orinoco or Intersil Prism 2 Wireless" + manfid 0x0156,0x0002 + bind "orinoco_cs" + + +# Cards with Lucent/Agere firmware (Hermes chipset) + +card "Lucent Technologies Wavelan/IEEE" + version "Lucent Technologies", "WaveLAN/IEEE" + bind "orinoco_cs" + +card "Avaya World Card" + version "Avaya Communication", "Avaya Wireless PC Card" + bind "orinoco_cs" + +card "Cabletron RoamAbout 802.11 DS" + version "Cabletron", "RoamAbout 802.11 DS" + bind "orinoco_cs" + +card "ELSA AirLancer MC-11" + version "ELSA", "AirLancer MC-11" + bind "orinoco_cs" + +card "MELCO WLI-PCM-L11" + version "MELCO", "WLI-PCM-L11" + bind "orinoco_cs" + +card "ARtem Onair" + version "ARtem", "Onair" + bind "orinoco_cs" + + +# Cards with Symbol firmware in flash (Spectrum24 chipset) + +card "LA4111 Spectrum24 Wireless LAN PC Card" + version "Symbol Technologies" + bind "orinoco_cs" + +card "3Com AirConnect" + version "3Com", "3CRWE737A AirConnect Wireless LAN PC Card" + bind "orinoco_cs" + +card "Intel PRO/Wireless 2011" + manfid 0x0089,0x0001 + bind "orinoco_cs" + +card "Ericsson WLAN Card C11" + manfid 0x016b,0x0001 + bind "orinoco_cs" + +card "Nortel Networks e-mobility 802.11 Wireless LAN PC Card" + version "Nortel Networks", "emobility 802.11 Wireless LAN PC Card", "1.00" + bind "orinoco_cs" + +card "D-Link DWL-650H" + version "D-Link Corporation", "D-Link DWL-650H 11Mbps WLAN Adapter" + bind "orinoco_cs" + + +# Cards with Symbol firmware without flash memory (Spectrum24 Trilogy). +# These cards need a separate driver that loads the firmware. + +card "LA4100 Spectrum24 CF WLAN Card" + manfid 0x026c, 0x0001 + bind "spectrum_cs" + +card "Socket Communications CF+ LP WLAN Card" + manfid 0x0104, 0x0001 + bind "spectrum_cs" + +card "Intel PRO/Wireless 2011B" + manfid 0x0089, 0x0001 + bind "spectrum_cs" + |