release 0.5 of power-settings
authortanner <tanner@mach.kyb.local>
Fri, 7 May 2010 15:17:19 +0000 (17:17 +0200)
committertanner <tanner@mach.kyb.local>
Fri, 7 May 2010 15:17:19 +0000 (17:17 +0200)
kernel-power-settings/config/default
kernel-power-settings/config/ideal
kernel-power-settings/config/lv
kernel-power-settings/config/ulv
kernel-power-settings/config/xlv
kernel-power-settings/debian/changelog

index 9788e66..f4eac8b 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
 # minimum frequency to use
-MIN_FREQ=250
+MINFREQ=250
 # maximum frequency to use
-MAX_FREQ=600
+MAXFREQ=600
 # list of frequency configurations: each "frequency:volt,dsprate"
 FREQS="0:30,90 125:30,90 250:38,180 500:48,360 550:54,400 600:60,430 700:60,430 750:60,430 805:60,430 850:60,500 900:60,500 950:60,500 1000:60,500 1100:72,520 1150:72,520"
 UP_THRESHOLD=95
index 8be56af..7bb1ff5 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
 # minimum frequency to use
-MIN_FREQ=500
+MINFREQ=500
 # maximum frequency to use
-MAX_FREQ=850
+MAXFREQ=850
 # list of frequency configurations: each "frequency:volt,dsprate"
 FREQS="500:30,360 550:33,400 600:38,430 700:45,430 750:45,430 805:48,430 850:48,500 900:54,500 950:54,500 1000:60,500 1100:72,520 1150:72,520"
 UP_THRESHOLD=75
index 0ec40d9..50003df 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
 # minimum frequency to use
-MIN_FREQ=250
+MINFREQ=250
 # maximum frequency to use
-MAX_FREQ=600
+MAXFREQ=600
 # list of frequency configurations: each "frequency:volt,dsprate"
 FREQS="0:30,90 125:30,90 250:38,180 500:48,360 550:48,400 600:54,430 700:54,430 750:54,430 805:54,430 850:54,500 900:54,500 950:54,500 1000:60,500 1100:72,520 1150:72,520"
 UP_THRESHOLD=75
index 30a2a03..a6287b2 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
 # minimum frequency to use
-MIN_FREQ=250
+MINFREQ=250
 # maximum frequency to use
-MAX_FREQ=600
+MAXFREQ=600
 # list of frequency configurations: each "frequency:volt,dsprate"
 FREQS="0:25,90 125:25,90 250:25,180 500:33,360 550:38,400 600:38,430 700:45,430 750:45,430 805:48,430 850:48,500 900:54,500 950:54,500 1000:60,500 1100:72,520 1150:72,520"
 UP_THRESHOLD=75
index c0c50fc..d69b95d 100644 (file)
@@ -1,8 +1,8 @@
 # DO NOT EDIT THIS FILE - CREATE A COPY OF IT FOR CUSTOMIZATION 
 # minimum frequency to use
-MIN_FREQ=250
+MINFREQ=250
 # maximum frequency to use
-MAX_FREQ=600
+MAXFREQ=600
 # list of frequency configurations: each "frequency:volt,dsprate"
 FREQS="0:20,90 125:20,90 250:30,180 500:33,360 550:38,400 600:38,430 700:45,430 750:45,430 805:48,430 850:48,500 900:54,500 950:54,500 1000:60,500 1100:72,520 1150:72,520"
 UP_THRESHOLD=75
index 507cf7a..930e45b 100644 (file)
@@ -1,3 +1,9 @@
+kernel-power-settings (0.5) fremantle; urgency=low
+
+   * fix important typos in default configs
+
+ -- Thomas Tanner <maemo@tannerlab.com>  Sun, 2 May 2010 00:00:00 +0100
+
 kernel-power-settings (0.4) fremantle; urgency=low
 
    * new general script kernel-config: new FREQS, IGNORE_NICE_LOAD, EARLYSSH, FSCK_HOME options