On Thu, Sep 27, 2001 at 10:51:44AM -0700, Julia A. Case wrote: > > Very, very odd, when I recompiled the kernel with usb debug and tried to > insmod usbserial debug=1 now it loads fine... I don't get it, but it > works...
You shouldn't have had to recompile the kernel. If you build the usb-serial code as a module, the debug code is in there. Just loading it with "debug=1" is enough to have it show up. The config option "USB verbose debug messages" means nothing to the usb-serial drivers, only to the USB core code. thanks, greg k-h _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
