Skip to content

Commit

Permalink
add hotplug governor to governor list in customconfig.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimanx committed May 23, 2012
1 parent 40d5204 commit dc5a076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/customconfig/customconfig.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@
<spinnerItem name="200MHz" value="200000"/> <spinnerItem name="200MHz" value="200000"/>
</spinner --> </spinner -->
<spinner description="This will set the default CPU governor. Default CPU governor will only be set during early stages of booting (before init.d execution) and can be overriden by later scripts or apps." name="Default CPU Governor" action="generic /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"> <spinner description="This will set the default CPU governor. Default CPU governor will only be set during early stages of booting (before init.d execution) and can be overriden by later scripts or apps." name="Default CPU Governor" action="generic /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor">
<spinnerItem name="ondemand" value="ondemand"/>
<spinnerItem name="pegasusq" value="pegasusq"/> <spinnerItem name="pegasusq" value="pegasusq"/>
<spinnerItem name="hotplug" value="hotplug"/>
<spinnerItem name="ondemand" value="ondemand"/>
<spinnerItem name="conservative" value="conservative"/> <spinnerItem name="conservative" value="conservative"/>
<spinnerItem name="lulzactive" value="lulzactive"/> <spinnerItem name="lulzactive" value="lulzactive"/>
<spinnerItem name="smartassV2" value="smartassV2"/> <spinnerItem name="smartassV2" value="smartassV2"/>
Expand Down

0 comments on commit dc5a076

Please sign in to comment.