This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SDIO ids for LSR TiWi 01 wl1271 wlan module

Other Parts Discussed in Thread: WL1271

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

  • Hi Elvis,

    We are using below vendor ids and it is working fine for me.

    #define SDIO_VENDOR_ID_TI                 0x0097
    #define SDIO_DEVICE_ID_TI_WL1271 0x4076

    Please verify that SDIO interface is got detected during kernel boot up. Please insert the "sdio.ko" module after SDIO detection.

    Can you please provide us the kernel modification done to support TI WL1271 and let me know on which platform you are using this code?


    Best Regards

    Sanjay