HID: input: hid-input remove hid_output_raw_report call
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Thu, 20 Feb 2014 20:24:48 +0000 (15:24 -0500)
committerJiri Kosina <jkosina@suse.cz>
Mon, 24 Feb 2014 16:23:14 +0000 (17:23 +0100)
commit2ebaebcf31096f83401c850393e93bc8f28db0e9
tree456bd6b19ef89ce7411c9057ef1a1cd6b31d6349
parent5318251744b2c8a288f91f4e53ed69f2a01d6412
HID: input: hid-input remove hid_output_raw_report call

hid_output_raw_report() is not a ll_driver callback and should not be used.
To keep the same code path than before, we are forced to play with the
different hid_hw_* calls: if the usb or i2c device does not support
direct output reports, then we will rely on the SET_REPORT HID call.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c
This page took 0.02469 seconds and 5 git commands to generate.