Skip to content

Commit

Permalink
feat(horipad): udev rules for steam horipad (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: Aarron Lee <[email protected]>
  • Loading branch information
aarron-lee and aarron-lee authored Jan 19, 2025
1 parent da314a0 commit f45baf2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/etc/udev/rules.d/50-steam-horipad-controller.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# udev rules from GloriousEggroll

# Wireless HORIPAD STEAM; Bluetooth
KERNEL=="hidraw*", KERNELS=="*0F0D:0196*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="0196", MODE="0660", TAG+="uaccess"

# Wired HORIPAD STEAM; USB
KERNEL=="hidraw*", KERNELS=="*0F0D:01AB*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="0f0d", ATTRS{idProduct}=="01ab", MODE="0660", TAG+="uaccess"

0 comments on commit f45baf2

Please sign in to comment.