On Sat, 2002-05-04 at 19:56, Brad Hards wrote:
> On Sun, 5 May 2002 01:41, Marc Britten wrote:

> > modinfo -p usbcore or modinfo -p usb-uhci  both return nothing so i'm
> > assuming they have no module options to turn up debugging.

> I looked at uhci - you might try that (since JE probably does most of the 
> libusb development with his driver :)
> For usb-uhci, a quick look found a #if 0 / #endif block that you could 
> uncomment to get the setup packets, if you think that might be a problem. You 
> could probably add similar code to other parts of the driver.

hi, I added a module parameter named debug and changed that #if 0 to
if(debug)

if anyone else is interested i can post a patch. i stole the parameter
code out of usb-skeleton so if you have debug compiled in it sets the
param to 1 by default.

but the setup works nice, you can rmmod and insmod usb-uhci w/out much
in the way of problems while running so you can turn it on and off at
will.

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to