Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303976
| From | Michal Malý <madcatxster@devoid-pointer.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel |
| Date | 2016-01-08 00:00 +0100 |
| Message-ID | <qOrHb-6bs-11@gated-at.bofh.it> (permalink) |
| References | (6 earlier) <qEcT9-Dg-41@gated-at.bofh.it> <qEerT-1tP-7@gated-at.bofh.it> <qNa5I-1L4-11@gated-at.bofh.it> <qNXpL-2lM-5@gated-at.bofh.it> <qO7Sa-XB-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2016-01-06 at 17:47 -0800, Dmitry Torokhov wrote: > On Wed, Jan 06, 2016 at 03:36:57PM +0100, Jiri Kosina wrote: > > On Mon, 4 Jan 2016, Benjamin Tissoires wrote: > > > > > Jiri, I *think* this commit still is in your next pull request > > > for > > > Linus. We might want to drop it before it hits Linus' tree. > > > > What exactly would be the reasoning for dropping it? > > It is wrong. Aside form the fact that IMO xpad.c is the wrong place > for > this code to be in, why are we waiting for the input device to be > opened by userspace before we do the switch instead of doing it > immediately? > Hi all, I have to disagree with the xpad driver being the wrong place to handle this. The xpad driver matches devices it should handle by interface class, subclass and protocol. When G920 first appears on the USB bus, it for all intents and purposes looks like a Xbox One controller so the xpad driver picks it up even if there is no G920-specific code in the driver. Unless there is a way how to blacklist certain idProduct values, the switch from XBone mode to HID mode will have to be done in the xpad driver. I'm pretty much done with the simple switching module but it will be of no use if we cannot make the xpad module ignore G920 first. Michal
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-01-04 11:00 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel madcatxster@devoid-pointer.net - 2016-01-04 13:50 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-01-05 02:10 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Jiri Kosina <jikos@kernel.org> - 2016-01-06 15:40 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-01-07 02:50 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel "Simon Wood" <simon@mungewell.org> - 2016-01-07 05:30 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Michal Malý <madcatxster@devoid-pointer.net> - 2016-01-08 00:00 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-01-08 00:00 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Michal Malý <madcatxster@devoid-pointer.net> - 2016-01-08 00:10 +0100
Re: [Patch-V2 1/6] INPUT: xpad: Add minimal support for Logitech G920 Wheel Jiri Kosina <jikos@kernel.org> - 2016-01-08 10:20 +0100
csiph-web