]> git.baikalelectronics.ru Git - kernel.git/commit
HID: wacom: Introduce new 'touch_input' device
authorJason Gerecke <killertofu@gmail.com>
Tue, 16 Jun 2015 01:01:45 +0000 (18:01 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 18 Jun 2015 08:42:40 +0000 (10:42 +0200)
commit52ed239068c7f228cc906b50b55d80c7bf94efee
treecd511d93cf8a2ecfb09f527a930376de7ab2743d
parent986fd3f1fdfe1ec614ccd1794574e55b736fc502
HID: wacom: Introduce new 'touch_input' device

Instead of having a single 'input_dev' device that will take either pen
or touch data depending on the type of the device, create seperate devices
devices for each. By splitting things like this, we can support devices
(e.g. the I2C "AES" sensors in some newer tablet PCs) that send both pen
and touch reports from a single endpoint.

Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_sys.c
drivers/hid/wacom_wac.c
drivers/hid/wacom_wac.h