Change-Id: Idf41990258361e612635980700fd694b11c1c625
This commit is contained in:
Ethan Yonker
2014-08-14 11:15:32 -05:00
parent 5742a40b87
commit 3c4ac3bc32

View File

@@ -175,7 +175,7 @@ static int vk_init(struct ev *e)
#else
#ifndef TW_INPUT_BLACKLIST
// Blacklist these "input" devices
if (strcmp(e->deviceName, "bma250") == 0 || strcmp(e->deviceName, "bma150") == 0) == 0)
if (strcmp(e->deviceName, "bma250") == 0 || strcmp(e->deviceName, "bma150") == 0)
{
printf("blacklisting %s input device\n", e->deviceName);
e->ignored = 1;