Hi,
What are the correct SDIO ids for the LSR TiWi 01 wl1271 wlan module? I see the following possibilities by search various posts on the internet, for inclusion in the linux kernel 2.6.36-rc8 file:
include/linux/mmc/sdio_ids.h
Would the ids be
#define SDIO_VENDOR_ID_TI 0x0097
#define SDIO_DEVICE_ID_TI_WL1271 0x4076
or
#define SDIO_VENDOR_ID_TI 0x104c
#define SDIO_DEVICE_ID_TI_WL12xx 0x9066
Since the LSR module is packages by LSR and not TI, would they happen to have a LSR vendor specific SDIO id?
If you look at the boot messages, the sdio probe is not being called at the moment with the TI wl1271 wlan drivers take from the following location
http://dev.omapzoom.org/?p=vijay/wlan.git;a=snapshot;h=HEAD;sf=tgz
[ 202.027465] tiwlan_sdio_probe not yet called
[ 202.031768] tiwlan_sdio_probe not yet called <-----
I was told that using wrong numbers can lead to not getting the probe function from being called.
Best regards,
Elvis Dowson