commit: 585a35093a7b897b9cd4f93a0e189cdf459c8bfb
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 21:52:09 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 21:52:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585a3509
games-util/game-device-udev-rules: Bump to 20201209
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 <chewi <AT> gentoo.org>
games-util/game-device-udev-rules/Manifest | 2 +-
.../game-device-udev-rules/files/60-game-input-20201121.rules | 3 ---
.../game-device-udev-rules/files/60-game-input-20201209.rules | 6 ++++++
...rules-20201121.ebuild => game-device-udev-rules-20201209.ebuild} | 2 +-
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/games-util/game-device-udev-rules/Manifest
b/games-util/game-device-udev-rules/Manifest
index 0ee19b7cf45..7acd4da6b56 100644
--- a/games-util/game-device-udev-rules/Manifest
+++ b/games-util/game-device-udev-rules/Manifest
@@ -1 +1 @@
-DIST steam-devices-442b412ae2c1e20d6aa09f04f0245f9281788a71.tar.gz 2132
BLAKE2B
ee8b22d5d29886f4dff126af6f54487212b8758afe4fc4b080ccccccbbc7d7893cee05612386f72cccd7050d415fc07b5fb8c9e4ca19b115304970c4934d1df7
SHA512
efc5359aa9b2015092df1c06079790739d11c955478aa91fc08d077ad51df9cc1be5ec6bc8596a68501fc987ba1993d66af2482a444df42f62b88142d50e660c
+DIST steam-devices-3f9f151f8bb3caed0bee9e68d421562166605fd9.tar.gz 2149
BLAKE2B
ac5d242649f77e1fce2facde990872abf98d51cfe353f1ff202e577cf01f917d49aaec292d74f495cddb5e6e8e5eceb21526131fbb65178efba80ed211fd9329
SHA512
c2f60a7e3a6ca6a122707914787bf12a11cc2fa4b70195446edf24b6ea2510569dfb12113116169d98438d8be1dedab6f828e3ca28ce52c4673fb693deb9603d
diff --git
a/games-util/game-device-udev-rules/files/60-game-input-20201121.rules
b/games-util/game-device-udev-rules/files/60-game-input-20201121.rules
deleted file mode 100644
index 04a6ce41f4a..00000000000
--- a/games-util/game-device-udev-rules/files/60-game-input-20201121.rules
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# Thrustmaster T-Wireless
-KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d007",
TAG+="uaccess"
diff --git
a/games-util/game-device-udev-rules/files/60-game-input-20201209.rules
b/games-util/game-device-udev-rules/files/60-game-input-20201209.rules
new file mode 100644
index 00000000000..be2c499891a
--- /dev/null
+++ b/games-util/game-device-udev-rules/files/60-game-input-20201209.rules
@@ -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"
diff --git
a/games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild
b/games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
similarity index 97%
rename from
games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild
rename to
games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
index 4b228d828cc..986e181fec3 100644
--- a/games-util/game-device-udev-rules/game-device-udev-rules-20201121.ebuild
+++ b/games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild
@@ -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"