summarylogtreecommitdiffstats
path: root/udev_fix.patch
diff options
context:
space:
mode:
authorpzl2016-01-22 09:11:05 -0500
committerpzl2016-01-22 09:11:05 -0500
commit4fb1ffa1dff1115329c2492d352a4de9d6d5e9ba (patch)
treed166c3e9eacc015e14fe98812db4a900bd73884c /udev_fix.patch
parent1331d0360754ba2898d2cbd175c9780e385216ce (diff)
downloadaur-4fb1ffa1dff1115329c2492d352a4de9d6d5e9ba.tar.gz
switch to meta package
Diffstat (limited to 'udev_fix.patch')
-rw-r--r--udev_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/udev_fix.patch b/udev_fix.patch
deleted file mode 100644
index 18180b2fb115..000000000000
--- a/udev_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 99-jlink.rules 2015-10-26 14:00:18.000000000 -0400
-+++ 99-jlink.rules 2015-10-27 12:30:01.558625648 -0400
-@@ -6,7 +6,7 @@
- # 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