From: Benjamin Tissoires Date: Thu, 20 Feb 2014 20:24:50 +0000 (-0500) Subject: HID: hidraw: replace hid_output_raw_report() calls by appropriates ones X-Git-Tag: v3.15-rc1~114^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a75b24949a8d34d2014866006e30dc69dd567c8;p=pandora-kernel.git HID: hidraw: replace hid_output_raw_report() calls by appropriates ones Remove hid_output_raw_report() call as it is not a ll_driver callbacj, and switch to the hid_hw_* implementation. USB-HID used to fallback into SET_REPORT when there were no output interrupt endpoint, so emulating this if hid_hw_output_report() returns -ENOSYS. Reviewed-by: David Herrmann Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed