diff options
| author | Benjamin Tissoires <[email protected]> | 2013-07-11 15:41:30 +0200 |
|---|---|---|
| committer | Gustavo Padovan <[email protected]> | 2013-07-25 14:15:24 +0100 |
| commit | 159d865f2078ffa4441abb0155f725368371f836 (patch) | |
| tree | 6a82677f2246d383a3f655dc436237917bcf45b2 /tools/perf/scripts/python | |
| parent | 2583d706a13d0dc7fa591d5bb036454d0ddbf5b0 (diff) | |
Bluetooth: hidp: remove wrong send_report at init
The USB hid implementation does retrieve the reports during the start.
However, this implementation does not call the HID command GET_REPORT
(which would fetch the current status of each report), but use the
DATA command, which is an Output Report (so transmitting data from the
host to the device).
The Wiimote controller is already guarded against this problem in the
protocol, but it is not conformant to the specification to set all the
reports to 0 on start.
Signed-off-by: Benjamin Tissoires <[email protected]>
Reviewed-by: David Herrmann <[email protected]>
Acked-by: Jiri Kosina <[email protected]>
Signed-off-by: Gustavo Padovan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions