Skip to content

Commit

Permalink
Add bind support for udev
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Aug 13, 2024
1 parent 05bc270 commit 6302668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/60-orbcode.rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copy this to /etc/udev/rules.d
# use "udevadm control --reload" if needed

ACTION!="add|change", GOTO="orb_rules_end"
ACTION!="add|change|bind", GOTO="orb_rules_end"
SUBSYSTEM!="usb|tty|hidraw", GOTO="orb_rules_end"

# Orbrace mini in bootloader mode
Expand Down

0 comments on commit 6302668

Please sign in to comment.