On Wed, Apr 29, 2009 at 11:11:35AM -0700, Greg KH wrote: > On Wed, Apr 29, 2009 at 02:05:37PM -0400, Chris Hallinan wrote: > > I have an OMAP3 board, and want usb (host mode) configured as a > > loadable module. Using a generic rule such as this: > > RUN+="/sbin/modprobe -b $env{MODALIAS}" > > > > ends up passing "platform:musb_hdrc" to modprobe, which obviously > > fails. > > Why would that fail? Do you have the proper modalias in the kernel > module to handle this? If not, can you add it? I see: MODULE_ALIAS("platform:" MUSB_DRIVER_NAME); in the musb code, perhaps MUSB_DRIVER_NAME is not set correctly to be "musb_hdrc" somehow? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html