Add udev rule for DSLogic.

This commit is contained in:
Bert Vermeulen 2014-05-15 22:01:34 +02:00 committed by Uwe Hermann
parent a7d7f93c1b
commit 0e6510b8fc
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="664", GROUP="plugdev"
# Dangerous Prototypes Buspirate (v4) # Dangerous Prototypes Buspirate (v4)
ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00", MODE="664", GROUP="plugdev" ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="fb00", MODE="664", GROUP="plugdev"
# DreamSourceLab DSLogic
ATTRS{idVendor}=="2a0e", ATTRS{idProduct}=="0001", MODE="664", GROUP="plugdev"
# Hantek DSO-2090 # Hantek DSO-2090
# lsusb: "04b4:2090 Cypress Semiconductor Corp." # lsusb: "04b4:2090 Cypress Semiconductor Corp."
# lsusb after FW upload: "04b5:2090 ROHM LSI Systems USA, LLC" # lsusb after FW upload: "04b5:2090 ROHM LSI Systems USA, LLC"