diff options
author | Benjamin Tissoires <[email protected]> | 2014-02-10 12:58:55 -0500 |
---|---|---|
committer | Jiri Kosina <[email protected]> | 2014-02-17 14:57:17 +0100 |
commit | 7e0bc880fce51ba3bd9128b8df9dc59567c5f73a (patch) | |
tree | 0f4116e1f79844b25f1411a6e63cd47c013ea52c /tools/perf/scripts/python | |
parent | b0dd72aafd785785bedbb6db932955807e454a65 (diff) |
HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for output requests
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 <[email protected]>
Reviewed-by: David Herrmann <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions