Fix the goto.
This commit is contained in:
parent
5900e72a99
commit
39b86d57a6
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue