# 8BitDo Control Center: grant the dedicated 8bitdo group access to matching # physical input nodes and to uinput. The application never requires root. # # Install with scripts/setup-linux.sh, then log out and back in so new group # membership takes effect. KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="2dc8", MODE="0660", GROUP="8bitdo", TAG+="uaccess" KERNEL=="uinput", MODE="0660", GROUP="8bitdo", TAG+="uaccess"