summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.com>2012-09-15 18:12:40 +0200
committercodeworkx <codeworkx@cyanogenmod.com>2012-09-15 18:12:40 +0200
commit5373c385d42ee68c138d7055feed711901293b91 (patch)
tree08f87726ee89cbff9d61463918a8e7f9302307ed
parent936430cd4a2c237cc19118bedb0588841e06436c (diff)
downloaddevice_samsung_p3100-5373c385d42ee68c138d7055feed711901293b91.zip
device_samsung_p3100-5373c385d42ee68c138d7055feed711901293b91.tar.gz
device_samsung_p3100-5373c385d42ee68c138d7055feed711901293b91.tar.bz2
added dock keyboard service
Change-Id: Ibed33325bb39eb88c09d7f423ab4fa2dfa099598
-rwxr-xr-xinit.espresso.rc6
-rw-r--r--proprietary-common-files.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/init.espresso.rc b/init.espresso.rc
index 0d3f6df..86ff9b1 100755
--- a/init.espresso.rc
+++ b/init.espresso.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 ea0fa21..ddd6d19 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