I use two Zaurus palmtops - one run 2.4.18 kernel (it's sl-5500) and second run 2.6.16. Both are running under control of OpenZaurus distribution (I'm Release Manager of it).
When I use pcmcia-cs then my Pretec WiFi card is handled by hostap driver and everything is working fine. Recently I switched to pcmciautils and after card insert orinoco modules are loaded. I prefer to use hostap modules because they work the same under 2.4 and 2.6 kernels (with orinoco I have to use 0.13e ones because never ones does not work under 2.4/arm). This patch adds definition of my card to hostap_cs cardlist. It was tested on Sharp Zaurus C760 palmtop running 2.6.16 + pcmciautils 010 + udev 084 Signed-off-by: Marcin Juszkiewicz <[EMAIL PROTECTED]> --- drivers/net/wireless/hostap/hostap_cs.c | 3 +++ 1 file changed, 3 insertions(+) Index: linux/drivers/net/wireless/hostap/hostap_cs.c =================================================================== --- linux.orig/drivers/net/wireless/hostap/hostap_cs.c 2006-05-16 16:09:28.000000000 +0200 +++ linux/drivers/net/wireless/hostap/hostap_cs.c 2006-05-16 16:10:32.000000000 +0200 @@ -932,6 +932,9 @@ PCMCIA_DEVICE_PROD_ID12("PLANEX COMMUNICATION INC", "PLANEX GW-CF11X Wireless CF Card", 0x4703cf68, 0xfad7318d), + PCMCIA_DEVICE_PROD_ID123( + "Pretec", "CompactWLAN Card 802.11b", "2.5", + 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1), PCMCIA_DEVICE_NULL }; MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids); -- JID: hrw-jabber.org Sharp Zaurus C-760 (OZ 3.5.x) OpenEmbedded/OpenZaurus/OPIE developer You can close your eyes to reality, but not to memories. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html