Skip to content

Commit

Permalink
fix(Gamepads): fallback to managing all gamepad devices
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 10, 2025
1 parent e3ddd14 commit 2f07141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
37 changes: 0 additions & 37 deletions rootfs/usr/share/inputplumber/devices/69-ignore_generic.yaml

This file was deleted.

9 changes: 6 additions & 3 deletions rootfs/usr/share/inputplumber/devices/70-generic_gamepad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ matches: []
# from these devices will be watched and translated according to the key map.
source_devices:
- group: gamepad
unique: true
evdev:
handler: js*
udev:
properties:
- name: ID_INPUT_JOYSTICK
value: "1"
sys_name: "event*"
subsystem: input

# The target input device(s) to emulate by default
target_devices:
Expand Down

0 comments on commit 2f07141

Please sign in to comment.