diff options
author | Jeff Brown <jeffbrown@google.com> | 2010-10-01 15:29:37 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2010-10-01 15:42:52 -0700 |
commit | aa3cf55accc473c029d4b08a88900f14f964f2c3 (patch) | |
tree | 9b3527995c74a83d54d783b0d5cd9b927f52a0fa /device.mk | |
parent | 6de9db6d54ec8fdb1fa376554c10aa037f93a706 (diff) | |
download | device_samsung_crespo-aa3cf55accc473c029d4b08a88900f14f964f2c3.zip device_samsung_crespo-aa3cf55accc473c029d4b08a88900f14f964f2c3.tar.gz device_samsung_crespo-aa3cf55accc473c029d4b08a88900f14f964f2c3.tar.bz2 |
Add VIRTUAL key flag for crespo virtual keys.
Also fixed the name of the keymap files since it seems the name of the
driver has changed.
Change-Id: I4dad325d38a6c85d21e9dfbfa27fbdd5663bcb78
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -55,13 +55,13 @@ PRODUCT_COPY_FILES += \ # Prebuilt kl keymaps PRODUCT_COPY_FILES += \ device/samsung/crespo/s3c-keypad.kl:system/usr/keylayout/s3c-keypad.kl \ - device/samsung/crespo/melfas-touchkey.kl:system/usr/keylayout/melfas-touchkey.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 # Generated kcm keymaps PRODUCT_PACKAGES := \ s3c-keypad.kcm \ - melfas-touchkey.kcm + cypress-touchkey.kcm # Filesystem management tools PRODUCT_PACKAGES += \ |