From ea23b2ce072f06109b031e64c90225fa085f0273 Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Tue, 25 Sep 2012 22:29:33 -0400 Subject: crespo: Add and enable Power HAL This is a squash of the following commits: crespo: Add Power HAL (for userspace CPU boosting) The majority of this commit is by Steve Kondik for the D2, modified by Daniel Bateman and Pawit Pornkitprasan for aries, and Justin White for crespo. crespo: Build power HAL Add support bits for power HAL to be built. From patch http://review.cyanogenmod.com/#/c/23867/ Power HAL: Remove sampling rate change Sampling rate change causes stutter while playing music. Stutter appears randomly, but has a higher chance of appearing when the screen goes from off to on. Change-Id: Ic0f6aa3c36adc26322a1359068797eac10387e9c --- device_base.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device_base.mk') diff --git a/device_base.mk b/device_base.mk index e667658..a070b4d 100644 --- a/device_base.mk +++ b/device_base.mk @@ -140,7 +140,8 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ lights.s5pc110 \ hwcomposer.s5pc110 \ - sensors.herring + sensors.herring \ + power.s5pc110 # Torch PRODUCT_PACKAGES += \ -- cgit v1.1