[PATCH v3.11-rc2] HID: sony: fix HID mapping for PS3 sixaxis controller

2013-07-24 Thread Benjamin Tissoires
Commit f04d51404f51 (HID: driver for PS2/3 Buzz controllers) introduced an input_mapping() callback, but set the return value to -1 to all devices except the Buzz controllers. The result of this is that the Sixaxis input device is not populated, making it useless. Signed-off-by: Benjamin

Re: [PATCH v3.11-rc2] HID: sony: fix HID mapping for PS3 sixaxis controller

2013-07-24 Thread Jiri Kosina
On Wed, 24 Jul 2013, Benjamin Tissoires wrote: Commit f04d51404f51 (HID: driver for PS2/3 Buzz controllers) introduced an input_mapping() callback, but set the return value to -1 to all devices except the Buzz controllers. The result of this is that the Sixaxis input device is not populated,