Fix the goto.

This commit is contained in:
Cyteen 2017-11-03 09:17:37 +00:00
parent 5900e72a99
commit 39b86d57a6
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ cat > /etc/udev/rules.d/99-saleae-logic.rules << 'EOF'
# being part of the plugdev group. Simply copy the file to /etc/udev/rules.d/ # being part of the plugdev group. Simply copy the file to /etc/udev/rules.d/
# and plug the device # and plug the device
BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="saleae_logic_rules_end" #BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="saleae_logic_rules_end"
SUBSYSTEM!="usb", GOTO="saleae_logic_rules_end"
# Saleae Logic analyzer (USB Based) # Saleae Logic analyzer (USB Based)
# Bus 006 Device 006: ID 0925:3881 Lakeview Research # Bus 006 Device 006: ID 0925:3881 Lakeview Research