Created
May 17, 2018 07:48
-
-
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`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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