Skip to content

Instantly share code, notes, and snippets.

@festlv
Created May 17, 2018 07:48
Show Gist options
  • Save festlv/a30d6594ead77369a47c237e10a194f2 to your computer and use it in GitHub Desktop.
Save festlv/a30d6594ead77369a47c237e10a194f2 to your computer and use it in GitHub Desktop.
udev rules for pocketvna. Place in /etc/udev/rules.d and reload with `sudo udevadm control --reload`
#/etc/udev/rules.d/99-pocketvna.rules
# HIDAPI/libusb
SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", MODE="0666"
# HIDAPI/hidraw
KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2402", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment