summaryrefslogtreecommitdiff
path: root/debian/patches/03_usb-db.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-26 17:18:16 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-26 17:18:16 +0200
commit9ea1c1bcfc91423217f3423355b90cfc200d6f2e (patch)
tree8ee9a3f737efbbb69acba9ff06acdb698629a014 /debian/patches/03_usb-db.diff
parent800110ad9681e31a87fa2742c53ee8ef2541658f (diff)
Debian bug #762887
Diffstat (limited to 'debian/patches/03_usb-db.diff')
-rw-r--r--debian/patches/03_usb-db.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/03_usb-db.diff b/debian/patches/03_usb-db.diff
deleted file mode 100644
index 7c437ba..0000000
--- a/debian/patches/03_usb-db.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-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-09-14
-
---- a/usb/55-Argyll.rules
-+++ b/usb/55-Argyll.rules
-@@ -85,6 +85,6 @@ TEST=="/var/run/ConsoleKit/database", EN
- ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", GROUP="plugdev"
-
- # Set ID_VENDOR and ID_MODEL acording to VID and PID
--TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p"
-+TEST=="/lib/udev/usb-db", IMPORT{builtin}="hwdb --subsystem=usb"
-
- LABEL="argyll_rules_end"