Throttle update on Linux

On Linux, I had to add a udev rule so that chromium could access the throttle with webusb.
I added the file “70-openPPG.rules” in “/etc/udev/rules.d/”. The content is :
SUBSYSTEM==“usb”, ATTR{idVendor}==“1b4f”, MODE=“0664”, GROUP=“plugdev”
the user used to launch the browser must be in the plugdev group. Hope that helps.

1 Like