Comment 4 for bug 254783

Revision history for this message
Oliver Grawert (ogra) wrote :

the classmate has an initscript to enable this feature with the following code:

         for file in $(/usr/bin/find /sys -name persist|grep usb1);do
             echo -n 1 >$file 2>>/var/log/syslog;
         done

if the respective sysfs flags are not set the patch wont have any effect.