linux_powersave

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
linux_powersave [2012/11/12 19:15] – [Aktivieren des Energiesparmodi für jedes Gerät] brotlinux_powersave [2012/11/12 20:08] – [Aktivieren des Energiesparmodi für jedes Gerät] brot
Line 69: Line 69:
         echo "auto" > $i          echo "auto" > $i 
     done     done
-        echo "on"/sys/devices/virtual/input/mice/power/control+    for i in `find /sys/devices -path "*usb*/*input*" -name "control" -print`; do 
 +        echo "on" > $i 
 +    done 
 } }
  
  • linux_powersave.txt
  • Last modified: 2013/01/02 11:56
  • by brot