On Wed, Feb 20, 2002 at 05:47:56PM +0100, Wessler, Siegfried wrote:
>
> If I hot plug one of these devices to a windows pc, everything runs fine.
Does your device pass all of the usb tests on Windows? Download a tool
from usb.org to test how compliant your device is. If it passes all of
those tests, then there might be a problem in the Linux code.
> If I edit /usr/src/linux/drivers/usb.c how can I easily get the changes
> activated? Do I have to compile the kernel everytime I change something in
> usb.c (only for testing!)?
I suggest building the usb code as modules. Then, when you make a
change to usb.c you can just do:
make modules SUBDIRS=drivers/usb
and the modules just in that directory will get rebuilt.
Then you can load the new modules into your currently kernel.
Hope this helps,
greg k-h
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel