Ignore bma150 in event handler
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ static int vk_init(struct ev *e)
|
||||
#endif
|
||||
|
||||
// Blacklist these "input" devices
|
||||
if (strcmp(e->deviceName, "bma250") == 0)
|
||||
if (strcmp(e->deviceName, "bma250") == 0 || strcmp(e->deviceName, "bma150") == 0)
|
||||
{
|
||||
e->ignored = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user