Skip to content

Commit

Permalink
Merge "aries-common: Add power HAL" into jellybean
Browse files Browse the repository at this point in the history
  • Loading branch information
pawitp authored and Gerrit Code Review committed Sep 25, 2012
2 parents f2017f5 + b266881 commit 5e3a901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions device_base.mk
Expand Up @@ -96,6 +96,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
lights.aries \
sensors.aries \
power.s5pc110 \
hwcomposer.s5pc110 \
camera.aries \
audio.primary.aries \
Expand Down
3 changes: 3 additions & 0 deletions init.aries.rc
Expand Up @@ -80,6 +80,9 @@ on post-fs
chown root system /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
chmod 0664 /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq

# trigger governor change uevent
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor ondemand

on post-fs-data
# wi-fi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
Expand Down

0 comments on commit 5e3a901

Please sign in to comment.