]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "INPUT: xpad: switch Logitech G920 Wheel into HID mode"
authorJiri Kosina <jkosina@suse.cz>
Wed, 13 Jan 2016 08:43:46 +0000 (09:43 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 13 Jan 2016 08:43:46 +0000 (09:43 +0100)
commit6cefd10f6078e25b0e71637d4e82c9c4b024c4fe
treee53d0f5f87e97013fd51f9c2631ffdc528de16d1
parent15d5d618429d7bfac3f772e383b1d2b395714384
Revert "INPUT: xpad: switch Logitech G920 Wheel into HID mode"

This reverts commit 228ce31b44bf7509e3c10daa37b823032ae89dd1.

I am reverting this one, while keeping the rest of the G920 support in,
so that it immediately starts working once proper HID-mode switching
is implemented.

Quoting Dmitry Torokhov for rationale:

==
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?
==

Several people (Simon Wood and Michal Maly) expressed the intent to work
on proper HID switching in a short term.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/input/joystick/xpad.c