]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- comment
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Wed, 27 Sep 2006 00:21:47 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.battery.sh -> 1.7

acpid.battery.sh

index 70d3a8d884b516c2c0d85e7872ea45e061a0e17a..b8101b289fa8aa0302fdf21ed9bed4c367470529 100644 (file)
@@ -38,7 +38,7 @@ if [ "$AC_STATE" != "$AC_STATE_OLD" ]; then
        logger "acpid: `basename $AC` connector plugged in. State: $AC_STATE."
        # deactivate standby (spindown) timeout for the drive
        #hdparm -q -S 0 /dev/hda
-       # handle processor
+       # handle processor - this feature is deprecated for Kernel > 2.6.11.
        #echo 0 > /proc/acpi/processor/CPU0/throttling
        #echo 0 > /proc/acpi/processor/CPU0/performance
        ;;
@@ -48,7 +48,7 @@ if [ "$AC_STATE" != "$AC_STATE_OLD" ]; then
        # activate standby (spindown) timeout for the drive
        # timeout 5 minutes (man hdparm, for more informations)
        #hdparm -q -S 60 /dev/sda 
-       # handle processor
+       # handle processor - this feature is deprecated for Kernel > 2.6.11.
        #echo 4 > /proc/acpi/processor/CPU0/throttling
        #echo 3 > /proc/acpi/processor/CPU0/performance
        ;;
This page took 0.031607 seconds and 4 git commands to generate.