Merge pull request #30 from ValveSoftware/TM-eSwap

Add Thrustmaster eSwap Pro
This commit is contained in:
Timothee "TTimo" Besset
2021-08-25 09:28:14 -05:00
committed by GitHub
+3
View File
@@ -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"