dolphin-emulator/Installer/90-wiimote.rules

9 lines
442 B
Text
Raw Normal View History

# This is how you can match Wiimotes (and Wiimote-emulating devices like the DolphinBar) in udev.
# If you are a package maintainer you'll probably want to restrict permissions to a group: GROUP="plugdev", MODE="0660".
# Wiimote or DolphinBar
SUBSYSTEMS=="hid", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0306", MODE="0666"
# newer Wiimotes (RVL-CNT-01-TR)
SUBSYSTEMS=="hid", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0330", MODE="0666"