mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
22 lines
949 B
Diff
22 lines
949 B
Diff
--- 99-jlink.rules 2016-01-21 19:26:19.000000000 +0100
|
|
+++ 99-jlink.rules_new 2016-01-24 19:46:20.417970854 +0100
|
|
@@ -6,15 +6,15 @@
|
|
# Matches are AND combined, meaning: a==b,c==d,do stuff
|
|
# results in: if (a == b) && (c == d) -> do stuff
|
|
#
|
|
-BUS!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="jlink_rules_end"
|
|
+SUBSYSTEM!="usb_device", ACTION!="add", GOTO="jlink_rules_end"
|
|
#
|
|
# Give all users read and write access.
|
|
# Note: NOT all combinations are supported by J-Link right now. Some are reserved for future use, but already added here
|
|
#
|
|
# 0x0101 - J-Link (default)
|
|
-# 0x0102 - J-Link USBAddr = 1 (obsolete)
|
|
-# 0x0103 - J-Link USBAddr = 2 (obsolete)
|
|
-# 0x0104 - J-Link USBAddr = 3 (obsolete)
|
|
+# 0x0102 - J-Link USBAddr = 1 (obsolete)
|
|
+# 0x0103 - J-Link USBAddr = 2 (obsolete)
|
|
+# 0x0104 - J-Link USBAddr = 3 (obsolete)
|
|
# 0x0105 - CDC + J-Link
|
|
# 0x0106 - CDC
|
|
# 0x0107 - RNDIS + J-Link
|