commit | 9abd04af951e5734c9d5cfee9b49790844b734cf | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Wed Nov 22 11:19:51 2017 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Nov 24 14:40:23 2017 +0100 |
tree | 2eff2f8d420d6ca59fc41f094b2311a54827c445 | |
parent | 20df15783a44a289aaa8c8f83b3f715f9040c9c2 [diff] |
HID: elo: clear BTN_LEFT mapping ELO devices have one Button usage in GenDesk field, which makes hid-input map it to BTN_LEFT; that confuses userspace, which then considers the device to be a mouse/touchpad instead of touchscreen. Fix that by unmapping BTN_LEFT and keeping only BTN_TOUCH in place. Signed-off-by: Jiri Kosina <jkosina@suse.cz>