diff options
author | David Daynard <nardholio@gmail.com> | 2015-03-14 23:05:08 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-07-16 14:25:41 -0700 |
commit | 1ea17b666ce94d2fe718ac490a6fbc8b1dfb13d1 (patch) | |
tree | 58798baa2e5e2f2ee1e1bc474ff90c1882bea1d6 /configs | |
parent | 376b96446eb0df261a6557e975d540b1c6f795fe (diff) | |
download | device_samsung_galaxys2-common-1ea17b666ce94d2fe718ac490a6fbc8b1dfb13d1.zip device_samsung_galaxys2-common-1ea17b666ce94d2fe718ac490a6fbc8b1dfb13d1.tar.gz device_samsung_galaxys2-common-1ea17b666ce94d2fe718ac490a6fbc8b1dfb13d1.tar.bz2 |
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
Diffstat (limited to 'configs')
-rw-r--r-- | configs/excluded-input-devices.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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> |