Re: Question on SDIO driver

2010-04-19 Thread selvamuthukumar v
On Mon, Apr 19, 2010 at 7:27 PM, dinesh bhaskar wrote: > Hello all, > > I am porting the driver for the SDIO WLAN Spectec card. > > The module is getting inserted properly but the probe method is not > getting called. > probe method will get called when bus driver is able to match a device with a

Question on SDIO driver

2010-04-19 Thread dinesh bhaskar
Hello all, I am porting the driver for the SDIO WLAN Spectec card. The module is getting inserted properly but the probe method is not getting called. The SDIO is on the PCI bus, do we need to call the pci_register_driver for registering the sdio card besides calling the sdio_register_driver? wh