From 4185e22097cef6b4173d9beaed351c38029a9be6 Mon Sep 17 00:00:00 2001 From: kisak-valve Date: Wed, 25 Aug 2021 10:21:41 -0400 Subject: [PATCH] Add Thrustmaster eSwap Pro From https://steamcommunity.com/groups/SteamClientBeta/discussions/0/5506189390966497500/ --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 257156b..dff3a23 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -122,3 +122,6 @@ KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660", TAG+="uaccess" # Astro C40 KERNEL=="hidraw*", ATTRS{idVendor}=="9886", ATTRS{idProduct}=="0025", MODE="0660", TAG+="uaccess" + +# Thrustmaster eSwap Pro +KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d00e", MODE="0660", TAG+="uaccess"