From: Benjamin Tissoires Date: Mon, 25 Feb 2013 10:31:46 +0000 (+0100) Subject: HID: use hid_hw_request() instead of direct call to usbhid X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~105^2~3^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d881427253da011495f4193663d809d0e9dfa215;p=pandora-kernel.git HID: use hid_hw_request() instead of direct call to usbhid This allows the hid drivers to be independent from the transport layer. The patch was constructed by replacing all occurences of usbhid_submit_report() by its hid_hw_request() counterpart. Then, drivers not requiring USB_HID anymore have their USB_HID dependency cleaned in the Kconfig file. Finally, few drivers still depends on USB_HID. Many of them are requiring the io wait callback. They are found in the next patch. Signed-off-by: Benjamin Tissoires Reviewed-by: Mika Westerberg For the sensor-hub part: Tested-by: Mika Westerberg Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed