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)
commit2a6cdbdd4cc0da0b0190b9a43648dff7b44adc0a
treecd511d93cf8a2ecfb09f527a930376de7ab2743d
parent2636a3f2d1421e3e629dfc96489c23727bab17d7
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