device/generic/common
修訂 | 296dccffdb06bb2d8d715b6f0646ecf61505d269 (tree) |
---|---|
時間 | 2016-06-05 20:20:19 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add the Power HAL for x86
@@ -47,6 +47,7 @@ PRODUCT_PACKAGES := \ | ||
47 | 47 | lights.default \ |
48 | 48 | make_ext4fs \ |
49 | 49 | parted \ |
50 | + power.x86 \ | |
50 | 51 | powerbtnd \ |
51 | 52 | scp \ |
52 | 53 | sensors.hsb \ |
@@ -7,3 +7,5 @@ | ||
7 | 7 | |
8 | 8 | # for bluetooth nodes |
9 | 9 | /dev/uhid 0660 bluetooth bluetooth |
10 | + | |
11 | +/sys/devices/system/cpu/cpu* online 0664 system system |