On Thu, Sep 16, 2004 at 04:44:11AM -0700, sunil saggar wrote: > how can i make the usb device driver module to get > automatically loaded when the system boots
You mean, "when the device is found", right? Just use the MODULE_DEVICE_TABLE() and the hotplug scripts will automatically load it for you if your driver is installed properly. thanks, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
