3
0
Fork 0

nuke sii9234_rcp

Every once in awhile the bug crops up again whenever the upstream fix
for it breaks. Let's just future-proof it now

Change-Id: I31d7e013110c35d35839546f6e2449bef807cbdf
This commit is contained in:
David Daynard 2015-03-14 23:05:08 +09:00 committed by Gerrit Code Review
parent 376b96446e
commit 1ea17b666c
2 changed files with 13 additions and 0 deletions

View File

@ -195,6 +195,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.isUsbOtgEnabled=true
# Keylayouts
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml
$(call inherit-product, frameworks/native/build/phone-hdpi-512-dalvik-heap.mk)
# Include exynos4 platform specific parts

View File

@ -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>