commit | 5710fabf315efcd53c54ad4ecc6158f2964745e3 | [log] [tgz] |
---|---|---|
author | Antonio Ospite <ospite@studenti.unina.it> | Sun Feb 20 18:26:45 2011 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Feb 21 13:48:50 2011 +0100 |
tree | 303776801d76cd4e2534247f4422be80c8ca4975 | |
parent | 177900e8c9ab28cdf097314fe7dd3877774df97d [diff] |
HID: hid-sony.c: Fix sending Output reports to the Sixaxis The Sixaxis does not want the report_id as part of the data packet in Output reports, so we have to discard buf[0] when sending the actual control message. Add also some documentation about that and about why hdev->hid_output_raw_report needs to be overridden. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Jiri Kosina <jkosina@suse.cz>