On Wed, Feb 20, 2002 at 06:40:43PM +0100, Wessler, Siegfried wrote: > > > > Does your device pass all of the usb tests on Windows? > > Yes. I previously tested with INTEL's USBCheck.exe Version 3.2 and passed > all tests as compliant.
Good. Has your device survived a USB plugfest testing? > > If it passes all of > > those tests, then there might be a problem in the Linux code. > > I use Kernel 2.4.10 which came with a SuSE 7.3 distribution. It recommend getting the latest 2.4.17 kernel to work with, as some USB things have changed since your kernel version. > Thank You. That is much faster than compiling all modules. AFAIK the file > usb.c is a module. At least they compile <linux/modules.h>. To me it seems > as if this file is part of usbcore.o. So how to insmod usb.o if I changed > something? Do I have to reboot each time I made changes? Yes, usb.o gets linked into usbcore.o. You don't have to reboot, just unload usbcore (after unloading all other USB modules, and unmounting the usbdevfs mount) and then load your new usbcore.o module. > > Hope this helps, > > Certainly does a bit. I am still a Linux newbie ;-) It really recommend looking at the Linux Device Drivers book, as it might help you out. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel