From 5710fabf315efcd53c54ad4ecc6158f2964745e3 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sun, 20 Feb 2011 18:26:45 +0100 Subject: [PATCH] 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-format-patch failed