summarylogtreecommitdiffstats
path: root/udev_fix.patch
diff options
context:
space:
mode:
authorpzl2015-10-27 12:49:32 -0400
committerpzl2015-10-27 12:49:32 -0400
commitd545cc2717d215ce4ce701ff9d10ead3465ec257 (patch)
tree290dda838817b167026569e6d8a904f3b18dc700 /udev_fix.patch
parentd9d9edd817083462444a8dbc7d05430847381024 (diff)
downloadaur-d545cc2717d215ce4ce701ff9d10ead3465ec257.tar.gz
bump ver, fix udev rules error, smaller pkg
Diffstat (limited to 'udev_fix.patch')
-rw-r--r--udev_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/udev_fix.patch b/udev_fix.patch
new file mode 100644
index 000000000000..528585c90cf6
--- /dev/null
+++ b/udev_fix.patch
@@ -0,0 +1,11 @@
+--- 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