The string is broken in 2 parts so the grep will fail. The parameter however in in usb.c in ./drivers/usb/storagestatic 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. -- Richard A. Smith _______________________________________________ Devel mailing list [email protected] http://mailman.laptop.org/mailman/listinfo/devel
