summarylogtreecommitdiffstats
path: root/99-jlink.rules.patch
diff options
context:
space:
mode:
authorAlexis Polti2016-01-22 01:14:30 +0100
committerAlexis Polti2016-01-22 01:14:30 +0100
commit1f79409501a2b02f50218f74ed55dc0073840555 (patch)
treefe9219b26804f97dba19eab0c6415c5dbad2efe1 /99-jlink.rules.patch
downloadaur-1f79409501a2b02f50218f74ed55dc0073840555.tar.gz
Initial version of official Segger Jlink tools
Diffstat (limited to '99-jlink.rules.patch')
-rw-r--r--99-jlink.rules.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/99-jlink.rules.patch b/99-jlink.rules.patch
new file mode 100644
index 000000000000..35c7a0a5fd08
--- /dev/null
+++ b/99-jlink.rules.patch
@@ -0,0 +1,22 @@
+--- 99-jlink.rules 2016-01-21 23:16:01.893833667 +0100
++++ 99-jlink.rules.new 2016-01-21 23:16:41.974037640 +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"
++ACTION!="add", SUBSYSTEM!=="usb_device", 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