0001 What: /sys/bus/hid/drivers/logitech/<dev>/range
0002 Date: July 2011
0003 KernelVersion: 3.2
0004 Contact: Michal Malý <madcatxster@devoid-pointer.net>
0005 Description: Display minimum, maximum and current range of the steering
0006 wheel. Writing a value within min and max boundaries sets the
0007 range of the wheel.
0008
0009 What: /sys/bus/hid/drivers/logitech/<dev>/alternate_modes
0010 Date: Feb 2015
0011 KernelVersion: 4.1
0012 Contact: Michal Malý <madcatxster@devoid-pointer.net>
0013 Description: Displays a set of alternate modes supported by a wheel. Each
0014 mode is listed as follows:
0015
0016 Tag: Mode Name
0017
0018 Currently active mode is marked with an asterisk. List also
0019 contains an abstract item "native" which always denotes the
0020 native mode of the wheel. Echoing the mode tag switches the
0021 wheel into the corresponding mode. Depending on the exact model
0022 of the wheel not all listed modes might always be selectable.
0023 If a wheel cannot be switched into the desired mode, -EINVAL
0024 is returned accompanied with an explanatory message in the
0025 kernel log.
0026 This entry is not created for devices that have only one mode.
0027
0028 Currently supported mode switches:
0029
0030 Driving Force Pro::
0031
0032 DF-EX --> DFP
0033
0034 G25::
0035
0036 DF-EX --> DFP --> G25
0037
0038 G27::
0039
0040 DF-EX <*> DFP <-> G25 <-> G27
0041 DF-EX <*--------> G25 <-> G27
0042 DF-EX <*----------------> G27
0043
0044 G29::
0045
0046 DF-EX <*> DFP <-> G25 <-> G27 <-> G29
0047 DF-EX <*--------> G25 <-> G27 <-> G29
0048 DF-EX <*----------------> G27 <-> G29
0049 DF-EX <*------------------------> G29
0050
0051 DFGT::
0052
0053 DF-EX <*> DFP <-> DFGT
0054 DF-EX <*--------> DFGT
0055
0056 * hid_logitech module must be loaded with lg4ff_no_autoswitch=1
0057 parameter set in order for the switch to DF-EX mode to work.
0058
0059 What: /sys/bus/hid/drivers/logitech/<dev>/real_id
0060 Date: Feb 2015
0061 KernelVersion: 4.1
0062 Contact: Michal Malý <madcatxster@devoid-pointer.net>
0063 Description: Displays the real model of the wheel regardless of any
0064 alternate mode the wheel might be switched to.
0065 It is a read-only value.
0066 This entry is not created for devices that have only one mode.
0067
0068 What: /sys/bus/hid/drivers/logitech/<dev>/combine_pedals
0069 Date: Sep 2016
0070 KernelVersion: 4.9
0071 Contact: Simon Wood <simon@mungewell.org>
0072 Description: Controls whether a combined value of accelerator and brake is
0073 reported on the Y axis of the controller. Useful for older games
0074 which can do not work with separate accelerator/brake axis.
0075 Off ('0') by default, enabled by setting '1'.