There should be a module init routine that can force a probe on insmod, shouldn't there? Sorry, I haven't looked at the code yet, so I'm commenting blind.
Alan Cox wrote: > O> [ 445.520000] pnp: the driver 'sdio_wlan' has been registered > >> In particular, I add a printk() to s3c24xx_hcd_pnp_probe(), and I see it >> is never called during initial boot or subsequently. >> > > That implies that the probe isn't occuring because nobody is seeing the > device in question to cause a match. What happns if you instrument the > device registration functions ? > > >
