Created
January 10, 2021 13:27
-
-
Save miftahafina/6fc883474e554f1b3f367c8b13433253 to your computer and use it in GitHub Desktop.
Wiimote Wii remote wii motion plus on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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