diff options
author | PaulK <contact@paulk.fr> | 2012-04-18 22:35:56 +0200 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2012-04-18 22:35:56 +0200 |
commit | aa122a614c0e9862207dee7c76bb7916c3d482ae (patch) | |
tree | 67f8a172680f6cab5c725a09935695fbfa90cb4b | |
parent | 51a458eb4462c99de8480ffc4136d8e3ded37b2b (diff) | |
download | device_goldelico_gta04-aa122a614c0e9862207dee7c76bb7916c3d482ae.zip device_goldelico_gta04-aa122a614c0e9862207dee7c76bb7916c3d482ae.tar.gz device_goldelico_gta04-aa122a614c0e9862207dee7c76bb7916c3d482ae.tar.bz2 |
Added keylayout files for POWER and AUX buttons
-rw-r--r-- | gpio-keys.kl | 1 | ||||
-rw-r--r-- | gta04.mk | 5 | ||||
-rw-r--r-- | twl4030_pwrbutton.kl | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gpio-keys.kl b/gpio-keys.kl new file mode 100644 index 0000000..3d30e23 --- /dev/null +++ b/gpio-keys.kl @@ -0,0 +1 @@ +key 169 BACK WAKE_DROPPED @@ -13,9 +13,10 @@ # limitations under the License. # Hardware -# TODO: keymaps PRODUCT_COPY_FILES := \ - device/goldelico/gta04/vold.fstab:system/etc/vold.fstab + device/goldelico/gta04/vold.fstab:system/etc/vold.fstab \ + device/goldelico/gta04/twl4030_pwrbutton.kl:system/usr/keylayout/twl4030_pwrbutton.kl \ + device/goldelico/gta04/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl # APNS PRODUCT_COPY_FILES += \ diff --git a/twl4030_pwrbutton.kl b/twl4030_pwrbutton.kl new file mode 100644 index 0000000..ef2c8f6 --- /dev/null +++ b/twl4030_pwrbutton.kl @@ -0,0 +1 @@ +key 116 POWER WAKE |