git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0dd72a
)
HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for output...
author
Benjamin Tissoires
<benjamin.tissoires@redhat.com>
Mon, 10 Feb 2014 17:58:55 +0000
(12:58 -0500)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 17 Feb 2014 13:57:17 +0000
(14:57 +0100)
For BT transport layer,
ret = hid_output_raw_report(A, B, C, HID_OUTPUT_REPORT);
is equivalent to
ret = hid_hw_output_report(A, B, C);
So use the new API where available
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>
No differences found