https://bugs.winehq.org/show_bug.cgi?id=35903
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #15 from Zebediah Figura z.figura12@gmail.com --- In order to access the device, you'll need to give your user permission to access it at the host OS level. For Linux, the usual way to achieve this is through udev rules. It's relatively easy to find out how to create these rules with an Internet search. In my case I created a simple file with the contents:
SUBSYSTEM=="usb", ATTR{idVendor}=="07cf", MODE="0666"
at /etc/udev/rules.d/90-usb-casio.rules.