Michal Malý | bbfd0cc | 2015-04-08 22:56:52 +0200 | [diff] [blame] | 1 | What: /sys/bus/hid/drivers/logitech/<dev>/range |
Michal Malý | 18e10ab | 2011-08-04 16:27:18 +0200 | [diff] [blame] | 2 | Date: July 2011 |
| 3 | KernelVersion: 3.2 |
Michal Malý | bbfd0cc | 2015-04-08 22:56:52 +0200 | [diff] [blame] | 4 | Contact: Michal Malý <madcatxster@devoid-pointer.net> |
Michal Malý | 18e10ab | 2011-08-04 16:27:18 +0200 | [diff] [blame] | 5 | Description: Display minimum, maximum and current range of the steering |
| 6 | wheel. Writing a value within min and max boundaries sets the |
| 7 | range of the wheel. |
Michal Malý | b96d23e | 2015-02-18 17:59:21 +0100 | [diff] [blame] | 8 | |
| 9 | What: /sys/bus/hid/drivers/logitech/<dev>/alternate_modes |
| 10 | Date: Feb 2015 |
| 11 | KernelVersion: 4.1 |
Michal Malý | bbfd0cc | 2015-04-08 22:56:52 +0200 | [diff] [blame] | 12 | Contact: Michal Malý <madcatxster@devoid-pointer.net> |
Michal Malý | b96d23e | 2015-02-18 17:59:21 +0100 | [diff] [blame] | 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 |
Michal Malý | f31a2de | 2015-02-18 17:59:23 +0100 | [diff] [blame] | 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. |
Michal Malý | b96d23e | 2015-02-18 17:59:21 +0100 | [diff] [blame] | 44 | |
| 45 | What: /sys/bus/hid/drivers/logitech/<dev>/real_id |
| 46 | Date: Feb 2015 |
| 47 | KernelVersion: 4.1 |
Michal Malý | bbfd0cc | 2015-04-08 22:56:52 +0200 | [diff] [blame] | 48 | Contact: Michal Malý <madcatxster@devoid-pointer.net> |
Michal Malý | b96d23e | 2015-02-18 17:59:21 +0100 | [diff] [blame] | 49 | Description: Displays the real model of the wheel regardless of any |
| 50 | alternate mode the wheel might be switched to. |
| 51 | It is a read-only value. |
| 52 | This entry is not created for devices that have only one mode. |