linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels
@ 2015-02-15  2:03 Michal Malý
  2015-02-15  2:03 ` [PATCH v2 1/4] HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modes accordingly to Logitech specifications Michal Malý
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michal Malý @ 2015-02-15  2:03 UTC (permalink / raw)
  To: jkosina; +Cc: linux-input, linux-kernel, simon, elias.vds, Michal Malý

This patch series improves handling of various Logitech gaming wheels and
allows switching between various compatibility modes which might be useful
to improve compatibility with very old games and testing purposes.

Signed-off-by: Michal Malý <madcatxster@devoid-pointer.net>

v2: - Rebased against latest linux-next
    - Document the newly introduced sysfs interfaces in appropriate commits
    - Assume that we are targeting kernel version 4.1
    - Fix a misleading error message regarding unsupported wheel mode

Michal Malý (4):
  Identify Logitech gaming wheels in compatibility modes accordingly to
    Logitech specifications
  Display the real wheel model and supported alternate modes through
    sysfs. This applies only to multimode wheels.
  Introduce a module parameter to disable automatic switch of Logitech
    gaming wheels from compatibility to native mode. This only applies
    to multimode wheels.
  Allow switching of Logitech gaming wheels between available
    compatibility modes through sysfs. This only applies to multimode
    wheels.

 .../ABI/testing/sysfs-driver-hid-logitech-lg4ff    |  45 ++
 drivers/hid/hid-lg.c                               |   6 +
 drivers/hid/hid-lg4ff.c                            | 605 ++++++++++++++++++---
 3 files changed, 580 insertions(+), 76 deletions(-)

-- 
2.3.0

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-18  2:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15  2:03 [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels Michal Malý
2015-02-15  2:03 ` [PATCH v2 1/4] HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modes accordingly to Logitech specifications Michal Malý
2015-02-15  2:03 ` [PATCH v2 2/4] HID: hid-lg4ff: Display the real wheel model and supported alternate modes through sysfs. This applies only to multimode wheels Michal Malý
2015-02-15  2:03 ` [PATCH v2 3/4] HID: hid-lg4ff: Introduce a module parameter to disable automatic switch of Logitech gaming wheels from compatibility to native mode. This only applies " Michal Malý
2015-02-15  2:03 ` [PATCH v2 4/4] HID: hid-lg4ff: Allow switching of Logitech gaming wheels between available compatibility modes through sysfs. " Michal Malý
2015-02-16 21:58 ` [PATCH v2 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode gaming wheels Elias Vanderstuyft
2015-02-18  2:27 ` simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).