summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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