SBGK wrote: 
> 
> chmod 666 /sys/module/ehci_hcd/parameters/log2_irq_thresh
> echo 6 > /sys/module/ehci_hcd/parameters/log2_irq_thresh 
> chmod 666 /sys/module/ehci_hcd/parameters/park
> echo 3 > /sys/module/ehci_hcd/parameters/park
> 

Very much doubt these cause any changes to occur.  The usb module is
statically linked as part of the kernel not loaded as a module and I
believe these parameters only get read at init time - i.e. before you
could run any script.  So this is probably irrelevant.  (These params
could be set on a desktop linux version with loadable modules in the
insmod command as you can pass params to a module at load time, but this
is not applicable to Touch kernels).  [in general if you need to change
a parameter to be read/write from being read only so you can set it then
it should give a hint that it doesn't do anything much....]


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=94512

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to