]> git.baikalelectronics.ru Git - kernel.git/commit
Input: wacom - use hid communication instead of plain usb
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 24 Jul 2014 19:56:22 +0000 (12:56 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 26 Jul 2014 01:53:50 +0000 (18:53 -0700)
commitf4401f2641c07759af8acfc1dadf9faf996f1279
treea656870538b89d58b6f4d13d061c07adecf55db5
parent378afecb61b89be4ab9b4c4793c96ada6c8a2b69
Input: wacom - use hid communication instead of plain usb

Wacom.ko was a plain USB driver for a HID device. The communications
from/to the devices can actually be replaced with the HID API.

At the USB level, the reports are exactly the same.

This will allow to use uhid virtual devices instead of true USB devices.
This step is necessary to implement regression tests.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Tested-by: Jason Gerecke <killertofu@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_sys.c