diff options
-rw-r--r-- | minuitwrp/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minuitwrp/events.c b/minuitwrp/events.c index 557ab84e4..285b5b6e7 100644 --- a/minuitwrp/events.c +++ b/minuitwrp/events.c @@ -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; } |