2d0e896389
Use the interception package to merge the gpio-keys and adc-joystick input devices found in mainline Linux to avoid the need to have an out of tree input driver. Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
8 lines
340 B
YAML
Executable file
8 lines
340 B
YAML
Executable file
- CMD: mux -c oga-control
|
|
- JOB: mux -i oga-control | uinput -c /etc/interception/oga-controls.yaml
|
|
- JOB: intercept -g $DEVNODE | mux -o oga-control
|
|
DEVICE:
|
|
LINK: /dev/input/by-path/platform-adc-joystick-event
|
|
- JOB: intercept -g $DEVNODE | mux -o oga-control
|
|
DEVICE:
|
|
LINK: /dev/input/by-path/platform-gpio-keys-event-joystick
|