From 902c0b6c0349fbe79fc37bd2d6e2cd8c36df893a Mon Sep 17 00:00:00 2001 From: oxmc Date: Sun, 23 Mar 2025 06:22:52 -0700 Subject: [PATCH] Add Xbox One Elite 2 Controller (thanks rotilho on gh) --- 60-steam-input.rules | 3 +++ 1 file changed, 3 insertions(+) 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