]> asedeno.scripts.mit.edu Git - linux.git/commit
HID: sony: Improve navigation controller axis/button mapping
authorRoderick Colenbrander <roderick.colenbrander@sony.com>
Fri, 24 Mar 2017 22:17:46 +0000 (15:17 -0700)
committerJiri Kosina <jkosina@suse.cz>
Thu, 6 Apr 2017 12:41:16 +0000 (14:41 +0200)
commitb8f0970d2c5a03f5a431d51af74dd1a0ec62fe91
tree1a6688d40381d22d836374c4380010bfc02d7eb9
parent5a144be39c3a32b3072529ccee79e4ec9eb9b275
HID: sony: Improve navigation controller axis/button mapping

The navigation controller is a DS3 (sixaxis) with fewer physical
axes and buttons. It utilizes the same HID report as the DS3 and
thus reports axes/buttons which aren't physically present.
Currently many non-existing buttons and axes are reported, which
we are now removing.

For the axes/buttons which do exist, we make the axis/button mapping
similar to the DS3.

Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c