On Thu, 9 Sep 2010, Murphy, Robert wrote: > Alan, > > We have figured out the problem. The version of insmod we are using is from the android toolbox binary. In their version of insmod, they separate each of the args, in the args string passed to init_module(), with a space and '\0'. I recompiled their code so that just a space is used to delimit the args and I was then able to successfully specify stall (as well as more than just one argument) on the command line. > > I'm not sure why they implemented insmod this way. Okay -- that answers that. Now you know why it wasn't working and why the fix didn't work either. :-) Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html