summaryrefslogtreecommitdiffstats
path: root/device_base.mk
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-06-23 15:39:31 -0700
committerJeff Brown <jeffbrown@google.com>2011-06-23 15:44:38 -0700
commitceea45bfb079336d590deed04b8fc74521a297b6 (patch)
treef9e75b920e4a525822bd378f84f7e9210c940685 /device_base.mk
parentfc398af5f80ba522da2f95453566be800edd4021 (diff)
downloaddevice_samsung_crespo-ceea45bfb079336d590deed04b8fc74521a297b6.zip
device_samsung_crespo-ceea45bfb079336d590deed04b8fc74521a297b6.tar.gz
device_samsung_crespo-ceea45bfb079336d590deed04b8fc74521a297b6.tar.bz2
Fix keylayouts for ICS.
Some Crespo devices have a single combined touchscreen and use the framework virtual key support instead of having a separate capacitive keypad sensor. The default key layout changed in Honeycomb which had the effect of breaking the HOME key on these devices. Added a new key layout to explicitly map the virtual keys. Also fixed an old key layout that used obsolete syntax. Bug: 4901533 Change-Id: I3281b516ea44a150ec85da29bc5f0f3c00da2e6b
Diffstat (limited to 'device_base.mk')
-rw-r--r--device_base.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device_base.mk b/device_base.mk
index 3d79fd9..8ef2435 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -61,7 +61,9 @@ PRODUCT_COPY_FILES += \
device/samsung/crespo/cypress-touchkey.kl:system/usr/keylayout/cypress-touchkey.kl \
device/samsung/crespo/cypress-touchkey.kcm:system/usr/keychars/cypress-touchkey.kcm \
device/samsung/crespo/sec_jack.kl:system/usr/keylayout/sec_jack.kl \
- device/samsung/crespo/sec_jack.kcm:system/usr/keychars/sec_jack.kcm
+ device/samsung/crespo/sec_jack.kcm:system/usr/keychars/sec_jack.kcm \
+ device/samsung/crespo/mxt224_ts_input.kl:system/usr/keylayout/mxt224_ts_input.kl \
+ device/samsung/crespo/mxt224_ts_input.kcm:system/usr/keychars/mxt224_ts_input.kcm
#Bluetooth setup
PRODUCT_COPY_FILES += \