summaryrefslogtreecommitdiffstats
path: root/minuitwrp/events.c
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-04-02 16:04:02 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-02 16:04:02 +0200
commit74a149bfcbfd37384331589df697adf576590042 (patch)
tree6567fa00a034bab93b7efc2332887a3d0c94dcfa /minuitwrp/events.c
parentMerge "Remove deprecated tar exclude functionality" into android-4.4 (diff)
parentSupport Qualcomm overlay graphics in recovery (diff)
downloadandroid_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar.gz
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar.bz2
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar.lz
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar.xz
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.tar.zst
android_bootable_recovery-74a149bfcbfd37384331589df697adf576590042.zip
Diffstat (limited to 'minuitwrp/events.c')
-rw-r--r--minuitwrp/events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/minuitwrp/events.c b/minuitwrp/events.c
index f07fc14b4..93c41f2d5 100644
--- a/minuitwrp/events.c
+++ b/minuitwrp/events.c
@@ -168,7 +168,7 @@ static int vk_init(struct ev *e)
#endif
// Blacklist these "input" devices
- if (strcmp(e->deviceName, "bma250") == 0 || strcmp(e->deviceName, "bma150") == 0)
+ if (strcmp(e->deviceName, "bma250") == 0 || strcmp(e->deviceName, "bma150") == 0 || strcmp(e->deviceName, "accelerometer") == 0)
{
e->ignored = 1;
}