[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424278763-29072-1-git-send-email-madcatxster@devoid-pointer.net>
Date: Wed, 18 Feb 2015 17:59:19 +0100
From: Michal Malý <madcatxster@...oid-pointer.net>
To: jkosina@...e.cz
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
simon@...gewell.org, elias.vds@...il.com,
Michal Malý <madcatxster@...oid-pointer.net>
Subject: [PATCH v3 0/4] HID: hid-lg4ff: Improve handling of Logitech multimode wheels
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@...oid-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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists