diff --git a/60-steam-input.rules b/60-steam-input.rules index 102a69d..0e880b1 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -140,3 +140,6 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="044f", ATTRS{idProduct}=="d00e", MODE="0660 # Performance Designed Products Victrix Pro FS-12 for PS4 & PS5 KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="020c", MODE="0660", TAG+="uaccess" + +# Xbox One Elite 2 Controller +KERNEL=="hidraw*", SUBSYSTEM=="hidraw", KERNELS=="*045E:0B22*", MODE="0660", TAG+="uaccess" \ No newline at end of file