On Fri, Jul 28, 2006 at 06:25:08PM -0500, Richard Smith wrote: > >The string is broken in 2 parts so the grep will fail. The parameter > >however in in usb.c in ./drivers/usb/storage > > > >static unsigned int delay_use = 5; > > > > Also appears to be a module parameter. So if your stack is built as a > module then I think 'modprobe usb-storage delay_use=0' may do it.
Or # echo 0 > /sys/module/usb_storage/parameters/delay_use alternatively. And yeah, it works. _______________________________________________ Devel mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/devel
