summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/cyanogenmod/BootReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding configurability of frequency cap (min/max) files' path.tbalden2013-03-241-0/+10
| | | | | | | | | | | | | This way those devices that have a special path for frequency caps can overlay it in the given device's resources for Settings package. It's defaulting to the general paths that are used in most of the kernels. It's usable for example in endeavoru device tree where the max cap can only be set through a different sys path. Change-Id: Ic3113222580ebe8cc8e43d3dad7a15e041448c53
* Performance: BootReceiver: set CPU min/max freqs before CPU governorjt11342013-01-211-3/+3
| | | | | | | | | | | | | When setting certain combinations of CPU governor/freqs on boot , the max frequency needs to be changed first in order for some settings to work correctly. Example: changing from a default governor of ondemand and frequency of 1GHz to interactive governor and 1.2GHz frequency , hispeed_freq will get stuck at 1GHz unless the max frequency is set prior to the governor. Change-Id: I302739893470ec0fa27197c122ebed4795347d61
* Settings: Forward port Performance settingsDvTonder2012-11-251-0/+143
Change-Id: Ib510b35fc2763c6942737afa33873aa5d349a173