Searched hist:"931830 aa5c251e0803523213428f777a48bde254" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | hid-gembird.c | 931830aa5c251e0803523213428f777a48bde254 Thu Aug 13 10:11:27 CDT 2015 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: gembird: add new driver to fix Gembird JPD-DualForce 2
This gamepad advertise 5 absolute axis while 4 are actually used. The second Z axis shows some garbage, so it has to be ignored by HID. The first Z axis and the Rz one are actually Rx and Ry. Remap them.
We could also just remap and ignore the axis in .input_mapping(). I went ahead with .report_fixup() first, so here it is.
Reported-by: Orivej Desh <orivej@gmx.fr> Tested-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | Makefile | diff 931830aa5c251e0803523213428f777a48bde254 Thu Aug 13 10:11:27 CDT 2015 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: gembird: add new driver to fix Gembird JPD-DualForce 2
This gamepad advertise 5 absolute axis while 4 are actually used. The second Z axis shows some garbage, so it has to be ignored by HID. The first Z axis and the Rz one are actually Rx and Ry. Remap them.
We could also just remap and ignore the axis in .input_mapping(). I went ahead with .report_fixup() first, so here it is.
Reported-by: Orivej Desh <orivej@gmx.fr> Tested-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | Kconfig | diff 931830aa5c251e0803523213428f777a48bde254 Thu Aug 13 10:11:27 CDT 2015 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: gembird: add new driver to fix Gembird JPD-DualForce 2
This gamepad advertise 5 absolute axis while 4 are actually used. The second Z axis shows some garbage, so it has to be ignored by HID. The first Z axis and the Rz one are actually Rx and Ry. Remap them.
We could also just remap and ignore the axis in .input_mapping(). I went ahead with .report_fixup() first, so here it is.
Reported-by: Orivej Desh <orivej@gmx.fr> Tested-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | hid-core.c | diff 931830aa5c251e0803523213428f777a48bde254 Thu Aug 13 10:11:27 CDT 2015 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: gembird: add new driver to fix Gembird JPD-DualForce 2
This gamepad advertise 5 absolute axis while 4 are actually used. The second Z axis shows some garbage, so it has to be ignored by HID. The first Z axis and the Rz one are actually Rx and Ry. Remap them.
We could also just remap and ignore the axis in .input_mapping(). I went ahead with .report_fixup() first, so here it is.
Reported-by: Orivej Desh <orivej@gmx.fr> Tested-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|
H A D | hid-ids.h | diff 931830aa5c251e0803523213428f777a48bde254 Thu Aug 13 10:11:27 CDT 2015 Benjamin Tissoires <benjamin.tissoires@redhat.com> HID: gembird: add new driver to fix Gembird JPD-DualForce 2
This gamepad advertise 5 absolute axis while 4 are actually used. The second Z axis shows some garbage, so it has to be ignored by HID. The first Z axis and the Rz one are actually Rx and Ry. Remap them.
We could also just remap and ignore the axis in .input_mapping(). I went ahead with .report_fixup() first, so here it is.
Reported-by: Orivej Desh <orivej@gmx.fr> Tested-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
|