lsusb: 1e71:2012 NZXT NZXT RGB Controller
openrgb detected this with sudo, but not as user.
It works after adding below rule to udev (cloned from another entry).
SUBSYSTEMS=="usb|hidraw", ATTRS{idVendor}=="1e71", ATTRS{idProduct}=="2012", TAG+="uaccess", TAG+="NZXT_RGB__Fan_Controller"
You must log in or # to comment.