From: Chih-Wei Huang Date: Sun, 5 Jun 2016 11:20:19 +0000 (+0800) Subject: Add the Power HAL for x86 X-Git-Tag: android-x86-6.0-r1~21 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=296dccffdb06bb2d8d715b6f0646ecf61505d269;ds=sidebyside Add the Power HAL for x86 --- diff --git a/packages.mk b/packages.mk index 88cf723..20832d9 100644 --- a/packages.mk +++ b/packages.mk @@ -47,6 +47,7 @@ PRODUCT_PACKAGES := \ lights.default \ make_ext4fs \ parted \ + power.x86 \ powerbtnd \ scp \ sensors.hsb \ diff --git a/ueventd.x86.rc b/ueventd.x86.rc index 9c0f1a1..ba82d75 100644 --- a/ueventd.x86.rc +++ b/ueventd.x86.rc @@ -7,3 +7,5 @@ # for bluetooth nodes /dev/uhid 0660 bluetooth bluetooth + +/sys/devices/system/cpu/cpu* online 0664 system system