der bastler Apprentice
Joined: 13 Apr 2003 Posts: 262
|
Posted: Thu May 09, 2024 11:05 am Post subject: [solved] Saitek Pro Flight Pedals and X-Plane 12 |
|
|
X-Plane couldn't detect my new Saitek pedals. I learned that buttonless input devices are not treated as joysticks. X-Plane seems to only consider joysticks.
Thus I created a short udev rule to make the pedals (three analog axes, zero buttons) a joystick:
Code: | KERNEL=="*", ATTRS{idVendor}=="06a3", ATTRS{idProduct}=="0763", MODE="0666", ENV{ID_INPUT_JOYSTICK}="1" |
Place it in /etc/udev/rules.d/70_Saitek_pedals.rules, call udevadm control -R and you're ready to go.
Just in case someone encounters the same problem. _________________ Tempus fugit.
@frank@troet.cafe |
|