This is mainly for auto-loading the driver, when the device is detected, like when you insert your pen drive, its driver is automatically loaded. In that case the driver should have a similar line with the first parameter as usb.
RegardsPassion: http://sysplay.in (Playing with Systems)
--
You received this message because you are subscribed to the Google Groups "SysPlay's Inside Linux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to inside_linux+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It need not be hot pluggable. The device is either there or not
there. If there, the driver would get autoloaded (on detection
through DTB), otherwise not get loaded.