Fix derp
Change-Id: Idf41990258361e612635980700fd694b11c1c625
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user