summaryrefslogtreecommitdiff
path: root/debian/patches/03_usb-db.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/03_usb-db.diff')
-rw-r--r--debian/patches/03_usb-db.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/03_usb-db.diff b/debian/patches/03_usb-db.diff
index ebbc47b..7c437ba 100644
--- a/debian/patches/03_usb-db.diff
+++ b/debian/patches/03_usb-db.diff
@@ -1,7 +1,7 @@
Description: Use hwdb builtin, instead of the obsolete usb-db in the udev rules.
Author: Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1200185
-Last-Update: 2014-02-03
+Last-Update: 2014-09-14
--- a/usb/55-Argyll.rules
+++ b/usb/55-Argyll.rules
@@ -9,7 +9,7 @@ Last-Update: 2014-02-03
ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", GROUP="plugdev"
# Set ID_VENDOR and ID_MODEL acording to VID and PID
--IMPORT{program}="usb-db %p"
-+IMPORT{builtin}="hwdb --subsystem=usb"
+-TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p"
++TEST=="/lib/udev/usb-db", IMPORT{builtin}="hwdb --subsystem=usb"
LABEL="argyll_rules_end"