From mboxrd@z Thu Jan 1 00:00:00 1970 From: thobi Date: Wed, 13 Jun 2001 14:49:00 +0000 Subject: Order of loading modules Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org I got a digitizer that run well with linux. Then I decided to compile the USB drivers as modules, and I got only strange movements on the screen. Also it seemed that the button is being already pressed. So I investigated what had changed and found out, that if I load the modules by hand the digitizer is again working well. The reason was, that by using the hotplug scripts the usbmouse module was loaded before the hid one. After changing usb.agent ... - DRIVERS="$module $DRIVERS" + DRIVERS="$DRIVERS $module" ... everything was fine again. I think a generic solution has to be found about maintaining a certain order when loading the modules. Tobias _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel