From: Antonio Ospite Date: Sun, 20 Feb 2011 17:26:45 +0000 (+0100) Subject: HID: hid-sony.c: Fix sending Output reports to the Sixaxis X-Git-Tag: v2.6.39-rc1~429^2^6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5710fabf315efcd53c54ad4ecc6158f2964745e3;p=pandora-kernel.git 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 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed