summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.mk4
-rw-r--r--configs/excluded-input-devices.xml9
2 files changed, 13 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 0b2fef0..497ef72 100644
--- a/common.mk
+++ b/common.mk
@@ -167,6 +167,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
+# Keylayouts
+PRODUCT_COPY_FILES += \
+ $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
+
# Graphics
PRODUCT_PROPERTY_OVERRIDES += \
ro.zygote.disable_gl_preload=1 \
diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml
new file mode 100644
index 0000000..17db3d9
--- /dev/null
+++ b/configs/excluded-input-devices.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Description : this file should include all system input the devices
+ that are not HCI devices such as mouse, touch-screen and keyboards.
+-->
+
+<devices>
+ <device name="sii9234_rcp"/>
+</devices>