warthog: IOrules need read permissions as well
This commit is contained in:
parent
a29f5d63e2
commit
6088b75a52
1 changed files with 3 additions and 1 deletions
|
@ -101,8 +101,10 @@ via raw HID support.
|
|||
$ mkdir -p ~/.fgfs/Nasal
|
||||
$ cp $FG_ROOT/Nasal/IOrules ~/.fgfs/Nasal
|
||||
|
||||
Now add these two lines there:
|
||||
Now add these four lines there:
|
||||
|
||||
READ ALLOW /dev/input/hidraw/Thustmaster_Joystick_-_HOTAS_Warthog
|
||||
READ ALLOW /dev/input/hidraw/Thrustmaster_Throttle_-_HOTAS_Warthog
|
||||
WRITE ALLOW /dev/input/hidraw/Thustmaster_Joystick_-_HOTAS_Warthog
|
||||
WRITE ALLOW /dev/input/hidraw/Thrustmaster_Throttle_-_HOTAS_Warthog
|
||||
|
||||
|
|
Loading…
Reference in a new issue