diff options
author | Rom Lemarchand <rlemarchand@sta.samsung.com> | 2010-11-24 16:49:09 -0800 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2010-12-23 10:03:35 -0800 |
commit | 67741380c679e0db60c781899cd0c733ffe42f2f (patch) | |
tree | 05ab553c50bdde2dd4558519e72c89dd00f98948 /device.mk | |
parent | fa25a157d3221433db491e9691c50fa81135a2ab (diff) | |
download | device_samsung_crespo-67741380c679e0db60c781899cd0c733ffe42f2f.zip device_samsung_crespo-67741380c679e0db60c781899cd0c733ffe42f2f.tar.gz device_samsung_crespo-67741380c679e0db60c781899cd0c733ffe42f2f.tar.bz2 |
input: touchkey: Add new keylayout file
Add new keylayout file for devices that use the virtual touchkeys on the
touch panel rather than a dedicated touchkey controller.
Change-Id: Icc1ef7945a49d244d6ec3d55f7a89e2d465f5413
Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \ device/samsung/crespo/cypress-touchkey.kl:system/usr/keylayout/cypress-touchkey.kl \ - device/samsung/crespo/sec_jack.kl:system/usr/keylayout/sec_jack.kl + device/samsung/crespo/sec_jack.kl:system/usr/keylayout/sec_jack.kl \ + device/samsung/crespo/herring-keypad.kl:system/usr/keylayout/herring-keypad.kl # Generated kcm keymaps PRODUCT_PACKAGES := \ |