Added ASTRO C40 controller support for Steam

This commit is contained in:
exhumer2
2019-11-14 07:30:47 -07:00
committed by GitHub
parent 00aa8483cd
commit 04ec95d1a0
+3
View File
@@ -75,3 +75,6 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0955", ATTRS{idProduct}=="7210", MODE="0660
# NVIDIA Shield Controller (2017 - NVIDIA_Controller_v01.04 over bluetooth hidraw)
KERNEL=="hidraw*", KERNELS=="*0955:7214*", MODE="0660", TAG+="uaccess"
# Astro C40
KERNEL=="hidraw*", ATTRS{idVendor}=="9886", ATTRS{idProduct}=="0025", MODE="0660", TAG+="uaccess"