blob: be2c499891a73ea651a4d98e14eef166dd8f9725 (
plain)
1
2
3
4
5
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"
|