Skip to content

Commit

Permalink
fix(GPD): Update multiple GPD devices with fixes from the win4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaq authored and ShadowApex committed Oct 1, 2024
1 parent 4d56404 commit f0adb34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions rootfs/usr/share/inputplumber/devices/50-gpd_win3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ matches:
source_devices:
- group: gamepad
evdev:
name: Microsoft X-Box 360 pad
name: "Microsoft X-Box 360 pad"
phys_path: usb-0000:00:14.0-7/input0
handler: event*
- group: keyboard
evdev:
name: Mouse for Windows
phys_path: usb-0000:00:14.0-5/input0
name: " Mouse for Windows"
phys_path: usb-0000:00:14.0-5/input1
handler: event*
- group: imu
iio:
Expand Down
6 changes: 3 additions & 3 deletions rootfs/usr/share/inputplumber/devices/50-gpd_winmax2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ matches:
source_devices:
- group: gamepad
evdev:
name: Microsoft X-Box 360 pad
name: "Microsoft X-Box 360 pad"
phys_path: usb-0000:74:00.3-3/input0
handler: event*
- group: keyboard
evdev:
name: Mouse for Windows
phys_path: usb-0000:74:00.3-4/input0
name: " Mouse for Windows"
phys_path: usb-0000:74:00.3-4/input1
handler: event*
- group: imu
iio:
Expand Down
4 changes: 2 additions & 2 deletions rootfs/usr/share/inputplumber/devices/50-gpd_winmini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ matches:
source_devices:
- group: gamepad
evdev:
name: Microsoft X-Box 360 pad
name: "Microsoft X-Box 360 pad"
phys_path: usb-0000:63:00.3-5/input0
handler: event*
- group: keyboard
evdev:
name: Mouse for Windows
name: " Mouse for Windows"
phys_path: usb-0000:63:00.3-3/input1
handler: event*
- group: imu
Expand Down

0 comments on commit f0adb34

Please sign in to comment.