From: Benjamin Tissoires Date: Thu, 24 Jul 2014 19:56:22 +0000 (-0700) Subject: Input: wacom - use hid communication instead of plain usb X-Git-Tag: omap-for-v3.17/fixes-against-rc2~115^2~1^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b20a9dec0cb1a4cc0517b94302875800191e34;p=pandora-kernel.git 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 Reviewed-by: Jason Gerecke Tested-by: Jason Gerecke Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed