aboutsummaryrefslogtreecommitdiff
path: root/tools/moot/95-coral.rules
diff options
context:
space:
mode:
Diffstat (limited to 'tools/moot/95-coral.rules')
-rw-r--r--tools/moot/95-coral.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/moot/95-coral.rules b/tools/moot/95-coral.rules
new file mode 100644
index 00000000..7567e509
--- /dev/null
+++ b/tools/moot/95-coral.rules
@@ -0,0 +1,8 @@
+ACTION!="add|change", GOTO="coral_rules_end"
+SUBSYSTEM!="usb", GOTO="coral_rules_end"
+ENV{DEVTYPE}!="usb_device", GOTO="coral_rules_end"
+
+# ST-LINK/V2
+ATTRS{idVendor}=="18D1", ATTRS{idProduct}=="A010", MODE="777"
+
+LABEL="coral_rules_end" \ No newline at end of file