From 04ec95d1a04482f078b79c09748489f9b701f43a Mon Sep 17 00:00:00 2001 From: exhumer2 <56294772+exhumer2@users.noreply.github.com> Date: Thu, 14 Nov 2019 07:30:47 -0700 Subject: [PATCH] Added ASTRO C40 controller support for Steam --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/60-steam-input.rules b/60-steam-input.rules index 9718689..945c635 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -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"