diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-04-20 23:15:43 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-04-21 12:21:21 +0200 |
commit | 526a0c4b954021654e0f44ed8e50ca7c02e2429d (patch) | |
tree | 6cfa0ff1beb16d818656955bb8d3f36c03d7dcc5 /usr | |
parent | 2be830334f24f6c0e138b473eb699a784b294926 (diff) | |
download | device_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.zip device_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.tar.gz device_goldelico_gta04-526a0c4b954021654e0f44ed8e50ca7c02e2429d.tar.bz2 |
Initial Replicant 4.2 commit
Many thanks to Lukas Märdian for his great work:
part of the changes introduced in this commit reflect his work.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/idc/TSC2007_Touchscreen.idc | 3 | ||||
-rw-r--r-- | usr/keylayout/Phone_button.kl | 1 | ||||
-rw-r--r-- | usr/keylayout/twl4030_pwrbutton.kl | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/usr/idc/TSC2007_Touchscreen.idc b/usr/idc/TSC2007_Touchscreen.idc new file mode 100644 index 0000000..6c1df26 --- /dev/null +++ b/usr/idc/TSC2007_Touchscreen.idc @@ -0,0 +1,3 @@ +touch.deviceType = touchScreen +touch.orientationAware = 1 +touch.pressure.calibration = amplitude diff --git a/usr/keylayout/Phone_button.kl b/usr/keylayout/Phone_button.kl new file mode 100644 index 0000000..1232ea5 --- /dev/null +++ b/usr/keylayout/Phone_button.kl @@ -0,0 +1 @@ +key 169 BACK WAKE_DROPPED diff --git a/usr/keylayout/twl4030_pwrbutton.kl b/usr/keylayout/twl4030_pwrbutton.kl new file mode 100644 index 0000000..129f9ba --- /dev/null +++ b/usr/keylayout/twl4030_pwrbutton.kl @@ -0,0 +1 @@ +key 116 POWER WAKE_DROPPED |