Skip to content

Instantly share code, notes, and snippets.

@miftahafina
Created January 10, 2021 13:27
Show Gist options
  • Save miftahafina/6fc883474e554f1b3f367c8b13433253 to your computer and use it in GitHub Desktop.
Save miftahafina/6fc883474e554f1b3f367c8b13433253 to your computer and use it in GitHub Desktop.
Wiimote Wii remote wii motion plus on ubuntu
# https://www.gamingonlinux.com/forum/topic/3247/
# https://github.com/dolphin-emu/dolphin/blob/master/Data/51-usb-device.rules
# dir /etc/udev/rules.d/
#GameCube Controller Adapter
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", TAG+="uaccess"
#Wiimotes or DolphinBar
SUBSYSTEM=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0306", TAG+="uaccess"
SUBSYSTEM=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0330", TAG+="uaccess"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment