linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michal Malý" <madcatxster@devoid-pointer.net>
To: jkosina@suse.cz
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
	simon@mungewell.org, elias.vds@gmail.com,
	"Michal Malý" <madcatxster@devoid-pointer.net>
Subject: [PATCH v3 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode wheels
Date: Wed, 18 Feb 2015 17:59:19 +0100	[thread overview]
Message-ID: <1424278763-29072-1-git-send-email-madcatxster@devoid-pointer.net> (raw)

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>

v3: - Marked all internal functions static
    - Moved function and external variable declarations to hid-lg4ff.h

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                               |   7 +
 drivers/hid/hid-lg.h                               |  12 -
 drivers/hid/hid-lg4ff.c                            | 605 ++++++++++++++++++---
 drivers/hid/hid-lg4ff.h                            |  18 +
 5 files changed, 599 insertions(+), 88 deletions(-)
 create mode 100644 drivers/hid/hid-lg4ff.h

-- 
2.3.0

             reply	other threads:[~2015-02-18 16:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 16:59 Michal Malý [this message]
2015-02-18 16:59 ` [PATCH v3 1/4] HID: hid-lg4ff: Identify Logitech gaming wheels in compatibility modes accordingly to Logitech specifications Michal Malý
2015-02-18 16:59 ` [PATCH v3 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-18 16:59 ` [PATCH v3 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-18 16:59 ` [PATCH v3 4/4] HID: hid-lg4ff: Allow switching of Logitech gaming wheels between available compatibility modes through sysfs. " Michal Malý
2015-02-18 20:15 ` [PATCH v3 0/4] HID: hid-lg4ff: Improve handling of Logitech " Jiri Kosina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424278763-29072-1-git-send-email-madcatxster@devoid-pointer.net \
    --to=madcatxster@devoid-pointer.net \
    --cc=elias.vds@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=simon@mungewell.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).