Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255824
| From | Olivier Scherler <oscherler@ithink.ch> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade |
| Date | 2015-10-26 12:10 +0100 |
| Message-ID | <qnNP4-7uf-19@gated-at.bofh.it> (permalink) |
| References | <qn9oC-4Li-9@gated-at.bofh.it> <qndsd-2pe-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi, > On 24 oct. 2015, at 22:11, Jiri Kosina <jikos@kernel.org> wrote: > > On Sat, 24 Oct 2015, Michele Baldessari wrote: > >> The Xin-Mo Dual Arcade controller (16c0:05e1) needs this quirk in order >> to have the two distinct joysticks working. >> >> Before the change: >> $ jstest /dev/input/js0 >> Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y) >> ... >> $ jstest /dev/input/js1 >> jstest: No such file or directory >> >> After the change: >> $ jstest /dev/input/js0 >> Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y) >> ... >> $ jstest /dev/input/js1 >> Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y) >> ... >> >> Signed-off-by: Michele Baldessari <michele@acksyn.org> > > Adding Oliver to CC. > > Oliver, how come that you didn't need this while working on the inigial > Xin-Mo Dual Arcade support? Because I didn’t mind whether the controller announced itself as two joysticks with two axes each, or one joystick with four axes. In the software I use it for (a MAME for the Raspberry Pi), I can map a single device’s buttons and axes to several players. I’m a bit surprised with this, though: > $ jstest /dev/input/js0 > Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y) because in my case I had four axes, at least using evtest (I don’t remember if I tried jstest as well). What bothered me at the time, though, is that even though the custom driver was made as a kernel module, an entry had to be added in the hid_have_special_driver table in hid-core.c for the kernel to use it, which means, if I understand properly, that the kernel still needs recompiling. Is that normal? Best regards, Olivier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Michele Baldessari <michele@acksyn.org> - 2015-10-24 18:00 +0200
Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Jiri Kosina <jikos@kernel.org> - 2015-10-24 22:20 +0200
Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Olivier Scherler <oscherler@ithink.ch> - 2015-10-26 12:10 +0100
Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Michele Baldessari <michele@acksyn.org> - 2015-10-26 13:10 +0100
Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Lars Melin <larsm17@gmail.com> - 2015-10-25 10:20 +0100
Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade Michele Baldessari <michele@acksyn.org> - 2015-10-25 17:40 +0100
csiph-web