diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-26 22:35:06 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-26 22:35:06 +0100 |
commit | c05e2c11a7104ba41888b96b4cba67ecdea653f3 (patch) | |
tree | d946d7b144c0e5ec82a6fe268117647ee324779f /debian/patches/hp5370c.patch | |
parent | adb914171df97557df9b8c373c2add2761720839 (diff) |
work on bugs LP: #1080787
Diffstat (limited to 'debian/patches/hp5370c.patch')
-rw-r--r-- | debian/patches/hp5370c.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/hp5370c.patch b/debian/patches/hp5370c.patch new file mode 100644 index 0000000..88713fa --- /dev/null +++ b/debian/patches/hp5370c.patch @@ -0,0 +1,20 @@ +Description: improved recognizability +Author: Jörg Frings-Fürst <debian@jff-webhosting.net> +Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1080787 +Forwarded: http://lists.alioth.debian.org/pipermail/sane-devel/2014-October/032778.html +Last-Update: 2014-10-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/backend/avision.c +=================================================================== +--- trunk.orig/backend/avision.c ++++ trunk/backend/avision.c +@@ -620,7 +620,7 @@ static Avision_HWEntry Avision_Device_Li + { "HP", "ScanJet 5370C", + 0x03f0, 0x0701, + "Hewlett-Packard", "ScanJet 5370C", +- AV_MULTI_CALIB_CMD | AV_INT_STATUS, AV_FIRMWARE }, ++ AV_MULTI_CALIB_CMD | AV_INT_STATUS, 0 }, + /* comment="1 pass, 2400 dpi - some FW revisions have x-axis image scaling problems over 1200 dpi" */ + /* status="good" */ + |