--- /usr/portage/distfiles/pbbuttonsd-0.8.1/scripts/scripts.d/cpufreq 2007-07-07 19:52:26.000000000 +0200 +++ cpufreq 2012-08-01 10:07:02.629171771 +0200 @@ -18,7 +18,7 @@ case "$1" in powersave|custom) case "$KVER" in - 2.6.*) + "2.6."*|"3."*) if [ -d /sys ]; then echo -n "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq @@ -41,7 +41,7 @@ ;; performance) case "$KVER" in - 2.6.*) + "2.6."*|"3."*) if [ -d /sys ]; then echo -n "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq