Merge pull request #5 from exhumer2/patch-1

Add ASTRO C40 controller support for Steam
This commit is contained in:
Timothee "TTimo" Besset
2020-03-09 17:39:28 -05:00
committed by GitHub

View File

@@ -78,3 +78,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"