sysfs-driver-hid-logitech-lg4ff 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. What: /sys/bus/hid/drivers/logitech/<dev>/range
  2. Date: July 2011
  3. KernelVersion: 3.2
  4. Contact: Michal Malý <madcatxster@devoid-pointer.net>
  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.
  8. What: /sys/bus/hid/drivers/logitech/<dev>/alternate_modes
  9. Date: Feb 2015
  10. KernelVersion: 4.1
  11. Contact: Michal Malý <madcatxster@devoid-pointer.net>
  12. Description: Displays a set of alternate modes supported by a wheel. Each
  13. mode is listed as follows:
  14. Tag: Mode Name
  15. Currently active mode is marked with an asterisk. List also
  16. contains an abstract item "native" which always denotes the
  17. native mode of the wheel. Echoing the mode tag switches the
  18. wheel into the corresponding mode. Depending on the exact model
  19. of the wheel not all listed modes might always be selectable.
  20. If a wheel cannot be switched into the desired mode, -EINVAL
  21. is returned accompanied with an explanatory message in the
  22. kernel log.
  23. This entry is not created for devices that have only one mode.
  24. Currently supported mode switches:
  25. Driving Force Pro:
  26. DF-EX --> DFP
  27. G25:
  28. DF-EX --> DFP --> G25
  29. G27:
  30. DF-EX <*> DFP <-> G25 <-> G27
  31. DF-EX <*--------> G25 <-> G27
  32. DF-EX <*----------------> G27
  33. DFGT:
  34. DF-EX <*> DFP <-> DFGT
  35. DF-EX <*--------> DFGT
  36. * hid_logitech module must be loaded with lg4ff_no_autoswitch=1
  37. parameter set in order for the switch to DF-EX mode to work.
  38. What: /sys/bus/hid/drivers/logitech/<dev>/real_id
  39. Date: Feb 2015
  40. KernelVersion: 4.1
  41. Contact: Michal Malý <madcatxster@devoid-pointer.net>
  42. Description: Displays the real model of the wheel regardless of any
  43. alternate mode the wheel might be switched to.
  44. It is a read-only value.
  45. This entry is not created for devices that have only one mode.