summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-12-09 21:52:09 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-12-09 21:52:09 +0000
commit585a35093a7b897b9cd4f93a0e189cdf459c8bfb (patch)
treeb911f001e3e9275ab6a68b44a98185f368432f97 /games-util
parentdev-php/xdebug: Version bump for 3.0 (diff)
downloadgentoo-585a35093a7b897b9cd4f93a0e189cdf459c8bfb.tar.gz
gentoo-585a35093a7b897b9cd4f93a0e189cdf459c8bfb.tar.bz2
gentoo-585a35093a7b897b9cd4f93a0e189cdf459c8bfb.zip
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@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r--games-util/game-device-udev-rules/Manifest2
-rw-r--r--games-util/game-device-udev-rules/files/60-game-input-20201121.rules3
-rw-r--r--games-util/game-device-udev-rules/files/60-game-input-20201209.rules6
-rw-r--r--games-util/game-device-udev-rules/game-device-udev-rules-20201209.ebuild (renamed from games-util/game-device-udev-rules/game-device-udev-rules-20201121.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 0ee19b7cf455..7acd4da6b56b 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 04a6ce41f4a6..000000000000
--- 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 000000000000..be2c499891a7
--- /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
index 4b228d828ccf..986e181fec3d 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"