diff options
author | Michal Malý <madcatxster@devoid-pointer.net> | 2015-02-18 11:59:23 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-02-18 15:14:54 -0500 |
commit | f31a2de3fe3680223a0dc93e484c491cc09473d3 (patch) | |
tree | 84cbbaaabe685e2c6d24ad4554e79c1f5ade8911 /Documentation/ABI | |
parent | a54dc7795efceb9a458457540c69450c995a2772 (diff) |
HID: hid-lg4ff: Allow switching of Logitech gaming wheels between compatibility modes
Allow switching of Logitech gaming wheels between available compatibility modes
through sysfs. This only applies to multimode wheels.
Signed-off-by: Michal Malý <madcatxster@devoid-pointer.net>
Tested-by: Simon Wood <simon@mungewell.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff index 60f24a1d8119..b3f6a2ac5007 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff +++ b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff | |||
@@ -15,7 +15,32 @@ Description: Displays a set of alternate modes supported by a wheel. Each | |||
15 | Tag: Mode Name | 15 | Tag: Mode Name |
16 | Currently active mode is marked with an asterisk. List also | 16 | Currently active mode is marked with an asterisk. List also |
17 | contains an abstract item "native" which always denotes the | 17 | contains an abstract item "native" which always denotes the |
18 | native mode of the wheel. | 18 | native mode of the wheel. Echoing the mode tag switches the |
19 | wheel into the corresponding mode. Depending on the exact model | ||
20 | of the wheel not all listed modes might always be selectable. | ||
21 | If a wheel cannot be switched into the desired mode, -EINVAL | ||
22 | is returned accompanied with an explanatory message in the | ||
23 | kernel log. | ||
24 | This entry is not created for devices that have only one mode. | ||
25 | |||
26 | Currently supported mode switches: | ||
27 | Driving Force Pro: | ||
28 | DF-EX --> DFP | ||
29 | |||
30 | G25: | ||
31 | DF-EX --> DFP --> G25 | ||
32 | |||
33 | G27: | ||
34 | DF-EX <*> DFP <-> G25 <-> G27 | ||
35 | DF-EX <*--------> G25 <-> G27 | ||
36 | DF-EX <*----------------> G27 | ||
37 | |||
38 | DFGT: | ||
39 | DF-EX <*> DFP <-> DFGT | ||
40 | DF-EX <*--------> DFGT | ||
41 | |||
42 | * hid_logitech module must be loaded with lg4ff_no_autoswitch=1 | ||
43 | parameter set in order for the switch to DF-EX mode to work. | ||
19 | 44 | ||
20 | What: /sys/bus/hid/drivers/logitech/<dev>/real_id | 45 | What: /sys/bus/hid/drivers/logitech/<dev>/real_id |
21 | Date: Feb 2015 | 46 | Date: Feb 2015 |