diff options
author | codeworkx <codeworkx@cyanogenmod.com> | 2012-09-15 18:12:24 +0200 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.com> | 2012-09-15 18:12:24 +0200 |
commit | fc8cf49c4b6fb04b492930fd3a050ca873aa0c62 (patch) | |
tree | 8d730007e0ce3f8ef73eb870d1e3d40e9380d7eb | |
parent | 936bb737ec9feb7f181562d25e0b5990af04c23a (diff) | |
download | device_samsung_espresso3g-fc8cf49c4b6fb04b492930fd3a050ca873aa0c62.zip device_samsung_espresso3g-fc8cf49c4b6fb04b492930fd3a050ca873aa0c62.tar.gz device_samsung_espresso3g-fc8cf49c4b6fb04b492930fd3a050ca873aa0c62.tar.bz2 |
added dock keyboard service
Change-Id: I9f662cc62b1cc15f8518bde5ecbb3b96ffdf4731
-rwxr-xr-x | init.espresso10.rc | 6 | ||||
-rw-r--r-- | proprietary-common-files.txt | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/init.espresso10.rc b/init.espresso10.rc index 4257f16..c96c153 100755 --- a/init.espresso10.rc +++ b/init.espresso10.rc @@ -350,6 +350,12 @@ service gpsd /system/bin/gpsd -c /system/etc/gps.xml user gps group system inet sdcard_rw +# Keyboard +service dock_kbd_attach /system/bin/dock_kbd_attach /dev/ttyO3 + class main + user root + oneshot + # LPM on property:ro.bootmode=charger mount ext4 /dev/block/platform/omap/omap_hsmmc.1/by-name/FACTORYFS /system wait ro diff --git a/proprietary-common-files.txt b/proprietary-common-files.txt index 647ba28..aeabe5e 100644 --- a/proprietary-common-files.txt +++ b/proprietary-common-files.txt @@ -1,3 +1,4 @@ +system/bin/dock_kbd_attach system/bin/geomagneticd system/bin/gpsd system/bin/orientationd |