Skip to content

Commit

Permalink
fix(SteamDeck): match DMI for Steam Deck LCD for deck configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Feb 21, 2024
1 parent a6cf099 commit 342fc75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ assets = [
{ source = "./rootfs/usr/share/dbus-1/system.d/org.shadowblip.InputPlumber.conf", dest = "/usr/share/dbus-1/system.d/org.shadowblip.InputPlumber.conf", mode = "644" },
{ source = "./rootfs/usr/lib/systemd/system/inputplumber.service", dest = "/usr/lib/systemd/system/inputplumber.service", mode = "644" },
{ source = "./rootfs/usr/share/inputplumber/devices/steam_deck.yaml", dest = "/usr/share/inputplumber/devices/steam_deck.yaml", mode = "644" },
{ source = "./rootfs/usr/share/inputplumber/devices/gamepads.yaml", dest = "/usr/share/inputplumber/devices/gamepads.yaml", mode = "644" },
]

[dependencies]
Expand Down
4 changes: 4 additions & 0 deletions rootfs/usr/share/inputplumber/devices/steam_deck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ matches:
product_name: Galileo
sys_vendor: Valve
cpu_vendor: AuthenticAMD
- dmi_data:
product_name: Jupiter
sys_vendor: Valve
cpu_vendor: AuthenticAMD

# One or more source devices to combine into a single virtual device. The events
# from these devices will be watched and translated according to the key map.
Expand Down

0 comments on commit 342fc75

Please sign in to comment.