[OLPC-devel] Re: video
Marcelo Tosatti
mtosatti at redhat.com
Fri Jul 28 21:34:42 EDT 2006
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.
More information about the Devel
mailing list