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:
parent
376b96446e
commit
1ea17b666c
@ -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
|
||||
|
9
configs/excluded-input-devices.xml
Normal file
9
configs/excluded-input-devices.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user