diff options
author | Michal Malý <madcatxster@devoid-pointer.net> | 2015-02-18 11:59:21 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-02-18 15:14:54 -0500 |
commit | b96d23ec698fdc1fdf904e5547d9abb6354eef5c (patch) | |
tree | 042da86c415119ce04290685012627d32a79f937 /Documentation/ABI | |
parent | e7c234496d01c90a4b042d899a65e10f1f63ebc1 (diff) |
HID: hid-lg4ff: Export the real wheel model and supported alternate modes
Display the real wheel model and supported alternate modes through sysfs. This
applies only 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 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff index 167d9032b970..60f24a1d8119 100644 --- a/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff +++ b/Documentation/ABI/testing/sysfs-driver-hid-logitech-lg4ff | |||
@@ -5,3 +5,23 @@ Contact: Michal Malý <madcatxster@gmail.com> | |||
5 | Description: Display minimum, maximum and current range of the steering | 5 | Description: Display minimum, maximum and current range of the steering |
6 | wheel. Writing a value within min and max boundaries sets the | 6 | wheel. Writing a value within min and max boundaries sets the |
7 | range of the wheel. | 7 | range of the wheel. |
8 | |||
9 | What: /sys/bus/hid/drivers/logitech/<dev>/alternate_modes | ||
10 | Date: Feb 2015 | ||
11 | KernelVersion: 4.1 | ||
12 | Contact: Michal Malý <madcatxster@gmail.com> | ||
13 | Description: Displays a set of alternate modes supported by a wheel. Each | ||
14 | mode is listed as follows: | ||
15 | Tag: Mode Name | ||
16 | Currently active mode is marked with an asterisk. List also | ||
17 | contains an abstract item "native" which always denotes the | ||
18 | native mode of the wheel. | ||
19 | |||
20 | What: /sys/bus/hid/drivers/logitech/<dev>/real_id | ||
21 | Date: Feb 2015 | ||
22 | KernelVersion: 4.1 | ||
23 | Contact: Michal Malý <madcatxster@gmail.com> | ||
24 | Description: Displays the real model of the wheel regardless of any | ||
25 | alternate mode the wheel might be switched to. | ||
26 | It is a read-only value. | ||
27 | This entry is not created for devices that have only one mode. | ||