aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSimon Wood <gitsend@mungewell.org>2016-09-18 12:55:37 -0400
committerJiri Kosina <jkosina@suse.cz>2016-09-26 09:39:54 -0400
commit961af46f8e2c7bf793352c11262fb37e87706921 (patch)
tree7654fa53062f7314065ff795393877213c8bebb9 /Documentation
parent884316deb4c9fdf9becfa31831a9e40717e3026c (diff)
HID: hid-logitech: Introduce control for combined pedals feature
Introduce a dev_attr which can be used to combine the accelerator and brake pedals into a single axis. This is useful for older games which can not handle seperate accelerator and brake. Signed-off-by: Simon Wood <simon@mungewell.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
index db197a879580..9cd7c5adeb7e 100644
--- a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
+++ b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff
@@ -50,3 +50,12 @@ Description: Displays the real model of the wheel regardless of any
50 alternate mode the wheel might be switched to. 50 alternate mode the wheel might be switched to.
51 It is a read-only value. 51 It is a read-only value.
52 This entry is not created for devices that have only one mode. 52 This entry is not created for devices that have only one mode.
53
54What: /sys/bus/hid/drivers/logitech/<dev>/combine_pedals
55Date: Sep 2016
56KernelVersion: 4.9
57Contact: Simon Wood <simon@mungewell.org>
58Description: Controls whether a combined value of accelerator and brake is
59 reported on the Y axis of the controller. Useful for older games
60 which can do not work with separate accelerator/brake axis.
61 Off ('0') by default, enabled by setting '1'.