udev rule: add missing cable

This commit is contained in:
Gwenhael Goavec-Merou 2020-10-21 13:45:17 +02:00
parent f22b25428d
commit 739df7c183
1 changed files with 9 additions and 0 deletions

View File

@ -18,4 +18,13 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6014", MODE="664", GROUP="plugdev"
# Original FT231X VID:PID
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE="664", GROUP="plugdev"
# anlogic cable
ATTRS{idVendor}=="0547", ATTRS{idProduct}=="1002", MODE="664", GROUP="plugdev"
# altera usb-blaster
ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
# dirtyJTAG
ATTRS{idVendor}=="1209", ATTRS{idProduct}=="c0ca", MODE="664", GROUP="plugdev"
LABEL="openfpgaloader_rules_end"