diff --git a/60-steam-input.rules b/60-steam-input.rules index 102a69d..d169f95 100644 --- a/60-steam-input.rules +++ b/60-steam-input.rules @@ -140,3 +140,9 @@ 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" + +# Hori Co., Ltd HORI Wireless Pad ONYX PLUS Wired +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="012d", MODE="0660", TAG+="uaccess" + +# Hori Co., Ltd HORI Wireless Pad ONYX PLUS Wireless +KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="012b", MODE="0660", TAG+="uaccess" \ No newline at end of file