Skip to content

Commit

Permalink
games-util/game-device-udev-rules: Bump to 20201209
Browse files Browse the repository at this point in the history
Syncs with steam-devices and adds the Google Stadia Controller.

Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Dec 9, 2020
1 parent ef73397 commit 585a350
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion games-util/game-device-udev-rules/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST steam-devices-442b412ae2c1e20d6aa09f04f0245f9281788a71.tar.gz 2132 BLAKE2B ee8b22d5d29886f4dff126af6f54487212b8758afe4fc4b080ccccccbbc7d7893cee05612386f72cccd7050d415fc07b5fb8c9e4ca19b115304970c4934d1df7 SHA512 efc5359aa9b2015092df1c06079790739d11c955478aa91fc08d077ad51df9cc1be5ec6bc8596a68501fc987ba1993d66af2482a444df42f62b88142d50e660c
DIST steam-devices-3f9f151f8bb3caed0bee9e68d421562166605fd9.tar.gz 2149 BLAKE2B ac5d242649f77e1fce2facde990872abf98d51cfe353f1ff202e577cf01f917d49aaec292d74f495cddb5e6e8e5eceb21526131fbb65178efba80ed211fd9329 SHA512 c2f60a7e3a6ca6a122707914787bf12a11cc2fa4b70195446edf24b6ea2510569dfb12113116169d98438d8be1dedab6f828e3ca28ce52c4673fb693deb9603d

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# Thrustmaster T-Wireless
KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d007", TAG+="uaccess"

# Google Stadia Controller
KERNEL=="hidraw*", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="9400", TAG+="uaccess"
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit udev
# also has its own rules and more may be added later so we version it
# independently.

STEAM_COMMIT="442b412ae2c1e20d6aa09f04f0245f9281788a71"
STEAM_COMMIT="3f9f151f8bb3caed0bee9e68d421562166605fd9"
MY_P="steam-devices-${STEAM_COMMIT}"

DESCRIPTION="udev rules for various game hardware devices"
Expand Down

0 comments on commit 585a350

Please sign in to comment.