27 Jul
2019
27 Jul
'19
9:04 p.m.
https://bugs.winehq.org/show_bug.cgi?id=47557 --- Comment #17 from David ML Brown Jr <dmlb2000(a)gmail.com> --- Yes it does, I do have a udev rule in place to allow me to access (I think)... # cat /etc/udev/rules.d/90-rf7.5-interface.rules KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0e57", MODE="0660", TAG+="uaccess", GROUP="dmlb2000" # ls -l /dev/hidraw0 crw-rw---- 1 root dmlb2000 241, 0 Jul 27 14:04 /dev/hidraw0 It happens to show up a hidraw0 right now but it can be any of the 6 or so devices. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.