]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
HID: Accutouch: Add driver for ELO Accutouch 2216 USB Touchscreens
authorMartyn Welch <martyn.welch@collabora.co.uk>
Tue, 14 Feb 2017 14:17:56 +0000 (14:17 +0000)
committerJiri Kosina <jkosina@suse.cz>
Tue, 21 Mar 2017 14:03:55 +0000 (15:03 +0100)
commitc846fe9ce90a5ab0329de7f08d7523fb58c1251e
tree23567938bdf66cf682460a158d8bb515be7be493
parent81bbef23db51c0b450d90607fbbc2ad80ee0d43f
HID: Accutouch: Add driver for ELO Accutouch 2216 USB Touchscreens

The Accutouch 2216 is reporting BTN_LEFT/BTN_MOUSE rather than BTM_TOUCH
in it's capabilities, which is what user space expects a touchscreen
device to report. This is causing udev to consider the device to be a
"VMware's USB mouse" rather than as a touchscreen, which results in a
mouse cursor being displayed in Weston.

This patch adds a special driver for the device to correct the
capabilities reported.

Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
drivers/hid/Makefile
drivers/hid/hid-accutouch.c [new file with mode: 0644]
drivers/hid/hid-core.c
drivers/hid/hid-ids.h