Ignore bma150 in event handler

This commit is contained in:
Dees_Troy
2012-12-11 15:13:21 +00:00
parent 29af138023
commit 07a3a74e9e
+1 -1
View File
@@ -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;
}