From: Benjamin Tissoires Date: Mon, 10 Feb 2014 17:58:49 +0000 (-0500) Subject: HID: i2c-hid: implement ll_driver transport-layer callbacks X-Git-Tag: v3.15-rc1~114^2~1^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5a9ae88573884224a26fda0e3eb6a6ec48686d;p=pandora-kernel.git HID: i2c-hid: implement ll_driver transport-layer callbacks Add output_report and raw_request to i2c-hid. The current implementation of i2c_hid_output_raw_report decides by itself if it should use a direct send of the output report or use the data register (SET_REPORT). Split that by reimplement the logic in __i2c_hid_output_raw_report() which will be dropped soon. Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed