From 0938037e9cf80cac14174fb6a5b03316db624dd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= 
Date: Thu, 23 Apr 2015 22:36:21 +0200
Subject: refresh patches, rewrite debian/changelog
---
 debian/changelog                                  |    8 +-
 debian/patches/0005-mk_reproducible_results.patch |    5 +
 debian/patches/sane-desc.c_debian_mods.patch      | 3494 ++++++++++-----------
 3 files changed, 1758 insertions(+), 1749 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6d4949c..1d5c3c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sane-backends (1.0.24-10) UNRELEASED; urgency=medium
+sane-backends (1.0.24-10) unstable; urgency=medium
 
   * New debian/TROUBLESHOOTING.debian:
     - Add part for "usbfs: interface 1 claimed by usblp while ‘scanimage’ sets
@@ -6,9 +6,11 @@ sane-backends (1.0.24-10) UNRELEASED; urgency=medium
   * Add link to TROUBLESHOOTING.debian into debian/README.debian.
   * New debian/patches/001-scanimage_manpage.patch:
     - Add remark for parameter to manpage (Closes: #418630).
+  * New debian/patches/0005-mk_reproducible_results.patch:
+    - Make builds reproducible.
   * debian/control:
     - On package libsane-dev change Depends from libgphoto2-2-dev to
-      libgphoto2-dev.
+      libgphoto2-dev (auto-libgphoto2 transition).
     - On package libsane remove package hpoj from Suggests
     - Remove useless replaces because latest release in stable is 1.0.22-7:
       + sane-utils: libsane (<< 1.0.11-4)
@@ -35,6 +37,8 @@ sane-backends (1.0.24-10) UNRELEASED; urgency=medium
       backend (Closes: #446015).
       + The backend is writen for the kernel 2.4 and v4l. Now
         we are at kernel 3.16 and v4l2.
+  * Refresh patches:
+    - debian/patches/sane-desc.c_debian_mods.patch.
 
  -- Jörg Frings-Fürst   Sun, 18 Jan 2015 11:46:18 +0100
 
diff --git a/debian/patches/0005-mk_reproducible_results.patch b/debian/patches/0005-mk_reproducible_results.patch
index 0906d6d..844f87e 100644
--- a/debian/patches/0005-mk_reproducible_results.patch
+++ b/debian/patches/0005-mk_reproducible_results.patch
@@ -1,3 +1,8 @@
+Description: Make build reproducible.
+Author: Jörg Frings-Fürst 
+Last-Update: 2015-04-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: trunk/tools/sane-desc.c
 ===================================================================
 --- trunk.orig/tools/sane-desc.c
diff --git a/debian/patches/sane-desc.c_debian_mods.patch b/debian/patches/sane-desc.c_debian_mods.patch
index 27520ce..b80afc3 100644
--- a/debian/patches/sane-desc.c_debian_mods.patch
+++ b/debian/patches/sane-desc.c_debian_mods.patch
@@ -5,10 +5,10 @@ Description: Tweak sane-desc to suit our needs
  this breaks multiarch.
 Author: Julien BLACHE 
 
-Index: sane-backends-1.0.24/tools/sane-desc.c
+Index: trunk/tools/sane-desc.c
 ===================================================================
---- sane-backends-1.0.24.orig/tools/sane-desc.c	2013-08-25 17:23:27.000000000 -0400
-+++ sane-backends-1.0.24/tools/sane-desc.c	2013-10-05 16:10:52.703408806 -0400
+--- trunk.orig/tools/sane-desc.c
++++ trunk/tools/sane-desc.c
 @@ -47,7 +47,7 @@
  
  #define SANE_DESC_VERSION "3.5"
@@ -18,7 +18,7 @@ Index: sane-backends-1.0.24/tools/sane-desc.c
  #define COLOR_MINIMAL      "\"#B00000\""
  #define COLOR_BASIC        "\"#FF9000\""
  #define COLOR_GOOD         "\"#90B000\""
-@@ -2523,8 +2523,8 @@
+@@ -2523,8 +2523,8 @@ html_backends_split_table (device_type d
  		  printf ("
\n");
  		}
  	      if (be->manpage)
@@ -29,7 +29,7 @@ Index: sane-backends-1.0.24/tools/sane-desc.c
  
  	      if (be->comment)
  		printf ("Comment: %s
\n", be->comment);
-@@ -2758,9 +2758,9 @@
+@@ -2758,9 +2758,9 @@ html_mfgs_table (device_type dev_type)
  
  	  printf ("\n");
  	  if (model_record->be->manpage)
@@ -42,7 +42,7 @@ Index: sane-backends-1.0.24/tools/sane-desc.c
  	  else
  	    printf ("?\n");
  
-@@ -2785,8 +2785,8 @@
+@@ -2785,8 +2785,8 @@ html_print_header (void)
    printf
      ("\n"
       "\n"
@@ -53,7 +53,7 @@ Index: sane-backends-1.0.24/tools/sane-desc.c
    printf (" | %s
\n", title);
    printf ("\n" "
\n");
    printf ("%s\n", intro);
-@@ -3463,8 +3463,8 @@
+@@ -3465,8 +3465,8 @@ print_udev_header (void)
  {
    time_t current_time = time (0);
    printf ("# This file was automatically created based on description files (*.desc)\n"
@@ -64,10 +64,10 @@ Index: sane-backends-1.0.24/tools/sane-desc.c
  
    printf
      ("#\n"
-Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
+Index: trunk/testsuite/tools/data/html-backends-split.ref
 ===================================================================
---- sane-backends-1.0.24.orig/testsuite/tools/data/html-backends-split.ref	2013-08-25 17:23:27.000000000 -0400
-+++ sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref	2013-10-05 16:11:28.143407759 -0400
+--- trunk.orig/testsuite/tools/data/html-backends-split.ref
++++ trunk/testsuite/tools/data/html-backends-split.ref
 @@ -5,7 +5,6 @@
  
  
@@ -76,7 +76,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  SANE: Backends (Drivers)
  
  
-@@ -165,7 +164,7 @@
+@@ -165,7 +164,7 @@ isn't mentioned in this list at all.
  (unmaintained)
  
  
@@ -85,7 +85,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -197,7 +196,7 @@
+@@ -197,7 +196,7 @@ Abaton
  (unmaintained)
  
  
@@ -94,7 +94,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -259,7 +258,7 @@
+@@ -259,7 +258,7 @@ Siemens
  (unmaintained)
  
  
@@ -103,7 +103,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -300,7 +299,7 @@
+@@ -300,7 +299,7 @@ Siemens
  
  Link(s): 
  http://www4.infi.net/~cpinkham/sane/sane-artec-doc.html
@@ -112,7 +112,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -378,7 +377,7 @@
+@@ -378,7 +377,7 @@ Siemens
  (unmaintained)
  
  
@@ -121,7 +121,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -494,7 +493,7 @@
+@@ -494,7 +493,7 @@ Siemens
  
  Link(s): 
  http://as6edriver.sourceforge.net/
@@ -130,7 +130,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -539,7 +538,7 @@
+@@ -539,7 +538,7 @@ Siemens
  
  Link(s): 
  http://skull.piratehaven.org/~mike/sane/avision.html
@@ -139,7 +139,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -1619,7 +1618,7 @@
+@@ -1619,7 +1618,7 @@ Kyocera
  
  Link(s): 
  http://www.martoneconsulting.com/sane-bh.html
@@ -148,7 +148,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Supports Copiscan II scanners with Remote SCSI Controller (RSC) interface
  
  
-@@ -1682,7 +1681,7 @@
+@@ -1682,7 +1681,7 @@ Kyocera
  
  Link(s): 
  http://www.rzg.mpg.de/~mpd/sane/
@@ -157,7 +157,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -1760,7 +1759,7 @@
+@@ -1760,7 +1759,7 @@ Kyocera
  
  Link(s): 
  http://canon-fb630u.sourceforge.net/
@@ -166,7 +166,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -1794,7 +1793,7 @@
+@@ -1794,7 +1793,7 @@ Kyocera
  
  Link(s): 
  http://www.thebility.com/canon/
@@ -175,7 +175,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Backend updated for SANE release 1.0.23, see sane-canon_dr manpage
  
  
-@@ -2095,7 +2094,7 @@
+@@ -2095,7 +2094,7 @@ Kyocera
  
  Link(s): 
  http://canon-fb330p.sourceforge.net
@@ -184,7 +184,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -2178,7 +2177,7 @@
+@@ -2178,7 +2177,7 @@ Kyocera
  
  Link(s): 
  http://www.thebility.com/cardscan/
@@ -193,7 +193,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Backend updated for SANE release 1.0.21, see sane-cardscan manpage
  
  
-@@ -2213,7 +2212,7 @@
+@@ -2213,7 +2212,7 @@ Kyocera
  
  Link(s): 
  http://andreas.rick.free.fr/sane/
@@ -202,7 +202,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -2261,7 +2260,7 @@
+@@ -2261,7 +2260,7 @@ Kyocera
  
  Link(s): 
  http://coolscan2.sourceforge.net/
@@ -211,7 +211,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -2335,7 +2334,7 @@
+@@ -2335,7 +2334,7 @@ Kyocera
  (1.0.0)
  
  
@@ -220,7 +220,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -2448,7 +2447,7 @@
+@@ -2448,7 +2447,7 @@ Kyocera
  
  Link(s): 
  http://www.thebility.com/epjitsu/
@@ -229,7 +229,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Backend updated for SANE release 1.0.21, see sane-epjitsu manpage
  
  
-@@ -2504,7 +2503,7 @@
+@@ -2504,7 +2503,7 @@ Kyocera
  
  Link(s): 
  http://www.khk.net/sane
@@ -238,7 +238,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -2984,7 +2983,7 @@
+@@ -2984,7 +2983,7 @@ Kyocera
  (1.0.124)
  
  
@@ -247,7 +247,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -5398,7 +5397,7 @@
+@@ -5398,7 +5397,7 @@ Kyocera
  
  Link(s): 
  http://www.thebility.com/fujitsu/
@@ -256,7 +256,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Backend updated for SANE release 1.0.23, see sane-fujitsu manpage
  
  
-@@ -5923,7 +5922,7 @@
+@@ -5923,7 +5922,7 @@ Kyocera
  
  Link(s): 
  http://www.meier-geinitz.de/sane/genesys-backend/
@@ -265,7 +265,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Only the USB scanners mentioned below are currently supported.
  
  
-@@ -6242,7 +6241,7 @@
+@@ -6242,7 +6241,7 @@ Panasonic
  
  Link(s): 
  http://www.meier-geinitz.de/sane/gt68xx-backend/
@@ -274,7 +274,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Only the USB scanners mentioned below are supported. For other Mustek BearPaws, look at the Plustek and the MA-1509 backend.
  
  
-@@ -6774,7 +6773,7 @@
+@@ -6774,7 +6773,7 @@ RevScan
  
  Link(s): 
  http://www.kirchgessner.net/
@@ -283,7 +283,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -6927,7 +6926,7 @@
+@@ -6927,7 +6926,7 @@ RevScan
  
  Link(s): 
  http://projects.troy.rollo.name/rt-scanners/
@@ -292,7 +292,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: HP3500 series scanners.
  
  
-@@ -6969,7 +6968,7 @@
+@@ -6969,7 +6968,7 @@ RevScan
  
  Link(s): 
  http://sourceforge.net/projects/hp3900-series/
@@ -301,7 +301,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Still Beta
  
  
-@@ -7057,7 +7056,7 @@
+@@ -7057,7 +7056,7 @@ RevScan
  
  Link(s): 
  http://hp4200-backend.sourceforge.net
@@ -310,7 +310,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -7098,7 +7097,7 @@
+@@ -7098,7 +7097,7 @@ RevScan
  
  Link(s): 
  http://sourceforge.net/projects/hp5400backend
@@ -319,7 +319,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: HP5400 and HP5470 scanners. Prototype backend available
  
  
-@@ -7138,7 +7137,7 @@
+@@ -7138,7 +7137,7 @@ RevScan
  (1.0.5)
  
  
@@ -328,7 +328,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -7198,7 +7197,7 @@
+@@ -7198,7 +7197,7 @@ RevScan
  (0)
  
  
@@ -337,7 +337,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -7239,7 +7238,7 @@
+@@ -7239,7 +7238,7 @@ RevScan
  
  Link(s): 
  http://hpsj5s.sourceforge.net/
@@ -346,7 +346,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -7266,7 +7265,7 @@
+@@ -7266,7 +7265,7 @@ RevScan
  
  Link(s): 
  http://www.acjlaw.net:8080/~jeremy/Ricoh/
@@ -355,7 +355,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This backend has been tested with the IS450DE (Duplex/Endorser). All major functions necessary for scanning are supported. This backend should work with all Ricoh scanners in the IS450 family as well as the IS420 series, but the IS420 has not yet been tested. Features provided by the optional Image Processing Unit (IPU) are not yet integrated into the backend, as my scanner lacks the IPU.
  
  
-@@ -7315,7 +7314,7 @@
+@@ -7315,7 +7314,7 @@ RevScan
  
  Link(s): 
  http://www.meier-geinitz.de/sane/ibm-backend/
@@ -364,7 +364,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This backend has had only limited testing. It needs more work especially for the Ricoh scanners. Patches are welcome.
  
  
-@@ -7366,7 +7365,7 @@
+@@ -7366,7 +7365,7 @@ Ricoh
  
  Link(s): 
  http://www.thebility.com/kodak/
@@ -373,7 +373,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: New backend for SANE release 1.0.21, see sane-kodak manpage
  
  
-@@ -7618,7 +7617,7 @@
+@@ -7618,7 +7617,7 @@ Ricoh
  
  Link(s): 
  http://sourceforge.net/projects/cupsdriverkodak/
@@ -382,7 +382,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Backend for Kodak AiO ESP and Hero printers. Also possibly Advent AWL10
  
  
-@@ -7821,7 +7820,7 @@
+@@ -7821,7 +7820,7 @@ Ricoh
  (unmaintained)
  
  
@@ -391,7 +391,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: New backend for SANE release 1.0.22, see sane-kvs20xx manpage
  
  
-@@ -7882,7 +7881,7 @@
+@@ -7882,7 +7881,7 @@ Ricoh
  (unmaintained)
  
  
@@ -400,7 +400,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: New backend for SANE release 1.0.23, see sane-kvs40xx manpage
  
  
-@@ -7922,7 +7921,7 @@
+@@ -7922,7 +7921,7 @@ Ricoh
  (unmaintained)
  
  
@@ -409,7 +409,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: New backend for SANE release 1.0.21, see sane-kvs1025 manpage
  
  
-@@ -7964,7 +7963,7 @@
+@@ -7964,7 +7963,7 @@ Ricoh
  
  Link(s): 
  http://www.zago.net/sane/#leo
@@ -418,7 +418,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8009,7 +8008,7 @@
+@@ -8009,7 +8008,7 @@ Genius
  
  Link(s): 
  http://stef.dev.free.fr/sane/lexmark
@@ -427,7 +427,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This backend supports lexmark x1100 series scanners.
  
  
-@@ -8109,7 +8108,7 @@
+@@ -8109,7 +8108,7 @@ Dell
  
  Link(s): 
  http://www.meier-geinitz.de/sane/ma1509-backend/
@@ -436,7 +436,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8145,7 +8144,7 @@
+@@ -8145,7 +8144,7 @@ Dell
  
  Link(s): 
  http://wiki.kainhofer.com/hardware/magicolor_scan
@@ -445,7 +445,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8186,7 +8185,7 @@
+@@ -8186,7 +8185,7 @@ Dell
  
  Link(s): 
  http://www.zago.net/sane
@@ -454,7 +454,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8283,7 +8282,7 @@
+@@ -8283,7 +8282,7 @@ Dell
  
  Link(s): 
  http://www.mir.com/mtek/
@@ -463,7 +463,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8463,7 +8462,7 @@
+@@ -8463,7 +8462,7 @@ Dell
  
  Link(s): 
  http://karstenfestag.gmxhome.de/linux.html
@@ -472,7 +472,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -8713,7 +8712,7 @@
+@@ -8713,7 +8712,7 @@ Dell
  
  Link(s): 
  http://www.meier-geinitz.de/sane/mustek-backend/
@@ -481,7 +481,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Most Mustek SCSI scanners are supported by this backend. For USB scanners, look at the mustek_usb backend.
  
  
-@@ -8962,7 +8961,7 @@
+@@ -8962,7 +8961,7 @@ Dell
  
  Link(s): 
  http://penguin-breeder.org/sane/mustek_pp/
@@ -490,7 +490,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Supports CIS and CCD type parallel port scanners from Mustek.
  
  
-@@ -9160,7 +9159,7 @@
+@@ -9160,7 +9159,7 @@ Micromaxx
  
  Link(s): 
  http://www.meier-geinitz.de/sane/mustek_usb-backend/
@@ -499,7 +499,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Only the USB scanners mentioned below are supported. For BearPaws, look at the Plustek, MA-1509, and gt68xx backends.
  
  
-@@ -9218,7 +9217,7 @@
+@@ -9218,7 +9217,7 @@ Micromaxx
  
  Link(s): 
  http://www.meier-geinitz.de/sane/mustek_usb2-backend/
@@ -508,7 +508,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Only BearPaw 2448TA Pro is supported at the moment
  
  
-@@ -9246,7 +9245,7 @@
+@@ -9246,7 +9245,7 @@ Micromaxx
  
  Link(s): 
  http://www5a.biglobe.ne.jp/~saetaka/
@@ -517,7 +517,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -9273,7 +9272,7 @@
+@@ -9273,7 +9272,7 @@ Micromaxx
  
  Link(s): 
  http://sourceforge.net/projects/hp3300backend
@@ -526,7 +526,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -9339,7 +9338,7 @@
+@@ -9339,7 +9338,7 @@ Micromaxx
  
  Link(s): 
  http://www.sane-project.org/
@@ -535,7 +535,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: New backend for SANE release 1.0.21, see sane-p5 manpage
  
  
-@@ -9367,7 +9366,7 @@
+@@ -9367,7 +9366,7 @@ Micromaxx
  
  Link(s): 
  http://www.munton.demon.co.uk/sane
@@ -544,7 +544,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -9510,7 +9509,7 @@
+@@ -9510,7 +9509,7 @@ Adlib
  
  Link(s): 
  http://home.arcor.de/wittawat/pixma/, http://mp610.blogspot.com/
@@ -553,7 +553,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -10496,7 +10495,7 @@
+@@ -10496,7 +10495,7 @@ Adlib
  
  Link(s): 
  http://www.gjaeger.de/scanner/plustek/
@@ -562,7 +562,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -10818,7 +10817,7 @@
+@@ -10818,7 +10817,7 @@ Ambir
  
  Link(s): 
  http://www.gjaeger.de/scanner/plustek_pp/
@@ -571,7 +571,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11026,7 +11025,7 @@
+@@ -11026,7 +11025,7 @@ BrightScan
  (unmaintained)
  
  
@@ -580,7 +580,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11060,7 +11059,7 @@
+@@ -11060,7 +11059,7 @@ BrightScan
  
  Link(s): 
  http://stef.dev.free.fr/sane/rts8891/index.html
@@ -589,7 +589,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This backend supports Realtek RTS8891 ASIC bases scanners.
  
  
-@@ -11109,7 +11108,7 @@
+@@ -11109,7 +11108,7 @@ BrightScan
  (unmaintained)
  
  
@@ -598,7 +598,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11136,7 +11135,7 @@
+@@ -11136,7 +11135,7 @@ BrightScan
  
  Link(s): 
  http://www.zago.net/sane/
@@ -607,7 +607,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11172,7 +11171,7 @@
+@@ -11172,7 +11171,7 @@ BrightScan
  
  Link(s): 
  http://www.satzbau-gmbh.de/staff/abel/sane-sharp.html
@@ -616,7 +616,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11234,7 +11233,7 @@
+@@ -11234,7 +11233,7 @@ BrightScan
  
  Link(s): 
  http://sm3600.sourceforge.net/
@@ -625,7 +625,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11296,7 +11295,7 @@
+@@ -11296,7 +11295,7 @@ BrightScan
  
  Link(s): 
  http://www.ziplabel.com/sm3840/
@@ -634,7 +634,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This reverse-engineered backend supports the USB ScanMaker 3840 model
  
  
-@@ -11331,7 +11330,7 @@
+@@ -11331,7 +11330,7 @@ BrightScan
  
  Link(s): 
  http://snapscan.sourceforge.net/
@@ -643,7 +643,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: Supported  bit depths: 24 bit (color), 48 bit (color, Epson) 8 bit (gray)
  
  
-@@ -11757,7 +11756,7 @@
+@@ -11757,7 +11756,7 @@ BrightScan
  (unmaintained)
  
  
@@ -652,7 +652,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11791,7 +11790,7 @@
+@@ -11791,7 +11790,7 @@ BrightScan
  
  Link(s): 
  http://www.informatik.uni-oldenburg.de/~ingo/sane/
@@ -661,7 +661,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11823,7 +11822,7 @@
+@@ -11823,7 +11822,7 @@ BrightScan
  (unmaintained)
  
  
@@ -670,7 +670,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -11864,7 +11863,7 @@
+@@ -11864,7 +11863,7 @@ Tamarack
  
  Link(s): 
  http://www.zago.net/sane/#teco
@@ -679,7 +679,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12021,7 +12020,7 @@
+@@ -12021,7 +12020,7 @@ Dextra
  
  Link(s): 
  http://gkall.hobby.nl/teco2.html
@@ -688,7 +688,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12122,7 +12121,7 @@
+@@ -12122,7 +12121,7 @@ Dextra
  
  Link(s): 
  http://www.zago.net/sane/#teco3
@@ -697,7 +697,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12190,7 +12189,7 @@
+@@ -12190,7 +12189,7 @@ Trust
  
  Link(s): 
  http://www.gjaeger.de/scanner/u12/
@@ -706,7 +706,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12256,7 +12255,7 @@
+@@ -12256,7 +12255,7 @@ RevScan
  
  Link(s): 
  http://www.rauch-domain.de/sane-umax/index.html
@@ -715,7 +715,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12749,7 +12748,7 @@
+@@ -12749,7 +12748,7 @@ Genius
  
  Link(s): 
  http://sourceforge.net/projects/umax1220u-sane
@@ -724,7 +724,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -12797,7 +12796,7 @@
+@@ -12797,7 +12796,7 @@ Genius
  
  Link(s): 
  http://umax1220p.sourceforge.net/
@@ -733,7 +733,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -15632,7 +15631,7 @@
+@@ -15632,7 +15631,7 @@ Vantas
  (1.0-13)
  
  
@@ -742,7 +742,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16131,7 +16130,7 @@
+@@ -16131,7 +16130,7 @@ Vantas
  
  Link(s): 
  mailto:peter@fales-lorenz.net
@@ -751,7 +751,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16165,7 +16164,7 @@
+@@ -16165,7 +16164,7 @@ Vantas
  
  Link(s): 
  mailto:peter@fales-lorenz.net
@@ -760,7 +760,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16192,7 +16191,7 @@
+@@ -16192,7 +16191,7 @@ Vantas
  
  Link(s): 
  mailto:peter@fales-lorenz.net
@@ -769,7 +769,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16217,7 +16216,7 @@
+@@ -16217,7 +16216,7 @@ Vantas
  (unmaintained)
  
  
@@ -778,7 +778,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16247,7 +16246,7 @@
+@@ -16247,7 +16246,7 @@ Vantas
  (unmaintained)
  
  
@@ -787,7 +787,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  
  
  
-@@ -16281,7 +16280,7 @@
+@@ -16281,7 +16280,7 @@ Connectix
  
  Link(s): 
  http://gkall.hobby.nl/stv680-aiptek.html
@@ -796,7 +796,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Comment: This vidcam backend is for the stv0680 chipset, See the website for more info.
  
  
-@@ -16379,7 +16378,7 @@
+@@ -16379,7 +16378,7 @@ Grandtek Scopecam
  
  Link(s): 
  mailto:peter@fales-lorenz.net
@@ -805,7 +805,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Multiple cameras supported by the gphoto2 libraries
  Comment: The long-term plan is to support all the cameras supported by the gphoto2 libraries (currently over 140 models).  However, at this stage, only a handful of cameras are definitely known to work with SANE.  Other cameras will probably work if the native file format is EXIF or JPEG.  Testers welcome!
  
-@@ -16387,7 +16386,7 @@
+@@ -16387,7 +16386,7 @@ Grandtek Scopecam
  (unmaintained)
  
  
@@ -814,7 +814,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Scanners with the machine-independent PINT interface
  Comment: Haven't been tested for a long time. Handle with care.
  
-@@ -16397,7 +16396,7 @@
+@@ -16397,7 +16396,7 @@ Grandtek Scopecam
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -823,7 +823,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Reads PNM files
  Comment: Used for debugging frontends. Obsolete, use test backend instead.
  
-@@ -16407,7 +16406,7 @@
+@@ -16407,7 +16406,7 @@ Grandtek Scopecam
  
  Link(s): 
  http://www.meier-geinitz.de/sane/test-backend/
@@ -832,7 +832,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Frontend-tester
  Comment: Backend for testing frontends. Also serves as example for SANE backend options.
  
-@@ -16417,7 +16416,7 @@
+@@ -16417,7 +16416,7 @@ Grandtek Scopecam
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -841,7 +841,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Interface to Video For Linux API
  Comment: Supports video cameras and other devices accessed by the v4l kernel API, e.g. bttv devices. Quite a lot of known bugs.
  
-@@ -16431,7 +16430,7 @@
+@@ -16431,7 +16430,7 @@ Grandtek Scopecam
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -850,7 +850,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-backends-split.ref
  Description: Dynamic loading of shared-library backends.
  
  
  Manufacturer: Acer Peripherals
-@@ -264,7 +263,7 @@
+@@ -264,7 +263,7 @@ abaton
(unmaintained)
  leo
  
(1.0-10)
  
@@ -911,7 +911,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Actown
-@@ -289,7 +288,7 @@
+@@ -289,7 +288,7 @@ abaton
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -920,7 +920,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Adlib
-@@ -314,7 +313,7 @@
+@@ -314,7 +313,7 @@ abaton
(unmaintained)
  pie
  
(1.0)
  
@@ -929,7 +929,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JetScan636PRO | SCSI-@@ -325,7 +324,7 @@
+@@ -325,7 +324,7 @@ abaton | 
(unmaintained)
  pie
  
(1.0)
  
@@ -938,7 +938,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Advent
-@@ -352,7 +351,7 @@
+@@ -352,7 +351,7 @@ abaton
(unmaintained)
  kodakaio
  
(2.4.6)
  
@@ -947,7 +947,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: AGFA
-@@ -379,7 +378,7 @@
+@@ -379,7 +378,7 @@ abaton
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -956,7 +956,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Arcus II | SCSI-@@ -390,7 +389,7 @@
+@@ -390,7 +389,7 @@ abaton | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -965,7 +965,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DuoScan | SCSI-@@ -401,7 +400,7 @@
+@@ -401,7 +400,7 @@ abaton | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -974,7 +974,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DuoScan f40 | USB IEEE-1394-@@ -444,7 +443,7 @@
+@@ -444,7 +443,7 @@ abaton | 
(unmaintained)
  agfafocus @@ -983,7 +983,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Focus Color Plus | SCSI-@@ -454,7 +453,7 @@
+@@ -454,7 +453,7 @@ agfafocus | 
(unmaintained)
  agfafocus @@ -992,7 +992,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Focus GS Scanner | SCSI-@@ -464,7 +463,7 @@
+@@ -464,7 +463,7 @@ agfafocus | 
(unmaintained)
  agfafocus @@ -1001,7 +1001,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Focus II | SCSI-@@ -474,7 +473,7 @@
+@@ -474,7 +473,7 @@ agfafocus | 
(unmaintained)
  agfafocus @@ -1010,7 +1010,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Focus Lineart Scanner | SCSI-@@ -484,7 +483,7 @@
+@@ -484,7 +483,7 @@ agfafocus | 
(unmaintained)
  agfafocus @@ -1019,7 +1019,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | SnapScan | SCSI-@@ -495,7 +494,7 @@
+@@ -495,7 +494,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1028,7 +1028,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 300 | SCSI-@@ -506,7 +505,7 @@
+@@ -506,7 +505,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1037,7 +1037,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 310 | SCSI-@@ -517,7 +516,7 @@
+@@ -517,7 +516,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1046,7 +1046,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 310P | Parport-@@ -539,7 +538,7 @@
+@@ -539,7 +538,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1055,7 +1055,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 1200P | Parport-@@ -572,7 +571,7 @@
+@@ -572,7 +571,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1064,7 +1064,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 1212U_2 | USB-@@ -583,7 +582,7 @@
+@@ -583,7 +582,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1073,7 +1073,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 1236s | SCSI-@@ -594,7 +593,7 @@
+@@ -594,7 +593,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1082,7 +1082,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan 1236u | USB-@@ -605,7 +604,7 @@
+@@ -605,7 +604,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1091,7 +1091,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e10 | USB-@@ -616,7 +615,7 @@
+@@ -616,7 +615,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1100,7 +1100,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e20 | USB-@@ -627,7 +626,7 @@
+@@ -627,7 +626,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1109,7 +1109,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e25 | USB-@@ -638,7 +637,7 @@
+@@ -638,7 +637,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1118,7 +1118,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e26 | USB-@@ -649,7 +648,7 @@
+@@ -649,7 +648,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1127,7 +1127,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e40 | USB-@@ -660,7 +659,7 @@
+@@ -660,7 +659,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1136,7 +1136,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e42 | USB-@@ -671,7 +670,7 @@
+@@ -671,7 +670,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1145,7 +1145,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e50 | USB-@@ -682,7 +681,7 @@
+@@ -682,7 +681,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1154,7 +1154,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e52 | USB-@@ -693,7 +692,7 @@
+@@ -693,7 +692,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1163,7 +1163,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan e60 | USB-@@ -704,7 +703,7 @@
+@@ -704,7 +703,7 @@ agfafocus | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -1172,7 +1172,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SnapScan EZ | Parport-@@ -726,7 +725,7 @@
+@@ -726,7 +725,7 @@ agfafocus | 
(unmaintained)
  niash
  
(0.3)
  
@@ -1181,7 +1181,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | StudioScan | SCSI-@@ -737,7 +736,7 @@
+@@ -737,7 +736,7 @@ agfafocus | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -1190,7 +1190,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | StudioScan II | SCSI-@@ -748,7 +747,7 @@
+@@ -748,7 +747,7 @@ agfafocus | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -1199,7 +1199,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | StudioScan IIsi | SCSI-@@ -759,7 +758,7 @@
+@@ -759,7 +758,7 @@ agfafocus | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -1208,7 +1208,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Studiostar | SCSI-@@ -770,7 +769,7 @@
+@@ -770,7 +769,7 @@ agfafocus | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -1217,7 +1217,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Ambir
-@@ -795,7 +794,7 @@
+@@ -795,7 +794,7 @@ agfafocus
(unmaintained)
  plustek
  
(0.52)
  
@@ -1226,7 +1226,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Apple
-@@ -821,7 +820,7 @@
+@@ -821,7 +820,7 @@ agfafocus
(unmaintained)
  apple @@ -1235,7 +1235,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Color OneScanner | SCSI-@@ -831,7 +830,7 @@
+@@ -831,7 +830,7 @@ apple | 
(unmaintained)
  apple @@ -1244,7 +1244,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Color OneScanner 600/27 | SCSI-@@ -842,7 +841,7 @@
+@@ -842,7 +841,7 @@ apple | 
(unmaintained)
  canon
  
(1.12)
  
@@ -1253,7 +1253,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OneScanner | SCSI-@@ -852,7 +851,7 @@
+@@ -852,7 +851,7 @@ apple | 
(unmaintained)
  apple @@ -1262,7 +1262,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Manufacturer: Aries
-@@ -877,7 +876,7 @@
+@@ -877,7 +876,7 @@ apple
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -1271,7 +1271,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Artec/Ultima
-@@ -915,7 +914,7 @@
+@@ -915,7 +914,7 @@ apple
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1280,7 +1280,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | A6000C PLUS | SCSI-@@ -926,7 +925,7 @@
+@@ -926,7 +925,7 @@ apple | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1289,7 +1289,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AM12e+ | Parport-@@ -948,7 +947,7 @@
+@@ -948,7 +947,7 @@ apple | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1298,7 +1298,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AS6E | Parport-@@ -959,7 +958,7 @@
+@@ -959,7 +958,7 @@ apple | 
(unmaintained)
  as6e
  
(0.5)
  
@@ -1307,7 +1307,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AT3 | SCSI-@@ -970,7 +969,7 @@
+@@ -970,7 +969,7 @@ apple | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1316,7 +1316,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AT6 | SCSI-@@ -981,7 +980,7 @@
+@@ -981,7 +980,7 @@ apple | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1325,7 +1325,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AT12 | SCSI-@@ -992,7 +991,7 @@
+@@ -992,7 +991,7 @@ apple | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -1334,7 +1334,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | E+ 48U | USB-@@ -1002,7 +1001,7 @@
+@@ -1002,7 +1001,7 @@ apple | 
(unmaintained)
  artec_eplus48u @@ -1343,7 +1343,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | E+ Pro | USB-@@ -1012,7 +1011,7 @@
+@@ -1012,7 +1011,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -1352,7 +1352,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Ultima 2000 | USB-@@ -1023,7 +1022,7 @@
+@@ -1023,7 +1022,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -1361,7 +1361,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Ultima 2000 (0x4001) | USB-@@ -1045,7 +1044,7 @@
+@@ -1045,7 +1044,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -1370,7 +1370,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Avigramm
-@@ -1097,7 +1096,7 @@
+@@ -1097,7 +1096,7 @@ artec_eplus48u
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1379,7 +1379,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | @V5100 | USB-@@ -1108,7 +1107,7 @@
+@@ -1108,7 +1107,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1388,7 +1388,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AM3000 Series | USB-@@ -1119,7 +1118,7 @@
+@@ -1119,7 +1118,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1397,7 +1397,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV100CS | SCSI-@@ -1130,7 +1129,7 @@
+@@ -1130,7 +1129,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1406,7 +1406,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV100IIICS | SCSI-@@ -1141,7 +1140,7 @@
+@@ -1141,7 +1140,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1415,7 +1415,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV100S | SCSI-@@ -1152,7 +1151,7 @@
+@@ -1152,7 +1151,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1424,7 +1424,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV120 | USB-@@ -1163,7 +1162,7 @@
+@@ -1163,7 +1162,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1433,7 +1433,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV121 | USB-@@ -1174,7 +1173,7 @@
+@@ -1174,7 +1173,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1442,7 +1442,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV122 | USB-@@ -1185,7 +1184,7 @@
+@@ -1185,7 +1184,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1451,7 +1451,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV122 C2 | USB-@@ -1196,7 +1195,7 @@
+@@ -1196,7 +1195,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1460,7 +1460,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV210 | USB-@@ -1207,7 +1206,7 @@
+@@ -1207,7 +1206,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1469,7 +1469,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV210 | USB-@@ -1218,7 +1217,7 @@
+@@ -1218,7 +1217,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1478,7 +1478,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV210C2 | USB-@@ -1229,7 +1228,7 @@
+@@ -1229,7 +1228,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1487,7 +1487,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV210C2-G | USB-@@ -1240,7 +1239,7 @@
+@@ -1240,7 +1239,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1496,7 +1496,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV210D2+ | USB-@@ -1251,7 +1250,7 @@
+@@ -1251,7 +1250,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1505,7 +1505,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220 | USB-@@ -1262,7 +1261,7 @@
+@@ -1262,7 +1261,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1514,7 +1514,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220+ | USB-@@ -1273,7 +1272,7 @@
+@@ -1273,7 +1272,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1523,7 +1523,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220-G | USB-@@ -1284,7 +1283,7 @@
+@@ -1284,7 +1283,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1532,7 +1532,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220C2 | USB-@@ -1295,7 +1294,7 @@
+@@ -1295,7 +1294,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1541,7 +1541,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220C2-B | USB-@@ -1306,7 +1305,7 @@
+@@ -1306,7 +1305,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1550,7 +1550,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220C2-G | USB-@@ -1317,7 +1316,7 @@
+@@ -1317,7 +1316,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1559,7 +1559,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV220D2 | USB-@@ -1328,7 +1327,7 @@
+@@ -1328,7 +1327,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1568,7 +1568,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV240SC | SCSI-@@ -1339,7 +1338,7 @@
+@@ -1339,7 +1338,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1577,7 +1577,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV260CS | SCSI-@@ -1350,7 +1349,7 @@
+@@ -1350,7 +1349,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1586,7 +1586,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV360CS | SCSI-@@ -1361,7 +1360,7 @@
+@@ -1361,7 +1360,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1595,7 +1595,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV363CS | SCSI-@@ -1372,7 +1371,7 @@
+@@ -1372,7 +1371,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1604,7 +1604,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV420CS | SCSI-@@ -1383,7 +1382,7 @@
+@@ -1383,7 +1382,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1613,7 +1613,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV600U | USB-@@ -1394,7 +1393,7 @@
+@@ -1394,7 +1393,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1622,7 +1622,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV600U Plus | USB-@@ -1405,7 +1404,7 @@
+@@ -1405,7 +1404,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1631,7 +1631,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV610 | USB-@@ -1416,7 +1415,7 @@
+@@ -1416,7 +1415,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1640,7 +1640,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV610C2 | USB-@@ -1427,7 +1426,7 @@
+@@ -1427,7 +1426,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1649,7 +1649,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV620CS | SCSI-@@ -1438,7 +1437,7 @@
+@@ -1438,7 +1437,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1658,7 +1658,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV620CS Plus | SCSI-@@ -1449,7 +1448,7 @@
+@@ -1449,7 +1448,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1667,7 +1667,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV630CS | SCSI-@@ -1460,7 +1459,7 @@
+@@ -1460,7 +1459,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1676,7 +1676,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV630CSL | SCSI-@@ -1471,7 +1470,7 @@
+@@ -1471,7 +1470,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1685,7 +1685,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV660S | SCSI-@@ -1482,7 +1481,7 @@
+@@ -1482,7 +1481,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1694,7 +1694,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV680S | SCSI-@@ -1493,7 +1492,7 @@
+@@ -1493,7 +1492,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1703,7 +1703,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV690U | SCSI-@@ -1504,7 +1503,7 @@
+@@ -1504,7 +1503,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1712,7 +1712,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV800S | SCSI-@@ -1515,7 +1514,7 @@
+@@ -1515,7 +1514,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1721,7 +1721,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV810C | SCSI-@@ -1526,7 +1525,7 @@
+@@ -1526,7 +1525,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1730,7 +1730,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV820 | SCSI-@@ -1537,7 +1536,7 @@
+@@ -1537,7 +1536,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1739,7 +1739,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV820C | SCSI-@@ -1548,7 +1547,7 @@
+@@ -1548,7 +1547,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1748,7 +1748,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV820C Plus | SCSI-@@ -1559,7 +1558,7 @@
+@@ -1559,7 +1558,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1757,7 +1757,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV830C | SCSI-@@ -1570,7 +1569,7 @@
+@@ -1570,7 +1569,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1766,7 +1766,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV830C Plus | SCSI-@@ -1581,7 +1580,7 @@
+@@ -1581,7 +1580,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1775,7 +1775,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV880 | SCSI-@@ -1592,7 +1591,7 @@
+@@ -1592,7 +1591,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1784,7 +1784,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV880C | SCSI-@@ -1603,7 +1602,7 @@
+@@ -1603,7 +1602,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1793,7 +1793,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3200C | SCSI-@@ -1614,7 +1613,7 @@
+@@ -1614,7 +1613,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1802,7 +1802,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3200SU | USB-@@ -1625,7 +1624,7 @@
+@@ -1625,7 +1624,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1811,7 +1811,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3730SU | USB-@@ -1636,7 +1635,7 @@
+@@ -1636,7 +1635,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1820,7 +1820,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3750SU | USB-@@ -1647,7 +1646,7 @@
+@@ -1647,7 +1646,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1829,7 +1829,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3800C | SCSI-@@ -1658,7 +1657,7 @@
+@@ -1658,7 +1657,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1838,7 +1838,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV3850SU | USB-@@ -1669,7 +1668,7 @@
+@@ -1669,7 +1668,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1847,7 +1847,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV6120 | SCSI-@@ -1680,7 +1679,7 @@
+@@ -1680,7 +1679,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1856,7 +1856,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV6240 | SCSI-@@ -1691,7 +1690,7 @@
+@@ -1691,7 +1690,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1865,7 +1865,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV8000S | SCSI-@@ -1702,7 +1701,7 @@
+@@ -1702,7 +1701,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1874,7 +1874,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV8050U | USB-@@ -1713,7 +1712,7 @@
+@@ -1713,7 +1712,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1883,7 +1883,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV8300 | USB-@@ -1724,7 +1723,7 @@
+@@ -1724,7 +1723,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1892,7 +1892,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AV8350 | USB-@@ -1735,7 +1734,7 @@
+@@ -1735,7 +1734,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1901,7 +1901,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVA3 | SCSI-@@ -1746,7 +1745,7 @@
+@@ -1746,7 +1745,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1910,7 +1910,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DS310F | Parport-@@ -1768,7 +1767,7 @@
+@@ -1768,7 +1767,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1919,7 +1919,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FB2080E | USB-@@ -1779,7 +1778,7 @@
+@@ -1779,7 +1778,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1928,7 +1928,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FB6000E | SCSI-@@ -1790,7 +1789,7 @@
+@@ -1790,7 +1789,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1937,7 +1937,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FB6080E | USB-@@ -1801,7 +1800,7 @@
+@@ -1801,7 +1800,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1946,7 +1946,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IT8300 | USB-@@ -1812,7 +1811,7 @@
+@@ -1812,7 +1811,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -1955,7 +1955,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | iVina 1600 | USB-@@ -1872,7 +1871,7 @@
+@@ -1872,7 +1871,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -1964,7 +1964,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | COPISCAN II 2137(A) | SCSI-@@ -1883,7 +1882,7 @@
+@@ -1883,7 +1882,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -1973,7 +1973,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | COPISCAN II 2138A | SCSI-@@ -1894,7 +1893,7 @@
+@@ -1894,7 +1893,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -1982,7 +1982,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | COPISCAN II 3238 | SCSI-@@ -1905,7 +1904,7 @@
+@@ -1905,7 +1904,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -1991,7 +1991,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | COPISCAN II 3338(A) | SCSI-@@ -1916,7 +1915,7 @@
+@@ -1916,7 +1915,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -2000,7 +2000,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | COPISCAN II 6338 | SCSI-@@ -1927,7 +1926,7 @@
+@@ -1927,7 +1926,7 @@ artec_eplus48u | 
(unmaintained)
  bh
  
(1.0-4)
  
@@ -2009,7 +2009,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Bell+Howell
-@@ -1952,7 +1951,7 @@
+@@ -1952,7 +1951,7 @@ artec_eplus48u
(unmaintained)
  avision
  
(Build: 296)
  
@@ -2018,7 +2018,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: BenQ
-@@ -1979,7 +1978,7 @@
+@@ -1979,7 +1978,7 @@ artec_eplus48u
(unmaintained)
  hp3900
  
(0.12)
  
@@ -2027,7 +2027,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Benq (Acer)
-@@ -2007,7 +2006,7 @@
+@@ -2007,7 +2006,7 @@ artec_eplus48u
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2036,7 +2036,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 310P | Parport-@@ -2029,7 +2028,7 @@
+@@ -2029,7 +2028,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2045,7 +2045,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 310U | USB-@@ -2040,7 +2039,7 @@
+@@ -2040,7 +2039,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2054,7 +2054,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 320P | Parport-@@ -2062,7 +2061,7 @@
+@@ -2062,7 +2061,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2063,7 +2063,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 340P | Parport-@@ -2084,7 +2083,7 @@
+@@ -2084,7 +2083,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2072,7 +2072,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 610P | Parport-@@ -2106,7 +2105,7 @@
+@@ -2106,7 +2105,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2081,7 +2081,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 610PT | Parport-@@ -2128,7 +2127,7 @@
+@@ -2128,7 +2127,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2090,7 +2090,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 620P | Parport-@@ -2161,7 +2160,7 @@
+@@ -2161,7 +2160,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2099,7 +2099,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 620U | USB-@@ -2172,7 +2171,7 @@
+@@ -2172,7 +2171,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2108,7 +2108,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 620UT | USB-@@ -2183,7 +2182,7 @@
+@@ -2183,7 +2182,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2117,7 +2117,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 640BT | USB-@@ -2194,7 +2193,7 @@
+@@ -2194,7 +2193,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2126,7 +2126,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 640bu | USB-@@ -2205,7 +2204,7 @@
+@@ -2205,7 +2204,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2135,7 +2135,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 640P | Parport-@@ -2227,7 +2226,7 @@
+@@ -2227,7 +2226,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2144,7 +2144,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 1240 | USB-@@ -2238,7 +2237,7 @@
+@@ -2238,7 +2237,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2153,7 +2153,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 3300 | USB-@@ -2249,7 +2248,7 @@
+@@ -2249,7 +2248,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2162,7 +2162,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 3300 | USB-@@ -2260,7 +2259,7 @@
+@@ -2260,7 +2259,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2171,7 +2171,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 4300 | USB-@@ -2271,7 +2270,7 @@
+@@ -2271,7 +2270,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2180,7 +2180,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 4300 | USB-@@ -2282,7 +2281,7 @@
+@@ -2282,7 +2281,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2189,7 +2189,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5000 | USB-@@ -2293,7 +2292,7 @@
+@@ -2293,7 +2292,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2198,7 +2198,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5000E | USB-@@ -2304,7 +2303,7 @@
+@@ -2304,7 +2303,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2207,7 +2207,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5000U | USB-@@ -2315,7 +2314,7 @@
+@@ -2315,7 +2314,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2216,7 +2216,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5150 | USB-@@ -2326,7 +2325,7 @@
+@@ -2326,7 +2325,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2225,7 +2225,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5250 | USB-@@ -2337,7 +2336,7 @@
+@@ -2337,7 +2336,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2234,7 +2234,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5300 | USB-@@ -2348,7 +2347,7 @@
+@@ -2348,7 +2347,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2243,7 +2243,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 5450 | USB-@@ -2403,7 +2402,7 @@
+@@ -2403,7 +2402,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -2252,7 +2252,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: BlackWidow
-@@ -2430,7 +2429,7 @@
+@@ -2430,7 +2429,7 @@ artec_eplus48u
(unmaintained)
  artec
  
(unmaintained)
  
@@ -2261,7 +2261,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Boeder
-@@ -2466,7 +2465,7 @@
+@@ -2466,7 +2465,7 @@ artec_eplus48u
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -2270,7 +2270,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: BrightScan
-@@ -2491,7 +2490,7 @@
+@@ -2491,7 +2490,7 @@ artec_eplus48u
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -2279,7 +2279,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Brother
-@@ -2627,7 +2626,7 @@
+@@ -2627,7 +2626,7 @@ artec_eplus48u
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2288,7 +2288,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 300 | SCSI-@@ -2638,7 +2637,7 @@
+@@ -2638,7 +2637,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2297,7 +2297,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 600 | SCSI-@@ -2649,7 +2648,7 @@
+@@ -2649,7 +2648,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2306,7 +2306,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 620S | SCSI-@@ -2660,7 +2659,7 @@
+@@ -2660,7 +2659,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2315,7 +2315,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 700F | USB-@@ -2671,7 +2670,7 @@
+@@ -2671,7 +2670,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2324,7 +2324,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 1200S | SCSI-@@ -2682,7 +2681,7 @@
+@@ -2682,7 +2681,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2333,7 +2333,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 2700F | SCSI-@@ -2693,7 +2692,7 @@
+@@ -2693,7 +2692,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2342,7 +2342,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 2710S | SCSI-@@ -2704,7 +2703,7 @@
+@@ -2704,7 +2703,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -2351,7 +2351,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 3000 | USB-@@ -2770,7 +2769,7 @@
+@@ -2770,7 +2769,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2360,7 +2360,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 5000F | USB-@@ -2803,7 +2802,7 @@
+@@ -2803,7 +2802,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2369,7 +2369,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 8000F | USB-@@ -2847,7 +2846,7 @@
+@@ -2847,7 +2846,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -2378,7 +2378,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 9000F | USB-@@ -2858,7 +2857,7 @@
+@@ -2858,7 +2857,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -2387,7 +2387,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 9000F Mark II | USB-@@ -2869,7 +2868,7 @@
+@@ -2869,7 +2868,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -2396,7 +2396,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan 9900F | USB-@@ -2924,7 +2923,7 @@
+@@ -2924,7 +2923,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2405,7 +2405,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan D1230U | USB-@@ -2968,7 +2967,7 @@
+@@ -2968,7 +2967,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2414,7 +2414,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB320P | Parport (ECP)-@@ -2979,7 +2978,7 @@
+@@ -2979,7 +2978,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2423,7 +2423,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB320U | USB-@@ -3001,7 +3000,7 @@
+@@ -3001,7 +3000,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2432,7 +2432,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB610P | Parport (ECP)-@@ -3012,7 +3011,7 @@
+@@ -3012,7 +3011,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2441,7 +2441,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB620P | Parport (ECP)-@@ -3023,7 +3022,7 @@
+@@ -3023,7 +3022,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2450,7 +2450,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB620U | USB-@@ -3045,7 +3044,7 @@
+@@ -3045,7 +3044,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2459,7 +2459,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan fb630u | USB-@@ -3056,7 +3055,7 @@
+@@ -3056,7 +3055,7 @@ artec_eplus48u | 
(unmaintained)
  canon630u
  
(0.1)
  
@@ -2468,7 +2468,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan fb636u | USB-@@ -3067,7 +3066,7 @@
+@@ -3067,7 +3066,7 @@ artec_eplus48u | 
(unmaintained)
  canon630u
  
(0.1)
  
@@ -2477,7 +2477,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan FB1210U | USB-@@ -3089,7 +3088,7 @@
+@@ -3089,7 +3088,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2486,7 +2486,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 40 | USB-@@ -3100,7 +3099,7 @@
+@@ -3100,7 +3099,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2495,7 +2495,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 50 | USB-@@ -3111,7 +3110,7 @@
+@@ -3111,7 +3110,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2504,7 +2504,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 60 | USB-@@ -3122,7 +3121,7 @@
+@@ -3122,7 +3121,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2513,7 +2513,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 70 | USB-@@ -3166,7 +3165,7 @@
+@@ -3166,7 +3165,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2522,7 +2522,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 110 | USB-@@ -3177,7 +3176,7 @@
+@@ -3177,7 +3176,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2531,7 +2531,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 200 | USB-@@ -3188,7 +3187,7 @@
+@@ -3188,7 +3187,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2540,7 +2540,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 210 | USB-@@ -3199,7 +3198,7 @@
+@@ -3199,7 +3198,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -2549,7 +2549,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan LiDE 500F | USB-@@ -3243,7 +3242,7 @@
+@@ -3243,7 +3242,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2558,7 +2558,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N340P | Parport (ECP)-@@ -3254,7 +3253,7 @@
+@@ -3254,7 +3253,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2567,7 +2567,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N640P | Parport (ECP)-@@ -3265,7 +3264,7 @@
+@@ -3265,7 +3264,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2576,7 +2576,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N640P ex | Parport (ECP)-@@ -3276,7 +3275,7 @@
+@@ -3276,7 +3275,7 @@ artec_eplus48u | 
(unmaintained)
  canon_pp
  
(0.33)
  
@@ -2585,7 +2585,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N650U/N656U | USB-@@ -3287,7 +3286,7 @@
+@@ -3287,7 +3286,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2594,7 +2594,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N670U/N676U/LiDE20 | USB-@@ -3298,7 +3297,7 @@
+@@ -3298,7 +3297,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2603,7 +2603,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N1220U | USB-@@ -3309,7 +3308,7 @@
+@@ -3309,7 +3308,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2612,7 +2612,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CanoScan N1240U/LiDE30 | USB-@@ -3320,7 +3319,7 @@
+@@ -3320,7 +3319,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -2621,7 +2621,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-25 | USB-@@ -3331,7 +3330,7 @@
+@@ -3331,7 +3330,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2630,7 +2630,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-55 | USB-@@ -3342,7 +3341,7 @@
+@@ -3342,7 +3341,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2639,7 +2639,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-135i | USB SCSI-@@ -3353,7 +3352,7 @@
+@@ -3353,7 +3352,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2648,7 +2648,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-180 | USB SCSI-@@ -3364,7 +3363,7 @@
+@@ -3364,7 +3363,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2657,7 +2657,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-180II | USB SCSI-@@ -3375,7 +3374,7 @@
+@@ -3375,7 +3374,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2666,7 +2666,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CR-190i | USB SCSI-@@ -3386,7 +3385,7 @@
+@@ -3386,7 +3385,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2675,7 +2675,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-1210C | USB-@@ -3397,7 +3396,7 @@
+@@ -3397,7 +3396,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2684,7 +2684,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-1210C | USB-@@ -3408,7 +3407,7 @@
+@@ -3408,7 +3407,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2693,7 +2693,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2010C | USB-@@ -3419,7 +3418,7 @@
+@@ -3419,7 +3418,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2702,7 +2702,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2010M | USB-@@ -3430,7 +3429,7 @@
+@@ -3430,7 +3429,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2711,7 +2711,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2020U | USB-@@ -3452,7 +3451,7 @@
+@@ -3452,7 +3451,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2720,7 +2720,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2050SP | USB-@@ -3463,7 +3462,7 @@
+@@ -3463,7 +3462,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2729,7 +2729,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2080C | USB SCSI-@@ -3474,7 +3473,7 @@
+@@ -3474,7 +3473,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2738,7 +2738,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2510C | USB-@@ -3485,7 +3484,7 @@
+@@ -3485,7 +3484,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2747,7 +2747,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2510M | USB-@@ -3496,7 +3495,7 @@
+@@ -3496,7 +3495,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2756,7 +2756,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-2580C | USB SCSI-@@ -3507,7 +3506,7 @@
+@@ -3507,7 +3506,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2765,7 +2765,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-3010C | USB-@@ -3518,7 +3517,7 @@
+@@ -3518,7 +3517,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2774,7 +2774,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-3020C | SCSI-@@ -3529,7 +3528,7 @@
+@@ -3529,7 +3528,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2783,7 +2783,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-3060 | SCSI-@@ -3540,7 +3539,7 @@
+@@ -3540,7 +3539,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2792,7 +2792,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-3080C | SCSI-@@ -3551,7 +3550,7 @@
+@@ -3551,7 +3550,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2801,7 +2801,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-3080CII | USB SCSI-@@ -3562,7 +3561,7 @@
+@@ -3562,7 +3561,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2810,7 +2810,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-4010C | USB-@@ -3573,7 +3572,7 @@
+@@ -3573,7 +3572,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2819,7 +2819,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-4580U | USB-@@ -3584,7 +3583,7 @@
+@@ -3584,7 +3583,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2828,7 +2828,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-5010C | USB-@@ -3595,7 +3594,7 @@
+@@ -3595,7 +3594,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2837,7 +2837,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-5020 | SCSI-@@ -3606,7 +3605,7 @@
+@@ -3606,7 +3605,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2846,7 +2846,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-5060F | SCSI-@@ -3617,7 +3616,7 @@
+@@ -3617,7 +3616,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2855,7 +2855,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-5080C | SCSI-@@ -3628,7 +3627,7 @@
+@@ -3628,7 +3627,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2864,7 +2864,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-6010C | USB SCSI-@@ -3639,7 +3638,7 @@
+@@ -3639,7 +3638,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2873,7 +2873,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-6030C | USB SCSI-@@ -3650,7 +3649,7 @@
+@@ -3650,7 +3649,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2882,7 +2882,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-6050C | USB SCSI-@@ -3661,7 +3660,7 @@
+@@ -3661,7 +3660,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2891,7 +2891,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-6080 | USB SCSI-@@ -3672,7 +3671,7 @@
+@@ -3672,7 +3671,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2900,7 +2900,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-7080C | USB SCSI-@@ -3683,7 +3682,7 @@
+@@ -3683,7 +3682,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2909,7 +2909,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-7090C | USB SCSI-@@ -3694,7 +3693,7 @@
+@@ -3694,7 +3693,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2918,7 +2918,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-7550C | USB SCSI-@@ -3705,7 +3704,7 @@
+@@ -3705,7 +3704,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2927,7 +2927,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-7580 | USB SCSI-@@ -3716,7 +3715,7 @@
+@@ -3716,7 +3715,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2936,7 +2936,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-9050C | USB SCSI-@@ -3727,7 +3726,7 @@
+@@ -3727,7 +3726,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2945,7 +2945,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-9080C | USB SCSI-@@ -3738,7 +3737,7 @@
+@@ -3738,7 +3737,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2954,7 +2954,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR-X10C | USB SCSI-@@ -3749,7 +3748,7 @@
+@@ -3749,7 +3748,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2963,7 +2963,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR3020 | SCSI-@@ -3760,7 +3759,7 @@
+@@ -3760,7 +3759,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2972,7 +2972,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DR4080U | USB-@@ -3771,7 +3770,7 @@
+@@ -3771,7 +3770,7 @@ artec_eplus48u | 
(unmaintained)
  canon_dr
  
(38)
  
@@ -2981,7 +2981,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FS4000 | USB SCSI-@@ -3793,7 +3792,7 @@
+@@ -3793,7 +3792,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -2990,7 +2990,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | I-SENSYS MF4320d | USB-@@ -3804,7 +3803,7 @@
+@@ -3804,7 +3803,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -2999,7 +2999,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | I-SENSYS MF4330d | USB-@@ -3815,7 +3814,7 @@
+@@ -3815,7 +3814,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3008,7 +3008,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i-SENSYS MF4550d | USB-@@ -3826,7 +3825,7 @@
+@@ -3826,7 +3825,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3017,7 +3017,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i-SENSYS MF5880dn | USB-@@ -3837,7 +3836,7 @@
+@@ -3837,7 +3836,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3026,7 +3026,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i-SENSYS MF6680dn | USB-@@ -3848,7 +3847,7 @@
+@@ -3848,7 +3847,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3035,7 +3035,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS D420 | USB-@@ -3859,7 +3858,7 @@
+@@ -3859,7 +3858,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3044,7 +3044,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS D480 | USB-@@ -3870,7 +3869,7 @@
+@@ -3870,7 +3869,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3053,7 +3053,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF3110 | USB-@@ -3881,7 +3880,7 @@
+@@ -3881,7 +3880,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3062,7 +3062,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF3240 | USB-@@ -3892,7 +3891,7 @@
+@@ -3892,7 +3891,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3071,7 +3071,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4010 | USB-@@ -3903,7 +3902,7 @@
+@@ -3903,7 +3902,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3080,7 +3080,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4018 | USB-@@ -3914,7 +3913,7 @@
+@@ -3914,7 +3913,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3089,7 +3089,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4120 | USB-@@ -3925,7 +3924,7 @@
+@@ -3925,7 +3924,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3098,7 +3098,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4122 | USB-@@ -3936,7 +3935,7 @@
+@@ -3936,7 +3935,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3107,7 +3107,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4140 | USB-@@ -3947,7 +3946,7 @@
+@@ -3947,7 +3946,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3116,7 +3116,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4150 | USB-@@ -3958,7 +3957,7 @@
+@@ -3958,7 +3957,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3125,7 +3125,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4270 | USB-@@ -3969,7 +3968,7 @@
+@@ -3969,7 +3968,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3134,7 +3134,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4350d | USB-@@ -3980,7 +3979,7 @@
+@@ -3980,7 +3979,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3143,7 +3143,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4370dn | USB-@@ -3991,7 +3990,7 @@
+@@ -3991,7 +3990,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3152,7 +3152,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4380dn | USB-@@ -4002,7 +4001,7 @@
+@@ -4002,7 +4001,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3161,7 +3161,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4410 | USB-@@ -4013,7 +4012,7 @@
+@@ -4013,7 +4012,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3170,7 +3170,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4430 | USB-@@ -4024,7 +4023,7 @@
+@@ -4024,7 +4023,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3179,7 +3179,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4660 | USB-@@ -4035,7 +4034,7 @@
+@@ -4035,7 +4034,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3188,7 +3188,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF4690 | USB-@@ -4046,7 +4045,7 @@
+@@ -4046,7 +4045,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3197,7 +3197,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF5630 | USB-@@ -4057,7 +4056,7 @@
+@@ -4057,7 +4056,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3206,7 +3206,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF5730 | USB-@@ -4068,7 +4067,7 @@
+@@ -4068,7 +4067,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3215,7 +3215,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF5750 | USB-@@ -4079,7 +4078,7 @@
+@@ -4079,7 +4078,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3224,7 +3224,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF5770 | USB-@@ -4090,7 +4089,7 @@
+@@ -4090,7 +4089,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3233,7 +3233,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF6500 series | USB-@@ -4101,7 +4100,7 @@
+@@ -4101,7 +4100,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3242,7 +3242,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF6550 | USB-@@ -4112,7 +4111,7 @@
+@@ -4112,7 +4111,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3251,7 +3251,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF8030 | USB-@@ -4123,7 +4122,7 @@
+@@ -4123,7 +4122,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3260,7 +3260,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageCLASS MF8170c | USB-@@ -4134,7 +4133,7 @@
+@@ -4134,7 +4133,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3269,7 +3269,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | imageRUNNER 1020/1024/1025 | USB-@@ -4145,7 +4144,7 @@
+@@ -4145,7 +4144,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3278,7 +3278,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ImageRunner iR1018 | USB-@@ -4233,7 +4232,7 @@
+@@ -4233,7 +4232,7 @@ artec_eplus48u | 
(unmaintained)
  canon
  
(1.12)
  
@@ -3287,7 +3287,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | laserBase MF5650 | USB-@@ -4244,7 +4243,7 @@
+@@ -4244,7 +4243,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3296,7 +3296,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA E500 | USB-@@ -4255,7 +4254,7 @@
+@@ -4255,7 +4254,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3305,7 +3305,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA E510 | USB-@@ -4266,7 +4265,7 @@
+@@ -4266,7 +4265,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3314,7 +3314,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA E600 | USB-@@ -4277,7 +4276,7 @@
+@@ -4277,7 +4276,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3323,7 +3323,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA E610 | USB-@@ -4288,7 +4287,7 @@
+@@ -4288,7 +4287,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3332,7 +3332,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG2100 Series | USB-@@ -4299,7 +4298,7 @@
+@@ -4299,7 +4298,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3341,7 +3341,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG2200 Series | USB-@@ -4310,7 +4309,7 @@
+@@ -4310,7 +4309,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3350,7 +3350,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG3100 Series | USB WLAN-@@ -4321,7 +4320,7 @@
+@@ -4321,7 +4320,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3359,7 +3359,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG3200 Series | USB-@@ -4332,7 +4331,7 @@
+@@ -4332,7 +4331,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3368,7 +3368,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG4100 Series | USB-@@ -4343,7 +4342,7 @@
+@@ -4343,7 +4342,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3377,7 +3377,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG4200 Series | USB-@@ -4354,7 +4353,7 @@
+@@ -4354,7 +4353,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3386,7 +3386,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG5100 Series | USB-@@ -4365,7 +4364,7 @@
+@@ -4365,7 +4364,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3395,7 +3395,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG5200 Series | USB-@@ -4376,7 +4375,7 @@
+@@ -4376,7 +4375,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3404,7 +3404,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG5300 Series | USB-@@ -4387,7 +4386,7 @@
+@@ -4387,7 +4386,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3413,7 +3413,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG5400 Series | USB-@@ -4398,7 +4397,7 @@
+@@ -4398,7 +4397,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3422,7 +3422,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG6100 Series | USB-@@ -4409,7 +4408,7 @@
+@@ -4409,7 +4408,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3431,7 +3431,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG6200 Series | USB-@@ -4420,7 +4419,7 @@
+@@ -4420,7 +4419,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3440,7 +3440,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG6300 Series | USB Ethernet-@@ -4431,7 +4430,7 @@
+@@ -4431,7 +4430,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3449,7 +3449,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG8100 Series | USB-@@ -4442,7 +4441,7 @@
+@@ -4442,7 +4441,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3458,7 +3458,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MG8200 Series | USB Ethernet-@@ -4453,7 +4452,7 @@
+@@ -4453,7 +4452,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3467,7 +3467,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP110 | USB-@@ -4486,7 +4485,7 @@
+@@ -4486,7 +4485,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3476,7 +3476,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP150 | USB-@@ -4497,7 +4496,7 @@
+@@ -4497,7 +4496,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3485,7 +3485,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP160 | USB-@@ -4508,7 +4507,7 @@
+@@ -4508,7 +4507,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3494,7 +3494,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP170 | USB-@@ -4519,7 +4518,7 @@
+@@ -4519,7 +4518,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3503,7 +3503,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP180 | USB-@@ -4530,7 +4529,7 @@
+@@ -4530,7 +4529,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3512,7 +3512,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP190 | USB-@@ -4541,7 +4540,7 @@
+@@ -4541,7 +4540,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3521,7 +3521,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP210 | USB-@@ -4552,7 +4551,7 @@
+@@ -4552,7 +4551,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3530,7 +3530,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP220 | USB-@@ -4563,7 +4562,7 @@
+@@ -4563,7 +4562,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3539,7 +3539,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP230 | USB-@@ -4574,7 +4573,7 @@
+@@ -4574,7 +4573,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3548,7 +3548,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP240 | USB-@@ -4585,7 +4584,7 @@
+@@ -4585,7 +4584,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3557,7 +3557,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP250 | USB-@@ -4596,7 +4595,7 @@
+@@ -4596,7 +4595,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3566,7 +3566,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP260 | USB-@@ -4607,7 +4606,7 @@
+@@ -4607,7 +4606,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3575,7 +3575,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP270 | USB-@@ -4618,7 +4617,7 @@
+@@ -4618,7 +4617,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3584,7 +3584,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP280 | USB-@@ -4629,7 +4628,7 @@
+@@ -4629,7 +4628,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3593,7 +3593,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP360 | USB-@@ -4640,7 +4639,7 @@
+@@ -4640,7 +4639,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3602,7 +3602,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP370 | USB-@@ -4651,7 +4650,7 @@
+@@ -4651,7 +4650,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3611,7 +3611,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP375R | USB-@@ -4662,7 +4661,7 @@
+@@ -4662,7 +4661,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3620,7 +3620,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP390 | USB-@@ -4673,7 +4672,7 @@
+@@ -4673,7 +4672,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3629,7 +3629,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP450 | USB-@@ -4684,7 +4683,7 @@
+@@ -4684,7 +4683,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3638,7 +3638,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP460 | USB-@@ -4695,7 +4694,7 @@
+@@ -4695,7 +4694,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3647,7 +3647,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP470 | USB-@@ -4706,7 +4705,7 @@
+@@ -4706,7 +4705,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3656,7 +3656,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP480 | USB-@@ -4717,7 +4716,7 @@
+@@ -4717,7 +4716,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3665,7 +3665,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP490 | USB-@@ -4728,7 +4727,7 @@
+@@ -4728,7 +4727,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3674,7 +3674,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP493 | USB-@@ -4739,7 +4738,7 @@
+@@ -4739,7 +4738,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3683,7 +3683,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP495 | USB-@@ -4750,7 +4749,7 @@
+@@ -4750,7 +4749,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3692,7 +3692,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP500 | USB-@@ -4761,7 +4760,7 @@
+@@ -4761,7 +4760,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3701,7 +3701,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP510 | USB-@@ -4772,7 +4771,7 @@
+@@ -4772,7 +4771,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3710,7 +3710,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP520 | USB-@@ -4783,7 +4782,7 @@
+@@ -4783,7 +4782,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3719,7 +3719,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP530 | USB-@@ -4794,7 +4793,7 @@
+@@ -4794,7 +4793,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3728,7 +3728,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP540 | USB-@@ -4805,7 +4804,7 @@
+@@ -4805,7 +4804,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3737,7 +3737,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP550 | USB-@@ -4816,7 +4815,7 @@
+@@ -4816,7 +4815,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3746,7 +3746,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP560 | USB-@@ -4827,7 +4826,7 @@
+@@ -4827,7 +4826,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3755,7 +3755,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP600 | USB-@@ -4838,7 +4837,7 @@
+@@ -4838,7 +4837,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3764,7 +3764,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP600R | USB Ethernet-@@ -4849,7 +4848,7 @@
+@@ -4849,7 +4848,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3773,7 +3773,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP610 | USB-@@ -4860,7 +4859,7 @@
+@@ -4860,7 +4859,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3782,7 +3782,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP620 | USB Ethernet-@@ -4871,7 +4870,7 @@
+@@ -4871,7 +4870,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3791,7 +3791,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP630 | USB-@@ -4882,7 +4881,7 @@
+@@ -4882,7 +4881,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3800,7 +3800,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP640 | USB Ethernet-@@ -4893,7 +4892,7 @@
+@@ -4893,7 +4892,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3809,7 +3809,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP700 | USB-@@ -4904,7 +4903,7 @@
+@@ -4904,7 +4903,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3818,7 +3818,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP710 | USB-@@ -4915,7 +4914,7 @@
+@@ -4915,7 +4914,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3827,7 +3827,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP730 | USB-@@ -4926,7 +4925,7 @@
+@@ -4926,7 +4925,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3836,7 +3836,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP740 | USB-@@ -4937,7 +4936,7 @@
+@@ -4937,7 +4936,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3845,7 +3845,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP750 | USB-@@ -4948,7 +4947,7 @@
+@@ -4948,7 +4947,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3854,7 +3854,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP760 | USB-@@ -4959,7 +4958,7 @@
+@@ -4959,7 +4958,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3863,7 +3863,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP770 | USB-@@ -4970,7 +4969,7 @@
+@@ -4970,7 +4969,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3872,7 +3872,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP780 | USB-@@ -4981,7 +4980,7 @@
+@@ -4981,7 +4980,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3881,7 +3881,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP790 | USB-@@ -4992,7 +4991,7 @@
+@@ -4992,7 +4991,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3890,7 +3890,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP800 | USB-@@ -5003,7 +5002,7 @@
+@@ -5003,7 +5002,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3899,7 +3899,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP800R | USB-@@ -5014,7 +5013,7 @@
+@@ -5014,7 +5013,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3908,7 +3908,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP810 | USB-@@ -5025,7 +5024,7 @@
+@@ -5025,7 +5024,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3917,7 +3917,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP830 | USB-@@ -5036,7 +5035,7 @@
+@@ -5036,7 +5035,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3926,7 +3926,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP960 | USB-@@ -5047,7 +5046,7 @@
+@@ -5047,7 +5046,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3935,7 +3935,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP970 | USB Ethernet-@@ -5058,7 +5057,7 @@
+@@ -5058,7 +5057,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3944,7 +3944,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP980 | USB Ethernet-@@ -5069,7 +5068,7 @@
+@@ -5069,7 +5068,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3953,7 +3953,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MP990 | USB Ethernet-@@ -5080,7 +5079,7 @@
+@@ -5080,7 +5079,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3962,7 +3962,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX300 | USB-@@ -5091,7 +5090,7 @@
+@@ -5091,7 +5090,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3971,7 +3971,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX310 | USB-@@ -5102,7 +5101,7 @@
+@@ -5102,7 +5101,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3980,7 +3980,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX320 | USB-@@ -5113,7 +5112,7 @@
+@@ -5113,7 +5112,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3989,7 +3989,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX330 | USB-@@ -5124,7 +5123,7 @@
+@@ -5124,7 +5123,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -3998,7 +3998,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX340 | USB-@@ -5135,7 +5134,7 @@
+@@ -5135,7 +5134,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4007,7 +4007,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX350 | USB Ethernet-@@ -5146,7 +5145,7 @@
+@@ -5146,7 +5145,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4016,7 +4016,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX360 | USB-@@ -5157,7 +5156,7 @@
+@@ -5157,7 +5156,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4025,7 +4025,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX370 Series | USB-@@ -5168,7 +5167,7 @@
+@@ -5168,7 +5167,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4034,7 +4034,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX390 Series | USB-@@ -5179,7 +5178,7 @@
+@@ -5179,7 +5178,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4043,7 +4043,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX410 | USB Ethernet-@@ -5190,7 +5189,7 @@
+@@ -5190,7 +5189,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4052,7 +4052,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX420 | USB Ethernet-@@ -5201,7 +5200,7 @@
+@@ -5201,7 +5200,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4061,7 +4061,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX430 Series | USB Ethernet-@@ -5212,7 +5211,7 @@
+@@ -5212,7 +5211,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4070,7 +4070,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX450 Series | USB-@@ -5223,7 +5222,7 @@
+@@ -5223,7 +5222,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4079,7 +4079,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX510 Series | USB Ethernet-@@ -5234,7 +5233,7 @@
+@@ -5234,7 +5233,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4088,7 +4088,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX520 Series | USB-@@ -5245,7 +5244,7 @@
+@@ -5245,7 +5244,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4097,7 +4097,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX700 | USB Ethernet-@@ -5256,7 +5255,7 @@
+@@ -5256,7 +5255,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4106,7 +4106,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX710 Series | USB Ethernet-@@ -5267,7 +5266,7 @@
+@@ -5267,7 +5266,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4115,7 +4115,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX720 Series | USB-@@ -5278,7 +5277,7 @@
+@@ -5278,7 +5277,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4124,7 +4124,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX850 | USB Ethernet-@@ -5289,7 +5288,7 @@
+@@ -5289,7 +5288,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4133,7 +4133,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX860 | USB Ethernet-@@ -5300,7 +5299,7 @@
+@@ -5300,7 +5299,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4142,7 +4142,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX870 | USB Ethernet-@@ -5311,7 +5310,7 @@
+@@ -5311,7 +5310,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4151,7 +4151,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX880 Series | USB Ethernet-@@ -5322,7 +5321,7 @@
+@@ -5322,7 +5321,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4160,7 +4160,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX882 | USB Ethernet-@@ -5333,7 +5332,7 @@
+@@ -5333,7 +5332,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4169,7 +4169,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX885 | USB Ethernet-@@ -5344,7 +5343,7 @@
+@@ -5344,7 +5343,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4178,7 +4178,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX890 Series | USB Ethernet-@@ -5355,7 +5354,7 @@
+@@ -5355,7 +5354,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4187,7 +4187,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX920 Series | USB-@@ -5366,7 +5365,7 @@
+@@ -5366,7 +5365,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4196,7 +4196,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PIXMA MX7600 | USB Ethernet-@@ -5377,7 +5376,7 @@
+@@ -5377,7 +5376,7 @@ artec_eplus48u | 
(unmaintained)
  pixma
  
(0.17.3)
  
@@ -4205,7 +4205,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Chinon
-@@ -5429,7 +5428,7 @@
+@@ -5429,7 +5428,7 @@ artec_eplus48u
(unmaintained)
  plustek
  
(0.52)
  
@@ -4214,7 +4214,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | S200 | USB-@@ -5492,7 +5491,7 @@
+@@ -5492,7 +5491,7 @@ artec_eplus48u | 
(unmaintained)
  cardscan
  
(2)
  
@@ -4223,7 +4223,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 800c | USB-@@ -5503,7 +5502,7 @@
+@@ -5503,7 +5502,7 @@ artec_eplus48u | 
(unmaintained)
  cardscan
  
(2)
  
@@ -4232,7 +4232,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Cardscan 500 | USB-@@ -5550,7 +5549,7 @@
+@@ -5550,7 +5549,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -4241,7 +4241,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: DCT
-@@ -5578,7 +5577,7 @@
+@@ -5578,7 +5577,7 @@ artec_eplus48u
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -4250,7 +4250,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Dell
-@@ -5625,7 +5624,7 @@
+@@ -5625,7 +5624,7 @@ dell1600n_net
  lexmark
  
(1.0-0)
  
@@ -4259,7 +4259,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | A940 | USB-@@ -5657,7 +5656,7 @@
+@@ -5657,7 +5656,7 @@ dell1600n_net | xerox_mfp @@ -4268,7 +4268,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  
  Manufacturer: Devcom
-@@ -5684,7 +5683,7 @@
+@@ -5684,7 +5683,7 @@ xerox_mfp
(1.0-13)
  pie
  
(1.0)
  
@@ -4277,7 +4277,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9636PRO | SCSI-@@ -5695,7 +5694,7 @@
+@@ -5695,7 +5694,7 @@ xerox_mfp | 
(1.0-13)
  pie
  
(1.0)
  
@@ -4286,7 +4286,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9636S | SCSI-@@ -5706,7 +5705,7 @@
+@@ -5706,7 +5705,7 @@ xerox_mfp | 
(1.0-13)
  pie
  
(1.0)
  
@@ -4295,7 +4295,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Dextra
-@@ -5731,7 +5730,7 @@
+@@ -5731,7 +5730,7 @@ xerox_mfp
(1.0-13)
  teco1
  
(1.0-10)
  
@@ -4304,7 +4304,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DF-1200T+ | SCSI-@@ -5742,7 +5741,7 @@
+@@ -5742,7 +5741,7 @@ xerox_mfp | 
(1.0-13)
  teco1
  
(1.0-10)
  
@@ -4313,7 +4313,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DF-4830T | SCSI-@@ -5753,7 +5752,7 @@
+@@ -5753,7 +5752,7 @@ xerox_mfp | 
(1.0-13)
  teco1
  
(1.0-10)
  
@@ -4322,7 +4322,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DF-9624 | SCSI-@@ -5764,7 +5763,7 @@
+@@ -5764,7 +5763,7 @@ xerox_mfp | 
(1.0-13)
  teco1
  
(1.0-10)
  
@@ -4331,7 +4331,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Dexxa
-@@ -5791,7 +5790,7 @@
+@@ -5791,7 +5790,7 @@ xerox_mfp
(1.0-13)
  as6e
  
(0.5)
  
@@ -4340,7 +4340,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: E-Lux
-@@ -5842,7 +5841,7 @@
+@@ -5842,7 +5841,7 @@ xerox_mfp
(1.0-13)
  umax
  
(1.0-41)
  
@@ -4349,7 +4349,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: EDT (Electronic Document Technology)
-@@ -5932,7 +5931,7 @@
+@@ -5932,7 +5931,7 @@ xerox_mfp
(1.0-13)
  epson2 @@ -4358,7 +4358,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Actionscanner II | SCSI Parport-@@ -5943,7 +5942,7 @@
+@@ -5943,7 +5942,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4367,7 +4367,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AcuLaser CX11 | USB-@@ -5953,7 +5952,7 @@
+@@ -5953,7 +5952,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4376,7 +4376,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | AcuLaser CX11 | USB-@@ -5964,7 +5963,7 @@
+@@ -5964,7 +5963,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4385,7 +4385,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AcuLaser CX11NF | USB Network-@@ -5974,7 +5973,7 @@
+@@ -5974,7 +5973,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4394,7 +4394,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | AcuLaser CX11NF | USB-@@ -5985,7 +5984,7 @@
+@@ -5985,7 +5984,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4403,7 +4403,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AcuLaser CX21 | USB-@@ -5995,7 +5994,7 @@
+@@ -5995,7 +5994,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4412,7 +4412,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Artisan 700 | USB Network-@@ -6005,7 +6004,7 @@
+@@ -6005,7 +6004,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4421,7 +4421,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Artisan 710 Series | USB-@@ -6015,7 +6014,7 @@
+@@ -6015,7 +6014,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4430,7 +4430,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Artisan 800 | USB-@@ -6025,7 +6024,7 @@
+@@ -6025,7 +6024,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4439,7 +4439,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Artisan 810 Series | USB-@@ -6035,7 +6034,7 @@
+@@ -6035,7 +6034,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4448,7 +4448,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CC-500L | USB-@@ -6045,7 +6044,7 @@
+@@ -6045,7 +6044,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4457,7 +4457,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CC-550L | USB-@@ -6055,7 +6054,7 @@
+@@ -6055,7 +6054,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4466,7 +4466,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CC-570L | USB-@@ -6065,7 +6064,7 @@
+@@ -6065,7 +6064,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4475,7 +4475,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CC-600PX | USB-@@ -6075,7 +6074,7 @@
+@@ -6075,7 +6074,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4484,7 +4484,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CC-700 | USB-@@ -6085,7 +6084,7 @@
+@@ -6085,7 +6084,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4493,7 +4493,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | CX-3200 | USB-@@ -6096,7 +6095,7 @@
+@@ -6096,7 +6095,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4502,7 +4502,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-3600 | USB-@@ -6107,7 +6106,7 @@
+@@ -6107,7 +6106,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4511,7 +4511,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-3650 | USB-@@ -6118,7 +6117,7 @@
+@@ -6118,7 +6117,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4520,7 +4520,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-3700 | USB-@@ -6129,7 +6128,7 @@
+@@ -6129,7 +6128,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4529,7 +4529,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-3800 | USB-@@ -6140,7 +6139,7 @@
+@@ -6140,7 +6139,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4538,7 +4538,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-4200 | USB-@@ -6151,7 +6150,7 @@
+@@ -6151,7 +6150,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4547,7 +4547,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-4600 | USB-@@ -6162,7 +6161,7 @@
+@@ -6162,7 +6161,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4556,7 +4556,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-4800 | USB-@@ -6173,7 +6172,7 @@
+@@ -6173,7 +6172,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4565,7 +4565,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-5000 | USB-@@ -6184,7 +6183,7 @@
+@@ -6184,7 +6183,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4574,7 +4574,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-5200 | USB-@@ -6195,7 +6194,7 @@
+@@ -6195,7 +6194,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4583,7 +4583,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-5400 | USB-@@ -6206,7 +6205,7 @@
+@@ -6206,7 +6205,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4592,7 +4592,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-5400 | USB-@@ -6217,7 +6216,7 @@
+@@ -6217,7 +6216,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4601,7 +4601,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-6300 | USB-@@ -6228,7 +6227,7 @@
+@@ -6228,7 +6227,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4610,7 +4610,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-6400 | USB-@@ -6239,7 +6238,7 @@
+@@ -6239,7 +6238,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4619,7 +4619,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-6500 | USB-@@ -6250,7 +6249,7 @@
+@@ -6250,7 +6249,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4628,7 +4628,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CX-6600 | USB-@@ -6261,7 +6260,7 @@
+@@ -6261,7 +6260,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4637,7 +4637,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-3800 | USB-@@ -6272,7 +6271,7 @@
+@@ -6272,7 +6271,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4646,7 +4646,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-3850 | USB-@@ -6283,7 +6282,7 @@
+@@ -6283,7 +6282,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4655,7 +4655,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-4050 | USB-@@ -6294,7 +6293,7 @@
+@@ -6294,7 +6293,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4664,7 +4664,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-5000 | USB-@@ -6305,7 +6304,7 @@
+@@ -6305,7 +6304,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4673,7 +4673,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-5050 | USB-@@ -6316,7 +6315,7 @@
+@@ -6316,7 +6315,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4682,7 +4682,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-6000 | USB-@@ -6327,7 +6326,7 @@
+@@ -6327,7 +6326,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4691,7 +4691,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DX-7400 | USB-@@ -6338,7 +6337,7 @@
+@@ -6338,7 +6337,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4700,7 +4700,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | EP-702A | USB-@@ -6348,7 +6347,7 @@
+@@ -6348,7 +6347,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4709,7 +4709,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | EP-801A | USB Network-@@ -6358,7 +6357,7 @@
+@@ -6358,7 +6357,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4718,7 +4718,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | EP-802A | USB-@@ -6368,7 +6367,7 @@
+@@ -6368,7 +6367,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4727,7 +4727,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | EP-901A | USB-@@ -6378,7 +6377,7 @@
+@@ -6378,7 +6377,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4736,7 +4736,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | EP-901F | USB-@@ -6388,7 +6387,7 @@
+@@ -6388,7 +6387,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4745,7 +4745,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | EP-902A | USB-@@ -6398,7 +6397,7 @@
+@@ -6398,7 +6397,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4754,7 +4754,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-300C | SCSI parallel-@@ -6408,7 +6407,7 @@
+@@ -6408,7 +6407,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4763,7 +4763,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-300C | SCSI Parport-@@ -6419,7 +6418,7 @@
+@@ -6419,7 +6418,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4772,7 +4772,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ES-300GS | SCSI-@@ -6429,7 +6428,7 @@
+@@ -6429,7 +6428,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4781,7 +4781,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-300GS | SCSI-@@ -6440,7 +6439,7 @@
+@@ -6440,7 +6439,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4790,7 +4790,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ES-600C | parallel-@@ -6450,7 +6449,7 @@
+@@ -6450,7 +6449,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4799,7 +4799,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-600C | Parport-@@ -6461,7 +6460,7 @@
+@@ -6461,7 +6460,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4808,7 +4808,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ES-800C | SCSI-@@ -6471,7 +6470,7 @@
+@@ -6471,7 +6470,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4817,7 +4817,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-1000C | ?-@@ -6481,7 +6480,7 @@
+@@ -6481,7 +6480,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4826,7 +4826,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-1200C | parallel-@@ -6491,7 +6490,7 @@
+@@ -6491,7 +6490,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4835,7 +4835,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-1200C | Parport-@@ -6502,7 +6501,7 @@
+@@ -6502,7 +6501,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4844,7 +4844,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ES-2000 | SCSI USB-@@ -6512,7 +6511,7 @@
+@@ -6512,7 +6511,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4853,7 +4853,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-2200 | SCSI USB-@@ -6522,7 +6521,7 @@
+@@ -6522,7 +6521,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4862,7 +4862,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-6000 | SCSI-@@ -6532,7 +6531,7 @@
+@@ -6532,7 +6531,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4871,7 +4871,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-6000H | SCSI-@@ -6542,7 +6541,7 @@
+@@ -6542,7 +6541,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4880,7 +4880,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-6000HS | SCSI-@@ -6552,7 +6551,7 @@
+@@ -6552,7 +6551,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4889,7 +4889,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-7000H | SCSI USB-@@ -6562,7 +6561,7 @@
+@@ -6562,7 +6561,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4898,7 +4898,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-8000 | SCSI-@@ -6572,7 +6571,7 @@
+@@ -6572,7 +6571,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4907,7 +4907,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-8500 | SCSI USB-@@ -6582,7 +6581,7 @@
+@@ -6582,7 +6581,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4916,7 +4916,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-8500 | SCSI-@@ -6593,7 +6592,7 @@
+@@ -6593,7 +6592,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4925,7 +4925,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ES-9000H | SCSI-@@ -6603,7 +6602,7 @@
+@@ -6603,7 +6602,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4934,7 +4934,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-10000G | USB-@@ -6613,7 +6612,7 @@
+@@ -6613,7 +6612,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4943,7 +4943,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-D400 | USB-@@ -6623,7 +6622,7 @@
+@@ -6623,7 +6622,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4952,7 +4952,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-H300 | USB-@@ -6633,7 +6632,7 @@
+@@ -6633,7 +6632,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4961,7 +4961,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ES-H7200 | USB Ethernet-@@ -6643,7 +6642,7 @@
+@@ -6643,7 +6642,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4970,7 +4970,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 636 | SCSI-@@ -6653,7 +6652,7 @@
+@@ -6653,7 +6652,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4979,7 +4979,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 636 | SCSI-@@ -6664,7 +6663,7 @@
+@@ -6664,7 +6663,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -4988,7 +4988,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Expression 800 | SCSI-@@ -6674,7 +6673,7 @@
+@@ -6674,7 +6673,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -4997,7 +4997,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 800 | SCSI-@@ -6685,7 +6684,7 @@
+@@ -6685,7 +6684,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5006,7 +5006,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Expression 836XL | SCSI-@@ -6695,7 +6694,7 @@
+@@ -6695,7 +6694,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5015,7 +5015,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 1600 | SCSI USB-@@ -6705,7 +6704,7 @@
+@@ -6705,7 +6704,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5024,7 +5024,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 1600 | SCSI USB IEEE-1394-@@ -6716,7 +6715,7 @@
+@@ -6716,7 +6715,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5033,7 +5033,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Expression 1640XL | SCSI USB-@@ -6726,7 +6725,7 @@
+@@ -6726,7 +6725,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5042,7 +5042,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 1680 | SCSI USB-@@ -6736,7 +6735,7 @@
+@@ -6736,7 +6735,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5051,7 +5051,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 1680 | SCSI USB IEEE-1394-@@ -6747,7 +6746,7 @@
+@@ -6747,7 +6746,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5060,7 +5060,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Expression 1680 Pro | SCSI USB-@@ -6757,7 +6756,7 @@
+@@ -6757,7 +6756,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5069,7 +5069,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 1680XL Pro | SCSI USB-@@ -6767,7 +6766,7 @@
+@@ -6767,7 +6766,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5078,7 +5078,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 10000XL | USB-@@ -6777,7 +6776,7 @@
+@@ -6777,7 +6776,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5087,7 +5087,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 10000XL Graphic Arts | USB IEEE1394-@@ -6787,7 +6786,7 @@
+@@ -6787,7 +6786,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5096,7 +5096,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Expression 10000XL Photo | USB IEEE1394-@@ -6797,7 +6796,7 @@
+@@ -6797,7 +6796,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5105,7 +5105,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | F-3200 | USB IEEE1394-@@ -6807,7 +6806,7 @@
+@@ -6807,7 +6806,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5114,7 +5114,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | F-3200 Photo | USB IEEE1394-@@ -6817,7 +6816,7 @@
+@@ -6817,7 +6816,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5123,7 +5123,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | FilmScan 200 | SCSI-@@ -6827,7 +6826,7 @@
+@@ -6827,7 +6826,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5132,7 +5132,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-1500 | USB-@@ -6837,7 +6836,7 @@
+@@ -6837,7 +6836,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5141,7 +5141,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-2200 | USB-@@ -6858,7 +6857,7 @@
+@@ -6858,7 +6857,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5150,7 +5150,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-2500 | USB-@@ -6868,7 +6867,7 @@
+@@ -6868,7 +6867,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5159,7 +5159,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-4000 | ?-@@ -6878,7 +6877,7 @@
+@@ -6878,7 +6877,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5168,7 +5168,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-5000 | parallel SCSI-@@ -6888,7 +6887,7 @@
+@@ -6888,7 +6887,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5177,7 +5177,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-5000 | SCSI Parport-@@ -6899,7 +6898,7 @@
+@@ -6899,7 +6898,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5186,7 +5186,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-5400 | parallel-@@ -6909,7 +6908,7 @@
+@@ -6909,7 +6908,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5195,7 +5195,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-5500 | SCSI-@@ -6919,7 +6918,7 @@
+@@ -6919,7 +6918,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5204,7 +5204,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-5500 | SCSI-@@ -6930,7 +6929,7 @@
+@@ -6930,7 +6929,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5213,7 +5213,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-6000 | SCSI Parport-@@ -6940,7 +6939,7 @@
+@@ -6940,7 +6939,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5222,7 +5222,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-6000 | SCSI Parport-@@ -6951,7 +6950,7 @@
+@@ -6951,7 +6950,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5231,7 +5231,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-6500 | parallel-@@ -6961,7 +6960,7 @@
+@@ -6961,7 +6960,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5240,7 +5240,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-6500 | Parport-@@ -6972,7 +6971,7 @@
+@@ -6972,7 +6971,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5249,7 +5249,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-6600U | USB-@@ -6982,7 +6981,7 @@
+@@ -6982,7 +6981,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5258,7 +5258,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-6700U | USB-@@ -6992,7 +6991,7 @@
+@@ -6992,7 +6991,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5267,7 +5267,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7000 | SCSI-@@ -7003,7 +7002,7 @@
+@@ -7003,7 +7002,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5276,7 +5276,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-7000S | SCSI-@@ -7013,7 +7012,7 @@
+@@ -7013,7 +7012,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5285,7 +5285,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7000U | USB-@@ -7023,7 +7022,7 @@
+@@ -7023,7 +7022,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5294,7 +5294,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7200U | USB-@@ -7033,7 +7032,7 @@
+@@ -7033,7 +7032,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5303,7 +5303,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7300U | USB-@@ -7043,7 +7042,7 @@
+@@ -7043,7 +7042,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5312,7 +5312,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7400U | USB-@@ -7053,7 +7052,7 @@
+@@ -7053,7 +7052,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5321,7 +5321,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7600S | SCSI-@@ -7063,7 +7062,7 @@
+@@ -7063,7 +7062,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5330,7 +5330,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7600U | USB-@@ -7073,7 +7072,7 @@
+@@ -7073,7 +7072,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5339,7 +5339,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7600UF | USB-@@ -7083,7 +7082,7 @@
+@@ -7083,7 +7082,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5348,7 +5348,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-7700U | USB-@@ -7093,7 +7092,7 @@
+@@ -7093,7 +7092,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5357,7 +5357,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8000 | SCSI-@@ -7103,7 +7102,7 @@
+@@ -7103,7 +7102,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5366,7 +5366,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8000 | SCSI-@@ -7114,7 +7113,7 @@
+@@ -7114,7 +7113,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5375,7 +5375,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | GT-8200U | USB-@@ -7124,7 +7123,7 @@
+@@ -7124,7 +7123,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5384,7 +5384,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8200UF | USB-@@ -7134,7 +7133,7 @@
+@@ -7134,7 +7133,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5393,7 +5393,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8300UF | USB-@@ -7144,7 +7143,7 @@
+@@ -7144,7 +7143,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5402,7 +5402,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8400UF | USB-@@ -7154,7 +7153,7 @@
+@@ -7154,7 +7153,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5411,7 +5411,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8500 | ?-@@ -7164,7 +7163,7 @@
+@@ -7164,7 +7163,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5420,7 +5420,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8700 | SCSI USB-@@ -7174,7 +7173,7 @@
+@@ -7174,7 +7173,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5429,7 +5429,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-8700F | SCSI USB-@@ -7184,7 +7183,7 @@
+@@ -7184,7 +7183,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5438,7 +5438,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9000 | parallel-@@ -7194,7 +7193,7 @@
+@@ -7194,7 +7193,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5447,7 +5447,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9300UF | USB-@@ -7204,7 +7203,7 @@
+@@ -7204,7 +7203,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5456,7 +5456,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9400UF | USB-@@ -7214,7 +7213,7 @@
+@@ -7214,7 +7213,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5465,7 +5465,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9500 | SCSI-@@ -7224,7 +7223,7 @@
+@@ -7224,7 +7223,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5474,7 +5474,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9600 | SCSI-@@ -7234,7 +7233,7 @@
+@@ -7234,7 +7233,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5483,7 +5483,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9700F | USB-@@ -7244,7 +7243,7 @@
+@@ -7244,7 +7243,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5492,7 +5492,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-9800F | USB-@@ -7254,7 +7253,7 @@
+@@ -7254,7 +7253,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5501,7 +5501,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-10000 | SCSI-@@ -7264,7 +7263,7 @@
+@@ -7264,7 +7263,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5510,7 +5510,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-10000+ | SCSI-@@ -7274,7 +7273,7 @@
+@@ -7274,7 +7273,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5519,7 +5519,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-12000 | SCSI-@@ -7284,7 +7283,7 @@
+@@ -7284,7 +7283,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5528,7 +5528,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-15000 | SCSI USB-@@ -7294,7 +7293,7 @@
+@@ -7294,7 +7293,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5537,7 +5537,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-20000 | USB Ethernet-@@ -7304,7 +7303,7 @@
+@@ -7304,7 +7303,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5546,7 +5546,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-30000 | SCSI-@@ -7314,7 +7313,7 @@
+@@ -7314,7 +7313,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5555,7 +5555,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-D1000 | USB-@@ -7324,7 +7323,7 @@
+@@ -7324,7 +7323,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5564,7 +5564,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F500 | USB-@@ -7334,7 +7333,7 @@
+@@ -7334,7 +7333,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5573,7 +5573,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F520 | USB-@@ -7344,7 +7343,7 @@
+@@ -7344,7 +7343,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5582,7 +5582,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F550 | USB-@@ -7354,7 +7353,7 @@
+@@ -7354,7 +7353,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5591,7 +5591,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F570 | USB-@@ -7364,7 +7363,7 @@
+@@ -7364,7 +7363,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5600,7 +5600,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F600 | USB-@@ -7374,7 +7373,7 @@
+@@ -7374,7 +7373,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5609,7 +5609,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F650 | USB-@@ -7384,7 +7383,7 @@
+@@ -7384,7 +7383,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5618,7 +5618,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F670 | USB-@@ -7394,7 +7393,7 @@
+@@ -7394,7 +7393,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5627,7 +5627,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F700 | USB-@@ -7404,7 +7403,7 @@
+@@ -7404,7 +7403,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5636,7 +5636,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-F720 | USB-@@ -7414,7 +7413,7 @@
+@@ -7414,7 +7413,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5645,7 +5645,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-S50 | USB-@@ -7424,7 +7423,7 @@
+@@ -7424,7 +7423,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5654,7 +5654,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-S80 | USB-@@ -7434,7 +7433,7 @@
+@@ -7434,7 +7433,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5663,7 +5663,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-S600 | USB-@@ -7444,7 +7443,7 @@
+@@ -7444,7 +7443,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5672,7 +5672,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-S620 | USB-@@ -7454,7 +7453,7 @@
+@@ -7454,7 +7453,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5681,7 +5681,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X700 | USB-@@ -7464,7 +7463,7 @@
+@@ -7464,7 +7463,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5690,7 +5690,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X750 | USB-@@ -7474,7 +7473,7 @@
+@@ -7474,7 +7473,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5699,7 +5699,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X770 | USB-@@ -7484,7 +7483,7 @@
+@@ -7484,7 +7483,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5708,7 +5708,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X800 | USB-@@ -7494,7 +7493,7 @@
+@@ -7494,7 +7493,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5717,7 +5717,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X820 | USB-@@ -7504,7 +7503,7 @@
+@@ -7504,7 +7503,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5726,7 +5726,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X900 | USB-@@ -7514,7 +7513,7 @@
+@@ -7514,7 +7513,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5735,7 +5735,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | GT-X970 | USB-@@ -7524,7 +7523,7 @@
+@@ -7524,7 +7523,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5744,7 +5744,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-7900CS | ?-@@ -7534,7 +7533,7 @@
+@@ -7534,7 +7533,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5753,7 +5753,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9000CCH | ?-@@ -7544,7 +7543,7 @@
+@@ -7544,7 +7543,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5762,7 +5762,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9000CCS | ?-@@ -7554,7 +7553,7 @@
+@@ -7554,7 +7553,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5771,7 +5771,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9000CFH | ?-@@ -7564,7 +7563,7 @@
+@@ -7564,7 +7563,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5780,7 +5780,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9500CCS | ?-@@ -7574,7 +7573,7 @@
+@@ -7574,7 +7573,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5789,7 +5789,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9500CFH | ?-@@ -7584,7 +7583,7 @@
+@@ -7584,7 +7583,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5798,7 +5798,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9500CH2 | ?-@@ -7594,7 +7593,7 @@
+@@ -7594,7 +7593,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5807,7 +5807,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9800CCH | ?-@@ -7604,7 +7603,7 @@
+@@ -7604,7 +7603,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5816,7 +5816,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9800CCS | ?-@@ -7614,7 +7613,7 @@
+@@ -7614,7 +7613,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5825,7 +5825,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-9800CFH | ?-@@ -7624,7 +7623,7 @@
+@@ -7624,7 +7623,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5834,7 +5834,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-A500 | USB Network-@@ -7634,7 +7633,7 @@
+@@ -7634,7 +7633,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5843,7 +5843,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-M5000 | USB-@@ -7644,7 +7643,7 @@
+@@ -7644,7 +7643,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5852,7 +5852,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-M5500 | USB-@@ -7654,7 +7653,7 @@
+@@ -7654,7 +7653,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5861,7 +5861,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-M5500F | USB-@@ -7664,7 +7663,7 @@
+@@ -7664,7 +7663,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5870,7 +5870,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-M5600 | USB-@@ -7674,7 +7673,7 @@
+@@ -7674,7 +7673,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5879,7 +5879,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | LP-M6000 | USB-@@ -7684,7 +7683,7 @@
+@@ -7684,7 +7683,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5888,7 +5888,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME 200 | USB-@@ -7694,7 +7693,7 @@
+@@ -7694,7 +7693,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5897,7 +5897,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME 300 | USB-@@ -7704,7 +7703,7 @@
+@@ -7704,7 +7703,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5906,7 +5906,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME OFFICE 510 | USB-@@ -7714,7 +7713,7 @@
+@@ -7714,7 +7713,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5915,7 +5915,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME Office 600F | USB-@@ -7724,7 +7723,7 @@
+@@ -7724,7 +7723,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5924,7 +5924,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME OFFICE 650FN Series | USB-@@ -7734,7 +7733,7 @@
+@@ -7734,7 +7733,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5933,7 +5933,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | ME Office 700FW | USB-@@ -7744,7 +7743,7 @@
+@@ -7744,7 +7743,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5942,7 +5942,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 600 | SCSI-@@ -7755,7 +7754,7 @@
+@@ -7755,7 +7754,7 @@ epson2 | 
(1.0.124)
  umax
  
(1.0-41)
  
@@ -5951,7 +5951,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 610 | USB-@@ -7765,7 +7764,7 @@
+@@ -7765,7 +7764,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5960,7 +5960,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 610 | USB-@@ -7776,7 +7775,7 @@
+@@ -7776,7 +7775,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5969,7 +5969,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 636 | SCSI-@@ -7787,7 +7786,7 @@
+@@ -7787,7 +7786,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5978,7 +5978,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 636S | SCSI-@@ -7797,7 +7796,7 @@
+@@ -7797,7 +7796,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -5987,7 +5987,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 636S | SCSI-@@ -7808,7 +7807,7 @@
+@@ -7808,7 +7807,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -5996,7 +5996,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 636U | USB-@@ -7818,7 +7817,7 @@
+@@ -7818,7 +7817,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6005,7 +6005,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 636U | USB-@@ -7829,7 +7828,7 @@
+@@ -7829,7 +7828,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6014,7 +6014,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 640 | USB-@@ -7840,7 +7839,7 @@
+@@ -7840,7 +7839,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6023,7 +6023,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 640U | USB-@@ -7850,7 +7849,7 @@
+@@ -7850,7 +7849,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6032,7 +6032,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 660 | USB-@@ -7861,7 +7860,7 @@
+@@ -7861,7 +7860,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6041,7 +6041,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1200Photo | USB-@@ -7872,7 +7871,7 @@
+@@ -7872,7 +7871,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6050,7 +6050,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1200S | SCSI-@@ -7882,7 +7881,7 @@
+@@ -7882,7 +7881,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6059,7 +6059,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1200S | SCSI-@@ -7893,7 +7892,7 @@
+@@ -7893,7 +7892,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6068,7 +6068,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1200U | USB-@@ -7903,7 +7902,7 @@
+@@ -7903,7 +7902,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6077,7 +6077,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1200U | USB-@@ -7914,7 +7913,7 @@
+@@ -7914,7 +7913,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6086,7 +6086,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1200U PHOTO | USB-@@ -7924,7 +7923,7 @@
+@@ -7924,7 +7923,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6095,7 +6095,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1240 | SCSI USB-@@ -7935,7 +7934,7 @@
+@@ -7935,7 +7934,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6104,7 +6104,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1240U | USB-@@ -7945,7 +7944,7 @@
+@@ -7945,7 +7944,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6113,7 +6113,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1250 | USB-@@ -7956,7 +7955,7 @@
+@@ -7956,7 +7955,7 @@ epson2 | 
(1.0.124)
  plustek
  
(0.52)
  
@@ -6122,7 +6122,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1250 PHOTO | USB-@@ -7966,7 +7965,7 @@
+@@ -7966,7 +7965,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6131,7 +6131,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1250Photo | USB-@@ -7977,7 +7976,7 @@
+@@ -7977,7 +7976,7 @@ epson2 | 
(1.0.124)
  plustek
  
(0.52)
  
@@ -6140,7 +6140,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1260 | USB-@@ -7988,7 +7987,7 @@
+@@ -7988,7 +7987,7 @@ epson2 | 
(1.0.124)
  plustek
  
(0.52)
  
@@ -6149,7 +6149,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1260 PHOTO | USB-@@ -7998,7 +7997,7 @@
+@@ -7998,7 +7997,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6158,7 +6158,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1260Photo | USB-@@ -8009,7 +8008,7 @@
+@@ -8009,7 +8008,7 @@ epson2 | 
(1.0.124)
  plustek
  
(0.52)
  
@@ -6167,7 +6167,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1270 | USB-@@ -8020,7 +8019,7 @@
+@@ -8020,7 +8019,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6176,7 +6176,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1600 | SCSI-@@ -8030,7 +8029,7 @@
+@@ -8030,7 +8029,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6185,7 +6185,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1640 | SCSI USB-@@ -8041,7 +8040,7 @@
+@@ -8041,7 +8040,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6194,7 +6194,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1640SU | SCSI USB-@@ -8051,7 +8050,7 @@
+@@ -8051,7 +8050,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6203,7 +6203,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1640SU PHOTO | SCSI USB-@@ -8061,7 +8060,7 @@
+@@ -8061,7 +8060,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6212,7 +6212,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1650 | USB-@@ -8071,7 +8070,7 @@
+@@ -8071,7 +8070,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6221,7 +6221,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1650 | USB-@@ -8082,7 +8081,7 @@
+@@ -8082,7 +8081,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6230,7 +6230,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1650 PHOTO | USB-@@ -8092,7 +8091,7 @@
+@@ -8092,7 +8091,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6239,7 +6239,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1660 | USB-@@ -8103,7 +8102,7 @@
+@@ -8103,7 +8102,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6248,7 +6248,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1660 PHOTO | USB-@@ -8113,7 +8112,7 @@
+@@ -8113,7 +8112,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6257,7 +6257,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 1670 | USB-@@ -8124,7 +8123,7 @@
+@@ -8124,7 +8123,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6266,7 +6266,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 1670 PHOTO | USB-@@ -8134,7 +8133,7 @@
+@@ -8134,7 +8133,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6275,7 +6275,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 2400 | USB-@@ -8145,7 +8144,7 @@
+@@ -8145,7 +8144,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6284,7 +6284,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 2400 PHOTO | USB-@@ -8155,7 +8154,7 @@
+@@ -8155,7 +8154,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6293,7 +6293,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 2450 | USB IEEE-1394-@@ -8166,7 +8165,7 @@
+@@ -8166,7 +8165,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6302,7 +6302,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 2450 PHOTO | USB IEEE-1394-@@ -8176,7 +8175,7 @@
+@@ -8176,7 +8175,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6311,7 +6311,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 2480 | USB-@@ -8187,7 +8186,7 @@
+@@ -8187,7 +8186,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6320,7 +6320,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 2480 PHOTO | USB-@@ -8197,7 +8196,7 @@
+@@ -8197,7 +8196,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6329,7 +6329,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 2580 | USB-@@ -8208,7 +8207,7 @@
+@@ -8208,7 +8207,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6338,7 +6338,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 2580 PHOTO | USB-@@ -8218,7 +8217,7 @@
+@@ -8218,7 +8217,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6347,7 +6347,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 3170 PHOTO | USB-@@ -8228,7 +8227,7 @@
+@@ -8228,7 +8227,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6356,7 +6356,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 3200 | USB IEEE-1394-@@ -8239,7 +8238,7 @@
+@@ -8239,7 +8238,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6365,7 +6365,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 3200 PHOTO | USB IEEE-1394-@@ -8249,7 +8248,7 @@
+@@ -8249,7 +8248,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6374,7 +6374,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 3490 | USB-@@ -8260,7 +8259,7 @@
+@@ -8260,7 +8259,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6383,7 +6383,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 3490 PHOTO | USB-@@ -8270,7 +8269,7 @@
+@@ -8270,7 +8269,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6392,7 +6392,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 3590 | USB-@@ -8281,7 +8280,7 @@
+@@ -8281,7 +8280,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6401,7 +6401,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 3590 PHOTO | USB-@@ -8291,7 +8290,7 @@
+@@ -8291,7 +8290,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6410,7 +6410,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 4180 PHOTO | USB-@@ -8301,7 +8300,7 @@
+@@ -8301,7 +8300,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6419,7 +6419,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 4490 PHOTO | USB-@@ -8311,7 +8310,7 @@
+@@ -8311,7 +8310,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6428,7 +6428,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 4870 | USB-@@ -8322,7 +8321,7 @@
+@@ -8322,7 +8321,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6437,7 +6437,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 4870 PHOTO | USB-@@ -8332,7 +8331,7 @@
+@@ -8332,7 +8331,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6446,7 +6446,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 4990 | USB-@@ -8343,7 +8342,7 @@
+@@ -8343,7 +8342,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6455,7 +6455,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Perfection 4990 PHOTO | USB-@@ -8353,7 +8352,7 @@
+@@ -8353,7 +8352,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6464,7 +6464,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection 4990 Pro | USB IEEE1394-@@ -8363,7 +8362,7 @@
+@@ -8363,7 +8362,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6473,7 +6473,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V10 | USB-@@ -8373,7 +8372,7 @@
+@@ -8373,7 +8372,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6482,7 +6482,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V30 | USB-@@ -8383,7 +8382,7 @@
+@@ -8383,7 +8382,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6491,7 +6491,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V100 Photo | USB-@@ -8393,7 +8392,7 @@
+@@ -8393,7 +8392,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6500,7 +6500,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V200 Photo | USB-@@ -8403,7 +8402,7 @@
+@@ -8403,7 +8402,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6509,7 +6509,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V300 Photo | USB-@@ -8413,7 +8412,7 @@
+@@ -8413,7 +8412,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6518,7 +6518,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V350 Photo | USB-@@ -8423,7 +8422,7 @@
+@@ -8423,7 +8422,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6527,7 +6527,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V500 Photo | USB-@@ -8433,7 +8432,7 @@
+@@ -8433,7 +8432,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6536,7 +6536,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V600 Photo | USB-@@ -8443,7 +8442,7 @@
+@@ -8443,7 +8442,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6545,7 +6545,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V700 Photo | USB-@@ -8453,7 +8452,7 @@
+@@ -8453,7 +8452,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6554,7 +6554,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Perfection V750 Photo | USB-@@ -8463,7 +8462,7 @@
+@@ -8463,7 +8462,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6563,7 +6563,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A700 | USB-@@ -8473,7 +8472,7 @@
+@@ -8473,7 +8472,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6572,7 +6572,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A750 | USB-@@ -8483,7 +8482,7 @@
+@@ -8483,7 +8482,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6581,7 +6581,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A820 | USB-@@ -8493,7 +8492,7 @@
+@@ -8493,7 +8492,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6590,7 +6590,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A840 | USB-@@ -8503,7 +8502,7 @@
+@@ -8503,7 +8502,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6599,7 +6599,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A840S | USB-@@ -8513,7 +8512,7 @@
+@@ -8513,7 +8512,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6608,7 +6608,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A850 | USB-@@ -8523,7 +8522,7 @@
+@@ -8523,7 +8522,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6617,7 +6617,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A870 | USB-@@ -8533,7 +8532,7 @@
+@@ -8533,7 +8532,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6626,7 +6626,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A890 | USB-@@ -8543,7 +8542,7 @@
+@@ -8543,7 +8542,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6635,7 +6635,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A900 | USB-@@ -8553,7 +8552,7 @@
+@@ -8553,7 +8552,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6644,7 +6644,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A920 | USB-@@ -8563,7 +8562,7 @@
+@@ -8563,7 +8562,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6653,7 +6653,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A940 | USB-@@ -8573,7 +8572,7 @@
+@@ -8573,7 +8572,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6662,7 +6662,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A950 | USB-@@ -8583,7 +8582,7 @@
+@@ -8583,7 +8582,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6671,7 +6671,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-A970 | USB-@@ -8593,7 +8592,7 @@
+@@ -8593,7 +8592,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6680,7 +6680,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-T960 | USB-@@ -8603,7 +8602,7 @@
+@@ -8603,7 +8602,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6689,7 +6689,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PM-T990 | USB-@@ -8613,7 +8612,7 @@
+@@ -8613,7 +8612,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6698,7 +6698,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-401A | USB-@@ -8623,7 +8622,7 @@
+@@ -8623,7 +8622,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6707,7 +6707,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-402A | USB-@@ -8633,7 +8632,7 @@
+@@ -8633,7 +8632,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6716,7 +6716,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-501A | USB-@@ -8643,7 +8642,7 @@
+@@ -8643,7 +8642,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6725,7 +6725,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-502A | USB-@@ -8653,7 +8652,7 @@
+@@ -8653,7 +8652,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6734,7 +6734,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-601F | USB-@@ -8663,7 +8662,7 @@
+@@ -8663,7 +8662,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6743,7 +6743,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A550 | USB-@@ -8673,7 +8672,7 @@
+@@ -8673,7 +8672,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6752,7 +6752,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A620 | USB-@@ -8683,7 +8682,7 @@
+@@ -8683,7 +8682,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6761,7 +6761,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A640 | USB-@@ -8693,7 +8692,7 @@
+@@ -8693,7 +8692,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6770,7 +6770,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A650 | USB-@@ -8703,7 +8702,7 @@
+@@ -8703,7 +8702,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6779,7 +6779,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A720 | USB-@@ -8713,7 +8712,7 @@
+@@ -8713,7 +8712,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6788,7 +6788,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-A740 | USB-@@ -8723,7 +8722,7 @@
+@@ -8723,7 +8722,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6797,7 +6797,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | PX-FA700 | USB-@@ -8733,7 +8732,7 @@
+@@ -8733,7 +8732,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6806,7 +6806,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | RX-425 | USB-@@ -8744,7 +8743,7 @@
+@@ -8744,7 +8743,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6815,7 +6815,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RX-500 | USB-@@ -8755,7 +8754,7 @@
+@@ -8755,7 +8754,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6824,7 +6824,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RX-600 | USB-@@ -8766,7 +8765,7 @@
+@@ -8766,7 +8765,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6833,7 +6833,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RX-620 | USB-@@ -8777,7 +8776,7 @@
+@@ -8777,7 +8776,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6842,7 +6842,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RX-700 | USB-@@ -8788,7 +8787,7 @@
+@@ -8788,7 +8787,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -6851,7 +6851,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Stylus CX-1500 | USB-@@ -8799,7 +8798,7 @@
+@@ -8799,7 +8798,7 @@ epson2 | 
(1.0.124)
  SnapScan
  
(1.4)
  
@@ -6860,7 +6860,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Stylus CX-5800 | USB-@@ -8820,7 +8819,7 @@
+@@ -8820,7 +8819,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6869,7 +6869,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX2800 | USB-@@ -8830,7 +8829,7 @@
+@@ -8830,7 +8829,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6878,7 +6878,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX2900 | USB-@@ -8840,7 +8839,7 @@
+@@ -8840,7 +8839,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6887,7 +6887,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3100 | USB-@@ -8850,7 +8849,7 @@
+@@ -8850,7 +8849,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6896,7 +6896,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3200 | USB-@@ -8860,7 +8859,7 @@
+@@ -8860,7 +8859,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6905,7 +6905,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3500 | USB-@@ -8870,7 +8869,7 @@
+@@ -8870,7 +8869,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6914,7 +6914,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3600 | USB-@@ -8880,7 +8879,7 @@
+@@ -8880,7 +8879,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6923,7 +6923,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3650 | USB-@@ -8890,7 +8889,7 @@
+@@ -8890,7 +8889,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6932,7 +6932,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3700 | USB-@@ -8900,7 +8899,7 @@
+@@ -8900,7 +8899,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6941,7 +6941,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3800 | USB-@@ -8910,7 +8909,7 @@
+@@ -8910,7 +8909,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6950,7 +6950,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3810 | USB-@@ -8920,7 +8919,7 @@
+@@ -8920,7 +8919,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6959,7 +6959,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX3900 | USB-@@ -8930,7 +8929,7 @@
+@@ -8930,7 +8929,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6968,7 +6968,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4100 | USB-@@ -8940,7 +8939,7 @@
+@@ -8940,7 +8939,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6977,7 +6977,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4200 | USB-@@ -8950,7 +8949,7 @@
+@@ -8950,7 +8949,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6986,7 +6986,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4300 | USB-@@ -8960,7 +8959,7 @@
+@@ -8960,7 +8959,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -6995,7 +6995,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4400 | USB-@@ -8970,7 +8969,7 @@
+@@ -8970,7 +8969,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7004,7 +7004,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4500 | USB-@@ -8980,7 +8979,7 @@
+@@ -8980,7 +8979,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7013,7 +7013,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4600 | USB-@@ -8990,7 +8989,7 @@
+@@ -8990,7 +8989,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7022,7 +7022,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4700 | USB-@@ -9000,7 +8999,7 @@
+@@ -9000,7 +8999,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7031,7 +7031,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4800 | USB-@@ -9010,7 +9009,7 @@
+@@ -9010,7 +9009,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7040,7 +7040,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX4900 | USB-@@ -9020,7 +9019,7 @@
+@@ -9020,7 +9019,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7049,7 +7049,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5000 | USB-@@ -9030,7 +9029,7 @@
+@@ -9030,7 +9029,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7058,7 +7058,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5100 | USB-@@ -9040,7 +9039,7 @@
+@@ -9040,7 +9039,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7067,7 +7067,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5200 | USB-@@ -9050,7 +9049,7 @@
+@@ -9050,7 +9049,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7076,7 +7076,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5300 | USB-@@ -9060,7 +9059,7 @@
+@@ -9060,7 +9059,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7085,7 +7085,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5400 | USB-@@ -9070,7 +9069,7 @@
+@@ -9070,7 +9069,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7094,7 +7094,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5500 | USB-@@ -9080,7 +9079,7 @@
+@@ -9080,7 +9079,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7103,7 +7103,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5600 | USB-@@ -9090,7 +9089,7 @@
+@@ -9090,7 +9089,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7112,7 +7112,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5700F | USB-@@ -9100,7 +9099,7 @@
+@@ -9100,7 +9099,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7121,7 +7121,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5800F | USB-@@ -9110,7 +9109,7 @@
+@@ -9110,7 +9109,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7130,7 +7130,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX5900 | USB-@@ -9120,7 +9119,7 @@
+@@ -9120,7 +9119,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7139,7 +7139,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6000 | USB-@@ -9130,7 +9129,7 @@
+@@ -9130,7 +9129,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7148,7 +7148,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6300 | USB-@@ -9140,7 +9139,7 @@
+@@ -9140,7 +9139,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7157,7 +7157,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6400 | USB-@@ -9150,7 +9149,7 @@
+@@ -9150,7 +9149,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7166,7 +7166,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6500 | USB-@@ -9160,7 +9159,7 @@
+@@ -9160,7 +9159,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7175,7 +7175,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6600 | USB-@@ -9170,7 +9169,7 @@
+@@ -9170,7 +9169,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7184,7 +7184,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX6900F | USB-@@ -9180,7 +9179,7 @@
+@@ -9180,7 +9179,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7193,7 +7193,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX7000F | USB-@@ -9190,7 +9189,7 @@
+@@ -9190,7 +9189,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7202,7 +7202,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX7300 | USB-@@ -9200,7 +9199,7 @@
+@@ -9200,7 +9199,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7211,7 +7211,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX7400 | USB-@@ -9210,7 +9209,7 @@
+@@ -9210,7 +9209,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7220,7 +7220,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX7700 | USB-@@ -9220,7 +9219,7 @@
+@@ -9220,7 +9219,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7229,7 +7229,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX7800 | USB-@@ -9230,7 +9229,7 @@
+@@ -9230,7 +9229,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7238,7 +7238,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX8300 | USB-@@ -9240,7 +9239,7 @@
+@@ -9240,7 +9239,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7247,7 +7247,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX8400 | USB-@@ -9250,7 +9249,7 @@
+@@ -9250,7 +9249,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7256,7 +7256,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX9300F | USB-@@ -9260,7 +9259,7 @@
+@@ -9260,7 +9259,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7265,7 +7265,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus CX9400Fax | USB-@@ -9270,7 +9269,7 @@
+@@ -9270,7 +9269,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7274,7 +7274,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX3800 | USB-@@ -9280,7 +9279,7 @@
+@@ -9280,7 +9279,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7283,7 +7283,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX3850 | USB-@@ -9290,7 +9289,7 @@
+@@ -9290,7 +9289,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7292,7 +7292,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX4000 | USB-@@ -9300,7 +9299,7 @@
+@@ -9300,7 +9299,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7301,7 +7301,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX4200 | USB-@@ -9310,7 +9309,7 @@
+@@ -9310,7 +9309,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7310,7 +7310,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX4400 | USB-@@ -9320,7 +9319,7 @@
+@@ -9320,7 +9319,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7319,7 +7319,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX4450 | USB-@@ -9341,7 +9340,7 @@
+@@ -9341,7 +9340,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7328,7 +7328,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX4850 | USB-@@ -9351,7 +9350,7 @@
+@@ -9351,7 +9350,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7337,7 +7337,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX5000 | USB-@@ -9361,7 +9360,7 @@
+@@ -9361,7 +9360,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7346,7 +7346,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX6000 | USB-@@ -9371,7 +9370,7 @@
+@@ -9371,7 +9370,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7355,7 +7355,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX7000F | USB-@@ -9381,7 +9380,7 @@
+@@ -9381,7 +9380,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7364,7 +7364,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX7400 | USB-@@ -9391,7 +9390,7 @@
+@@ -9391,7 +9390,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7373,7 +7373,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX8400 | USB-@@ -9401,7 +9400,7 @@
+@@ -9401,7 +9400,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7382,7 +7382,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus DX9400F | USB-@@ -9411,7 +9410,7 @@
+@@ -9411,7 +9410,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7391,7 +7391,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX100 | USB-@@ -9421,7 +9420,7 @@
+@@ -9421,7 +9420,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7400,7 +7400,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX110 Series | USB-@@ -9431,7 +9430,7 @@
+@@ -9431,7 +9430,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7409,7 +7409,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX200 | USB-@@ -9441,7 +9440,7 @@
+@@ -9441,7 +9440,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7418,7 +7418,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX210 Series | USB-@@ -9451,7 +9450,7 @@
+@@ -9451,7 +9450,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7427,7 +7427,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX300 | USB-@@ -9461,7 +9460,7 @@
+@@ -9461,7 +9460,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7436,7 +7436,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX400 | USB-@@ -9471,7 +9470,7 @@
+@@ -9471,7 +9470,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7445,7 +7445,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX410 Series | USB-@@ -9481,7 +9480,7 @@
+@@ -9481,7 +9480,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7454,7 +7454,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus NX510 Series | USB-@@ -9491,7 +9490,7 @@
+@@ -9491,7 +9490,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7463,7 +7463,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office BX300F | USB-@@ -9501,7 +9500,7 @@
+@@ -9501,7 +9500,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7472,7 +7472,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office BX310FN Series | USB-@@ -9511,7 +9510,7 @@
+@@ -9511,7 +9510,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7481,7 +7481,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office BX600FW | USB-@@ -9521,7 +9520,7 @@
+@@ -9521,7 +9520,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7490,7 +7490,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office BX610FW Series | USB-@@ -9531,7 +9530,7 @@
+@@ -9531,7 +9530,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7499,7 +7499,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office TX300F | USB-@@ -9541,7 +9540,7 @@
+@@ -9541,7 +9540,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7508,7 +7508,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office TX510FN Series | USB-@@ -9551,7 +9550,7 @@
+@@ -9551,7 +9550,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7517,7 +7517,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office TX600FW | USB-@@ -9561,7 +9560,7 @@
+@@ -9561,7 +9560,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7526,7 +7526,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Office TX610FW Series | USB-@@ -9571,7 +9570,7 @@
+@@ -9571,7 +9570,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7535,7 +7535,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo PX650 Series | USB-@@ -9581,7 +9580,7 @@
+@@ -9581,7 +9580,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7544,7 +7544,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo PX700W | USB Network-@@ -9591,7 +9590,7 @@
+@@ -9591,7 +9590,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7553,7 +7553,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo PX710W Series | USB-@@ -9601,7 +9600,7 @@
+@@ -9601,7 +9600,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7562,7 +7562,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo PX800FW | USB-@@ -9611,7 +9610,7 @@
+@@ -9611,7 +9610,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7571,7 +7571,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo PX810FW Series | USB-@@ -9621,7 +9620,7 @@
+@@ -9621,7 +9620,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7580,7 +7580,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX420 | USB-@@ -9631,7 +9630,7 @@
+@@ -9631,7 +9630,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7589,7 +7589,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX425 | USB-@@ -9641,7 +9640,7 @@
+@@ -9641,7 +9640,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7598,7 +7598,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX430 | USB-@@ -9651,7 +9650,7 @@
+@@ -9651,7 +9650,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7607,7 +7607,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX500 | USB-@@ -9661,7 +9660,7 @@
+@@ -9661,7 +9660,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7616,7 +7616,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX510 | USB-@@ -9671,7 +9670,7 @@
+@@ -9671,7 +9670,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7625,7 +7625,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX520 | USB-@@ -9681,7 +9680,7 @@
+@@ -9681,7 +9680,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7634,7 +7634,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX530 | USB-@@ -9691,7 +9690,7 @@
+@@ -9691,7 +9690,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7643,7 +7643,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX560 | USB-@@ -9701,7 +9700,7 @@
+@@ -9701,7 +9700,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7652,7 +7652,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX580 | USB-@@ -9711,7 +9710,7 @@
+@@ -9711,7 +9710,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7661,7 +7661,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX585 | USB-@@ -9721,7 +9720,7 @@
+@@ -9721,7 +9720,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7670,7 +7670,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX590 | USB-@@ -9731,7 +9730,7 @@
+@@ -9731,7 +9730,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7679,7 +7679,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX595 | USB-@@ -9741,7 +9740,7 @@
+@@ -9741,7 +9740,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7688,7 +7688,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX600 | USB-@@ -9751,7 +9750,7 @@
+@@ -9751,7 +9750,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7697,7 +7697,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX610 | USB-@@ -9761,7 +9760,7 @@
+@@ -9761,7 +9760,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7706,7 +7706,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX620 | USB-@@ -9771,7 +9770,7 @@
+@@ -9771,7 +9770,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7715,7 +7715,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX630 | USB-@@ -9781,7 +9780,7 @@
+@@ -9781,7 +9780,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7724,7 +7724,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX640 | USB-@@ -9791,7 +9790,7 @@
+@@ -9791,7 +9790,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7733,7 +7733,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX650 | USB-@@ -9801,7 +9800,7 @@
+@@ -9801,7 +9800,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7742,7 +7742,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX680 | USB-@@ -9811,7 +9810,7 @@
+@@ -9811,7 +9810,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7751,7 +7751,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX685 | USB-@@ -9821,7 +9820,7 @@
+@@ -9821,7 +9820,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7760,7 +7760,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX690 | USB-@@ -9831,7 +9830,7 @@
+@@ -9831,7 +9830,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7769,7 +7769,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo RX700 | USB-@@ -9841,7 +9840,7 @@
+@@ -9841,7 +9840,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7778,7 +7778,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo TX650 Series | USB-@@ -9851,7 +9850,7 @@
+@@ -9851,7 +9850,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7787,7 +7787,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo TX700W | USB-@@ -9861,7 +9860,7 @@
+@@ -9861,7 +9860,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7796,7 +7796,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo TX710W Series | USB-@@ -9871,7 +9870,7 @@
+@@ -9871,7 +9870,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7805,7 +7805,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Photo TX800FW | USB-@@ -9881,7 +9880,7 @@
+@@ -9881,7 +9880,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7814,7 +7814,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Scan 2000 | USB-@@ -9891,7 +9890,7 @@
+@@ -9891,7 +9890,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7823,7 +7823,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus Scan 2500 | USB-@@ -9901,7 +9900,7 @@
+@@ -9901,7 +9900,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7832,7 +7832,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX100 | USB-@@ -9911,7 +9910,7 @@
+@@ -9911,7 +9910,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7841,7 +7841,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX110 Series | USB-@@ -9921,7 +9920,7 @@
+@@ -9921,7 +9920,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7850,7 +7850,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX125 | USB-@@ -9931,7 +9930,7 @@
+@@ -9931,7 +9930,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7859,7 +7859,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX200 | USB-@@ -9941,7 +9940,7 @@
+@@ -9941,7 +9940,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7868,7 +7868,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX205 | USB-@@ -9951,7 +9950,7 @@
+@@ -9951,7 +9950,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7877,7 +7877,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX210 Series | USB-@@ -9961,7 +9960,7 @@
+@@ -9961,7 +9960,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7886,7 +7886,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX400 | USB-@@ -9971,7 +9970,7 @@
+@@ -9971,7 +9970,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7895,7 +7895,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX405 | USB-@@ -9981,7 +9980,7 @@
+@@ -9981,7 +9980,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7904,7 +7904,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX410 Series | USB-@@ -9991,7 +9990,7 @@
+@@ -9991,7 +9990,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7913,7 +7913,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX510W Series | USB-@@ -10001,7 +10000,7 @@
+@@ -10001,7 +10000,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7922,7 +7922,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX600FW | USB-@@ -10011,7 +10010,7 @@
+@@ -10011,7 +10010,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7931,7 +7931,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus SX610FW Series | USB-@@ -10021,7 +10020,7 @@
+@@ -10021,7 +10020,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7940,7 +7940,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX100 | USB-@@ -10031,7 +10030,7 @@
+@@ -10031,7 +10030,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7949,7 +7949,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX110 Series | USB-@@ -10041,7 +10040,7 @@
+@@ -10041,7 +10040,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7958,7 +7958,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX200 | USB-@@ -10051,7 +10050,7 @@
+@@ -10051,7 +10050,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7967,7 +7967,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX203 | USB-@@ -10061,7 +10060,7 @@
+@@ -10061,7 +10060,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7976,7 +7976,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX209 | USB-@@ -10071,7 +10070,7 @@
+@@ -10071,7 +10070,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7985,7 +7985,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX210 Series | USB-@@ -10081,7 +10080,7 @@
+@@ -10081,7 +10080,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -7994,7 +7994,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX400 | USB-@@ -10091,7 +10090,7 @@
+@@ -10091,7 +10090,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8003,7 +8003,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX410 Series | USB-@@ -10101,7 +10100,7 @@
+@@ -10101,7 +10100,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8012,7 +8012,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | Stylus TX550W Series | USB-@@ -10111,7 +10110,7 @@
+@@ -10111,7 +10110,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8021,7 +8021,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | StylusScan 2000 | USB-@@ -10133,7 +10132,7 @@
+@@ -10133,7 +10132,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -8030,7 +8030,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | V750 | USB IEEE-1394-@@ -10144,7 +10143,7 @@
+@@ -10144,7 +10143,7 @@ epson2 | 
(1.0.124)
  epson
  
(unmaintained)
  
@@ -8039,7 +8039,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | WorkForce 310 Series | USB-@@ -10154,7 +10153,7 @@
+@@ -10154,7 +10153,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8048,7 +8048,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | WorkForce 500 | USB-@@ -10164,7 +10163,7 @@
+@@ -10164,7 +10163,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8057,7 +8057,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | WorkForce 600 | USB-@@ -10174,7 +10173,7 @@
+@@ -10174,7 +10173,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8066,7 +8066,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  | WorkForce 610 Series | USB-@@ -10184,7 +10183,7 @@
+@@ -10184,7 +10183,7 @@ epson2 | 
(1.0.124)
  epson2 @@ -8075,7 +8075,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.124)
 | 
  
  Manufacturer: Escom
-@@ -10209,7 +10208,7 @@
+@@ -10209,7 +10208,7 @@ epson2
(1.0.124)
  umax
  
(1.0-41)
  
@@ -8084,7 +8084,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Escort
-@@ -10234,7 +10233,7 @@
+@@ -10234,7 +10233,7 @@ epson2
(1.0.124)
  umax
  
(1.0-41)
  
@@ -8093,7 +8093,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Fujitsu
-@@ -10261,7 +10260,7 @@
+@@ -10261,7 +10260,7 @@ epson2
(1.0.124)
  gt68xx
  
(1.0-84)
  
@@ -8102,7 +8102,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-60F | USB-@@ -10272,7 +10271,7 @@
+@@ -10272,7 +10271,7 @@ epson2 | 
(1.0.124)
  epjitsu
  
(20)
  
@@ -8111,7 +8111,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4010CU | USB-@@ -10283,7 +10282,7 @@
+@@ -10283,7 +10282,7 @@ epson2 | 
(1.0.124)
  avision
  
(Build: 296)
  
@@ -8120,7 +8120,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4110EOX/2/3 | USB-@@ -10294,7 +10293,7 @@
+@@ -10294,7 +10293,7 @@ epson2 | 
(1.0.124)
  ma1509
  
(1.0-3)
  
@@ -8129,7 +8129,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4120C | SCSI USB-@@ -10305,7 +10304,7 @@
+@@ -10305,7 +10304,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8138,7 +8138,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4120C2 | SCSI USB-@@ -10316,7 +10315,7 @@
+@@ -10316,7 +10315,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8147,7 +8147,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4220C | SCSI USB-@@ -10327,7 +10326,7 @@
+@@ -10327,7 +10326,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8156,7 +8156,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4220C2 | SCSI USB-@@ -10338,7 +10337,7 @@
+@@ -10338,7 +10337,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8165,7 +8165,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4340C | SCSI USB-@@ -10349,7 +10348,7 @@
+@@ -10349,7 +10348,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8174,7 +8174,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4530C | SCSI USB-@@ -10360,7 +10359,7 @@
+@@ -10360,7 +10359,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8183,7 +8183,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4640S | SCSI-@@ -10371,7 +10370,7 @@
+@@ -10371,7 +10370,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8192,7 +8192,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4750C | SCSI-@@ -10382,7 +10381,7 @@
+@@ -10382,7 +10381,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8201,7 +8201,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4750L | SCSI-@@ -10393,7 +10392,7 @@
+@@ -10393,7 +10392,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8210,7 +8210,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4860C | SCSI-@@ -10404,7 +10403,7 @@
+@@ -10404,7 +10403,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8219,7 +8219,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4860C2 | SCSI-@@ -10415,7 +10414,7 @@
+@@ -10415,7 +10414,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8228,7 +8228,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-4990C | SCSI-@@ -10426,7 +10425,7 @@
+@@ -10426,7 +10425,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8237,7 +8237,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5000N | Ethernet-@@ -10437,7 +10436,7 @@
+@@ -10437,7 +10436,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8246,7 +8246,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5015C | USB-@@ -10448,7 +10447,7 @@
+@@ -10448,7 +10447,7 @@ epson2 | 
(1.0.124)
  avision
  
(Build: 296)
  
@@ -8255,7 +8255,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5110C | USB-@@ -10459,7 +10458,7 @@
+@@ -10459,7 +10458,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8264,7 +8264,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5110EOX/2 | USB-@@ -10470,7 +10469,7 @@
+@@ -10470,7 +10469,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8273,7 +8273,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5110EOX3 | USB-@@ -10481,7 +10480,7 @@
+@@ -10481,7 +10480,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8282,7 +8282,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5110EOXM | USB-@@ -10492,7 +10491,7 @@
+@@ -10492,7 +10491,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8291,7 +8291,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5120C | SCSI USB-@@ -10503,7 +10502,7 @@
+@@ -10503,7 +10502,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8300,7 +8300,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5220C | SCSI USB-@@ -10514,7 +10513,7 @@
+@@ -10514,7 +10513,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8309,7 +8309,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5530C | SCSI USB-@@ -10525,7 +10524,7 @@
+@@ -10525,7 +10524,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8318,7 +8318,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5530C2 | SCSI USB-@@ -10536,7 +10535,7 @@
+@@ -10536,7 +10535,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8327,7 +8327,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5650C | SCSI USB-@@ -10547,7 +10546,7 @@
+@@ -10547,7 +10546,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8336,7 +8336,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5750C | SCSI USB-@@ -10558,7 +10557,7 @@
+@@ -10558,7 +10557,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8345,7 +8345,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5900C | SCSI USB-@@ -10569,7 +10568,7 @@
+@@ -10569,7 +10568,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8354,7 +8354,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-5950 | SCSI USB-@@ -10580,7 +10579,7 @@
+@@ -10580,7 +10579,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8363,7 +8363,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6000NS | Ethernet-@@ -10591,7 +10590,7 @@
+@@ -10591,7 +10590,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8372,7 +8372,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6110 | USB-@@ -10602,7 +10601,7 @@
+@@ -10602,7 +10601,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8381,7 +8381,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6130 | USB-@@ -10613,7 +10612,7 @@
+@@ -10613,7 +10612,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8390,7 +8390,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6130Z | USB-@@ -10624,7 +10623,7 @@
+@@ -10624,7 +10623,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8399,7 +8399,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6140 | SCSI USB-@@ -10635,7 +10634,7 @@
+@@ -10635,7 +10634,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8408,7 +8408,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6140Z | SCSI USB-@@ -10646,7 +10645,7 @@
+@@ -10646,7 +10645,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8417,7 +8417,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6230 | USB-@@ -10657,7 +10656,7 @@
+@@ -10657,7 +10656,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8426,7 +8426,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6230Z | USB-@@ -10668,7 +10667,7 @@
+@@ -10668,7 +10667,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8435,7 +8435,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6240 | SCSI USB-@@ -10679,7 +10678,7 @@
+@@ -10679,7 +10678,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8444,7 +8444,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6240Z | SCSI USB-@@ -10690,7 +10689,7 @@
+@@ -10690,7 +10689,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8453,7 +8453,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6670 | SCSI USB-@@ -10701,7 +10700,7 @@
+@@ -10701,7 +10700,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8462,7 +8462,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6670A | SCSI USB-@@ -10712,7 +10711,7 @@
+@@ -10712,7 +10711,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8471,7 +8471,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6750S | USB-@@ -10723,7 +10722,7 @@
+@@ -10723,7 +10722,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8480,7 +8480,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6770 | SCSI USB-@@ -10734,7 +10733,7 @@
+@@ -10734,7 +10733,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8489,7 +8489,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6770A | SCSI USB-@@ -10745,7 +10744,7 @@
+@@ -10745,7 +10744,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8498,7 +8498,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6800 | SCSI USB-@@ -10756,7 +10755,7 @@
+@@ -10756,7 +10755,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8507,7 +8507,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | fi-6800-CGA | SCSI USB-@@ -10767,7 +10766,7 @@
+@@ -10767,7 +10766,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8516,7 +8516,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3091DC | SCSI-@@ -10778,7 +10777,7 @@
+@@ -10778,7 +10777,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8525,7 +8525,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3092DC | SCSI-@@ -10789,7 +10788,7 @@
+@@ -10789,7 +10788,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8534,7 +8534,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3093DE | RS232C/Video-@@ -10800,7 +10799,7 @@
+@@ -10800,7 +10799,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8543,7 +8543,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3093DG | SCSI-@@ -10811,7 +10810,7 @@
+@@ -10811,7 +10810,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8552,7 +8552,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3093E | RS232C/Video-@@ -10822,7 +10821,7 @@
+@@ -10822,7 +10821,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8561,7 +8561,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3093EX | RS232C/Video-@@ -10833,7 +10832,7 @@
+@@ -10833,7 +10832,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8570,7 +8570,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3093GX | SCSI-@@ -10844,7 +10843,7 @@
+@@ -10844,7 +10843,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8579,7 +8579,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3096EX | RS232C/Video-@@ -10855,7 +10854,7 @@
+@@ -10855,7 +10854,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8588,7 +8588,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3096GX | SCSI-@@ -10866,7 +10865,7 @@
+@@ -10866,7 +10865,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8597,7 +8597,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3097DE | RS232C/Video-@@ -10877,7 +10876,7 @@
+@@ -10877,7 +10876,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8606,7 +8606,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3097DG | SCSI-@@ -10888,7 +10887,7 @@
+@@ -10888,7 +10887,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8615,7 +8615,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3097E+ | RS232C/Video-@@ -10899,7 +10898,7 @@
+@@ -10899,7 +10898,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8624,7 +8624,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3097G+ | SCSI-@@ -10910,7 +10909,7 @@
+@@ -10910,7 +10909,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8633,7 +8633,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099A | RS232C/Video-@@ -10921,7 +10920,7 @@
+@@ -10921,7 +10920,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8642,7 +8642,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099EH | RS232C/Video-@@ -10932,7 +10931,7 @@
+@@ -10932,7 +10931,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8651,7 +8651,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099EX | RS232C/Video-@@ -10943,7 +10942,7 @@
+@@ -10943,7 +10942,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8660,7 +8660,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099G | SCSI-@@ -10954,7 +10953,7 @@
+@@ -10954,7 +10953,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8669,7 +8669,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099GH | SCSI-@@ -10965,7 +10964,7 @@
+@@ -10965,7 +10964,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8678,7 +8678,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M3099GX | SCSI-@@ -10976,7 +10975,7 @@
+@@ -10976,7 +10975,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8687,7 +8687,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M4097D | SCSI-@@ -10987,7 +10986,7 @@
+@@ -10987,7 +10986,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8696,7 +8696,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | M4099D | SCSI-@@ -10998,7 +10997,7 @@
+@@ -10998,7 +10997,7 @@ epson2 | 
(1.0.124)
  fujitsu
  
(117)
  
@@ -8705,7 +8705,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner | SCSI-@@ -11009,7 +11008,7 @@
+@@ -11009,7 +11008,7 @@ epson2 | 
(1.0.124)
  avision
  
(Build: 296)
  
@@ -8714,7 +8714,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner 10 | SCSI-@@ -11020,7 +11019,7 @@
+@@ -11020,7 +11019,7 @@ epson2 | 
(1.0.124)
  avision
  
(Build: 296)
  
@@ -8723,7 +8723,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner 10C | SCSI-@@ -11031,7 +11030,7 @@
+@@ -11031,7 +11030,7 @@ epson2 | 
(1.0.124)
  avision
  
(Build: 296)
  
@@ -8732,7 +8732,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner 15C | SCSI-@@ -11041,7 +11040,7 @@
+@@ -11041,7 +11040,7 @@ epson2 | 
(1.0.124)
  sp15c @@ -8741,7 +8741,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | ScanPartner 300C | SCSI-@@ -11052,7 +11051,7 @@
+@@ -11052,7 +11051,7 @@ sp15c | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -8750,7 +8750,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner 600C | SCSI-@@ -11062,7 +11061,7 @@
+@@ -11062,7 +11061,7 @@ sp15c | 
(unmaintained)
  sp15c @@ -8759,7 +8759,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | ScanPartner 620C | SCSI-@@ -11073,7 +11072,7 @@
+@@ -11073,7 +11072,7 @@ sp15c | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -8768,7 +8768,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPartner Jr | SCSI-@@ -11084,7 +11083,7 @@
+@@ -11084,7 +11083,7 @@ sp15c | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -8777,7 +8777,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap fi-6010N | Ethernet-@@ -11095,7 +11094,7 @@
+@@ -11095,7 +11094,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8786,7 +8786,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap iX500 | USB WiFi-@@ -11106,7 +11105,7 @@
+@@ -11106,7 +11105,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8795,7 +8795,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap N1800 | Ethernet-@@ -11117,7 +11116,7 @@
+@@ -11117,7 +11116,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8804,7 +8804,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S300 | USB-@@ -11128,7 +11127,7 @@
+@@ -11128,7 +11127,7 @@ sp15c | 
(unmaintained)
  epjitsu
  
(20)
  
@@ -8813,7 +8813,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S300M | USB-@@ -11139,7 +11138,7 @@
+@@ -11139,7 +11138,7 @@ sp15c | 
(unmaintained)
  epjitsu
  
(20)
  
@@ -8822,7 +8822,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S500 | USB-@@ -11150,7 +11149,7 @@
+@@ -11150,7 +11149,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8831,7 +8831,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S500M | USB-@@ -11161,7 +11160,7 @@
+@@ -11161,7 +11160,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8840,7 +8840,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S510 | USB-@@ -11172,7 +11171,7 @@
+@@ -11172,7 +11171,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8849,7 +8849,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S510M | USB-@@ -11183,7 +11182,7 @@
+@@ -11183,7 +11182,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8858,7 +8858,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S1100 | USB-@@ -11194,7 +11193,7 @@
+@@ -11194,7 +11193,7 @@ sp15c | 
(unmaintained)
  epjitsu
  
(20)
  
@@ -8867,7 +8867,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S1300 | USB-@@ -11205,7 +11204,7 @@
+@@ -11205,7 +11204,7 @@ sp15c | 
(unmaintained)
  epjitsu
  
(20)
  
@@ -8876,7 +8876,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S1500 | USB-@@ -11216,7 +11215,7 @@
+@@ -11216,7 +11215,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8885,7 +8885,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanSnap S1500M | USB-@@ -11227,7 +11226,7 @@
+@@ -11227,7 +11226,7 @@ sp15c | 
(unmaintained)
  fujitsu
  
(117)
  
@@ -8894,7 +8894,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanStation | SCSI-@@ -11238,7 +11237,7 @@
+@@ -11238,7 +11237,7 @@ sp15c | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -8903,7 +8903,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Gallery
-@@ -11263,7 +11262,7 @@
+@@ -11263,7 +11262,7 @@ sp15c
(unmaintained)
  mustek_pp
  
(13)
  
@@ -8912,7 +8912,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Genius
-@@ -11301,7 +11300,7 @@
+@@ -11301,7 +11300,7 @@ sp15c
(unmaintained)
  u12
  
(0.02)
  
@@ -8921,7 +8921,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR6 V2 | USB-@@ -11312,7 +11311,7 @@
+@@ -11312,7 +11311,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8930,7 +8930,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR6 V2 | USB-@@ -11323,7 +11322,7 @@
+@@ -11323,7 +11322,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8939,7 +8939,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR6A | USB-@@ -11334,7 +11333,7 @@
+@@ -11334,7 +11333,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8948,7 +8948,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR6X | USB-@@ -11345,7 +11344,7 @@
+@@ -11345,7 +11344,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8957,7 +8957,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR6X EPP | Parport (SPP, EPP)-@@ -11356,7 +11355,7 @@
+@@ -11356,7 +11355,7 @@ sp15c | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -8966,7 +8966,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage HR6X Slim | USB-@@ -11378,7 +11377,7 @@
+@@ -11378,7 +11377,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8975,7 +8975,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage HR7LE | USB-@@ -11389,7 +11388,7 @@
+@@ -11389,7 +11388,7 @@ sp15c | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -8984,7 +8984,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage HR7X | USB-@@ -11433,7 +11432,7 @@
+@@ -11433,7 +11432,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -8993,7 +8993,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage Slim 1200 | USB-@@ -11444,7 +11443,7 @@
+@@ -11444,7 +11443,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9002,7 +9002,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid 1200 X | USB-@@ -11455,7 +11454,7 @@
+@@ -11455,7 +11454,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9011,7 +9011,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid 1200 XE | USB-@@ -11466,7 +11465,7 @@
+@@ -11466,7 +11465,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9020,7 +9020,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage Vivid III USB | USB-@@ -11477,7 +11476,7 @@
+@@ -11477,7 +11476,7 @@ sp15c | 
(unmaintained)
  u12
  
(0.02)
  
@@ -9029,7 +9029,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid III V2 | Parport (SPP, EPP)-@@ -11488,7 +11487,7 @@
+@@ -11488,7 +11487,7 @@ sp15c | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -9038,7 +9038,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid Pro II Film | Parport (SPP, EPP)-@@ -11499,7 +11498,7 @@
+@@ -11499,7 +11498,7 @@ sp15c | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -9047,7 +9047,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid3 V2 | USB-@@ -11510,7 +11509,7 @@
+@@ -11510,7 +11509,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9056,7 +9056,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid3x | USB-@@ -11521,7 +11520,7 @@
+@@ -11521,7 +11520,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9065,7 +9065,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid3xe | USB-@@ -11532,7 +11531,7 @@
+@@ -11532,7 +11531,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9074,7 +9074,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid4 | USB-@@ -11543,7 +11542,7 @@
+@@ -11543,7 +11542,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9083,7 +9083,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid4x | USB-@@ -11554,7 +11553,7 @@
+@@ -11554,7 +11553,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9092,7 +9092,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorpage Vivid4xe | USB-@@ -11565,7 +11564,7 @@
+@@ -11565,7 +11564,7 @@ sp15c | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9101,7 +9101,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage-EP | Parport-@@ -11576,7 +11575,7 @@
+@@ -11576,7 +11575,7 @@ sp15c | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -9110,7 +9110,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage-HR5 (Pro) | SCSI-@@ -11587,7 +11586,7 @@
+@@ -11587,7 +11586,7 @@ sp15c | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -9119,7 +9119,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage-Life Pro | Parport (EPP/ECP)-@@ -11598,7 +11597,7 @@
+@@ -11598,7 +11597,7 @@ sp15c | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -9128,7 +9128,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ColorPage-Slim 1200 USB2 | USB-@@ -11620,7 +11619,7 @@
+@@ -11620,7 +11619,7 @@ sp15c | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -9137,7 +9137,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FS-1130 Colorpage Scanner | SCSI-@@ -11631,7 +11630,7 @@
+@@ -11631,7 +11630,7 @@ sp15c | 
(unmaintained)
  leo
  
(1.0-10)
  
@@ -9146,7 +9146,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Googlegear
-@@ -11656,7 +11655,7 @@
+@@ -11656,7 +11655,7 @@ sp15c
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -9155,7 +9155,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Guillemot
-@@ -11719,7 +11718,7 @@
+@@ -11719,7 +11718,7 @@ sp15c
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -9164,7 +9164,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Maxi Scan A4 Deluxe (SCSI) | SCSI-@@ -11730,7 +11729,7 @@
+@@ -11730,7 +11729,7 @@ sp15c | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -9173,7 +9173,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Maxi Scan A4 USB 640U | USB-@@ -11741,7 +11740,7 @@
+@@ -11741,7 +11740,7 @@ sp15c | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -9182,7 +9182,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scan@home Touch 1248 (USB) | USB-@@ -11752,7 +11751,7 @@
+@@ -11752,7 +11751,7 @@ sp15c | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -9191,7 +9191,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Hercules
-@@ -11803,7 +11802,7 @@
+@@ -11803,7 +11802,7 @@ sp15c
(unmaintained)
  hpljm1005 @@ -9200,7 +9200,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(0)
 | | LaserJet M1120 MFP | USB-@@ -11813,7 +11812,7 @@
+@@ -11813,7 +11812,7 @@ hpljm1005 | 
(0)
  hpljm1005 @@ -9209,7 +9209,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(0)
 | 
  | LaserJet M1120n MFP | USB-@@ -11823,7 +11822,7 @@
+@@ -11823,7 +11822,7 @@ hpljm1005 | 
(0)
  hpljm1005 @@ -9218,7 +9218,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(0)
 | 
  | Photo Scanner 1000 | USB-@@ -11878,7 +11877,7 @@
+@@ -11878,7 +11877,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9227,7 +9227,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Photosmart S20 (C5101A) | USB-@@ -11911,7 +11910,7 @@
+@@ -11911,7 +11910,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9236,7 +9236,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3p | SCSI-@@ -11922,7 +11921,7 @@
+@@ -11922,7 +11921,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9245,7 +9245,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4c | SCSI-@@ -11933,7 +11932,7 @@
+@@ -11933,7 +11932,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9254,7 +9254,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4p | SCSI-@@ -11944,7 +11943,7 @@
+@@ -11944,7 +11943,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9263,7 +9263,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5p | SCSI-@@ -11955,7 +11954,7 @@
+@@ -11955,7 +11954,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9272,7 +9272,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5s | Parport (EPP)-@@ -11966,7 +11965,7 @@
+@@ -11966,7 +11965,7 @@ hpljm1005 | 
(0)
  hpsj5s
  
(0.03)
  
@@ -9281,7 +9281,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 2100C | USB-@@ -11977,7 +11976,7 @@
+@@ -11977,7 +11976,7 @@ hpljm1005 | 
(0)
  plustek
  
(0.52)
  
@@ -9290,7 +9290,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 2200C | USB-@@ -11988,7 +11987,7 @@
+@@ -11988,7 +11987,7 @@ hpljm1005 | 
(0)
  plustek
  
(0.52)
  
@@ -9299,7 +9299,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 2300C | USB-@@ -11999,7 +11998,7 @@
+@@ -11999,7 +11998,7 @@ hpljm1005 | 
(0)
  genesys
  
(1.0-63)
  
@@ -9308,7 +9308,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 2400C | USB-@@ -12010,7 +12009,7 @@
+@@ -12010,7 +12009,7 @@ hpljm1005 | 
(0)
  genesys
  
(1.0-63)
  
@@ -9317,7 +9317,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanjet 3200C | Parport (EPP/ECP)-@@ -12021,7 +12020,7 @@
+@@ -12021,7 +12020,7 @@ hpljm1005 | 
(0)
  umax_pp
  
(1)
  
@@ -9326,7 +9326,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3300c | USB-@@ -12032,7 +12031,7 @@
+@@ -12032,7 +12031,7 @@ hpljm1005 | 
(0)
  niash
  
(0.3)
  
@@ -9335,7 +9335,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3400c | USB-@@ -12043,7 +12042,7 @@
+@@ -12043,7 +12042,7 @@ hpljm1005 | 
(0)
  niash
  
(0.3)
  
@@ -9344,7 +9344,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3500C | USB-@@ -12054,7 +12053,7 @@
+@@ -12054,7 +12053,7 @@ hpljm1005 | 
(0)
  hp3500
  
(1.1)
  
@@ -9353,7 +9353,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3530C | USB-@@ -12065,7 +12064,7 @@
+@@ -12065,7 +12064,7 @@ hpljm1005 | 
(0)
  hp3500
  
(1.1)
  
@@ -9362,7 +9362,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3570C | USB-@@ -12076,7 +12075,7 @@
+@@ -12076,7 +12075,7 @@ hpljm1005 | 
(0)
  hp3500
  
(1.1)
  
@@ -9371,7 +9371,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3670C | USB-@@ -12087,7 +12086,7 @@
+@@ -12087,7 +12086,7 @@ hpljm1005 | 
(0)
  genesys
  
(1.0-63)
  
@@ -9380,7 +9380,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3690C | USB-@@ -12098,7 +12097,7 @@
+@@ -12098,7 +12097,7 @@ hpljm1005 | 
(0)
  genesys
  
(1.0-63)
  
@@ -9389,7 +9389,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3770 | USB-@@ -12120,7 +12119,7 @@
+@@ -12120,7 +12119,7 @@ hpljm1005 | 
(0)
  hp3900
  
(0.12)
  
@@ -9398,7 +9398,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 3970c | USB-@@ -12131,7 +12130,7 @@
+@@ -12131,7 +12130,7 @@ hpljm1005 | 
(0)
  hp3900
  
(0.12)
  
@@ -9407,7 +9407,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4070 Photosmart | USB-@@ -12142,7 +12141,7 @@
+@@ -12142,7 +12141,7 @@ hpljm1005 | 
(0)
  hp3900
  
(0.12)
  
@@ -9416,7 +9416,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4100C | USB-@@ -12153,7 +12152,7 @@
+@@ -12153,7 +12152,7 @@ hpljm1005 | 
(0)
  hp
  
(1.06)
  
@@ -9425,7 +9425,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4200C | USB-@@ -12164,7 +12163,7 @@
+@@ -12164,7 +12163,7 @@ hpljm1005 | 
(0)
  hp4200
  
(1.0-2)
  
@@ -9434,7 +9434,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4200Cse | USB-@@ -12175,7 +12174,7 @@
+@@ -12175,7 +12174,7 @@ hpljm1005 | 
(0)
  hp4200
  
(1.0-2)
  
@@ -9443,7 +9443,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4200Cxi | USB-@@ -12186,7 +12185,7 @@
+@@ -12186,7 +12185,7 @@ hpljm1005 | 
(0)
  hp4200
  
(1.0-2)
  
@@ -9452,7 +9452,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4300c | USB-@@ -12197,7 +12196,7 @@
+@@ -12197,7 +12196,7 @@ hpljm1005 | 
(0)
  niash
  
(0.3)
  
@@ -9461,7 +9461,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4300c/Silitek | USB-@@ -12208,7 +12207,7 @@
+@@ -12208,7 +12207,7 @@ hpljm1005 | 
(0)
  niash
  
(0.3)
  
@@ -9470,7 +9470,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4370 | USB-@@ -12219,7 +12218,7 @@
+@@ -12219,7 +12218,7 @@ hpljm1005 | 
(0)
  hp3900
  
(0.12)
  
@@ -9479,7 +9479,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | scanjet 4400c | USB-@@ -12230,7 +12229,7 @@
+@@ -12230,7 +12229,7 @@ hpljm1005 | 
(0)
  rts8891
  
(1.0-0)
  
@@ -9488,7 +9488,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | scanjet 4470c | USB-@@ -12241,7 +12240,7 @@
+@@ -12241,7 +12240,7 @@ hpljm1005 | 
(0)
  rts8891
  
(1.0-0)
  
@@ -9497,7 +9497,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4500C | USB-@@ -12251,7 +12250,7 @@
+@@ -12251,7 +12250,7 @@ hpljm1005 | 
(0)
  hp5590 @@ -9506,7 +9506,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 4570C | USB-@@ -12261,7 +12260,7 @@
+@@ -12261,7 +12260,7 @@ hp5590 | 
(1.0.5)
  hp5590 @@ -9515,7 +9515,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 4600 | USB-@@ -12294,7 +12293,7 @@
+@@ -12294,7 +12293,7 @@ hp5590 | 
(1.0.5)
  genesys
  
(1.0-63)
  
@@ -9524,7 +9524,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 4890C | USB-@@ -12316,7 +12315,7 @@
+@@ -12316,7 +12315,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9533,7 +9533,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5200C | Parport USB-@@ -12327,7 +12326,7 @@
+@@ -12327,7 +12326,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9542,7 +9542,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5300C | USB-@@ -12338,7 +12337,7 @@
+@@ -12338,7 +12337,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9551,7 +9551,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5370C | USB-@@ -12349,7 +12348,7 @@
+@@ -12349,7 +12348,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9560,7 +9560,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5400c | USB-@@ -12360,7 +12359,7 @@
+@@ -12360,7 +12359,7 @@ hp5590 | 
(1.0.5)
  hp5400
  
(1.0-2)
  
@@ -9569,7 +9569,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5470c | USB-@@ -12371,7 +12370,7 @@
+@@ -12371,7 +12370,7 @@ hp5590 | 
(1.0.5)
  hp5400
  
(1.0-2)
  
@@ -9578,7 +9578,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5490c | USB-@@ -12382,7 +12381,7 @@
+@@ -12382,7 +12381,7 @@ hp5590 | 
(1.0.5)
  hp5400
  
(1.0-2)
  
@@ -9587,7 +9587,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 5500C | USB-@@ -12392,7 +12391,7 @@
+@@ -12392,7 +12391,7 @@ hp5590 | 
(1.0.5)
  hp5590 @@ -9596,7 +9596,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 5530C Photosmart | USB-@@ -12413,7 +12412,7 @@
+@@ -12413,7 +12412,7 @@ hp5590 | 
(1.0.5)
  hp5590 @@ -9605,7 +9605,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 5590 | USB-@@ -12423,7 +12422,7 @@
+@@ -12423,7 +12422,7 @@ hp5590 | 
(1.0.5)
  hp5590 @@ -9614,7 +9614,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 6100C | SCSI-@@ -12434,7 +12433,7 @@
+@@ -12434,7 +12433,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9623,7 +9623,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 6200C | SCSI USB-@@ -12445,7 +12444,7 @@
+@@ -12445,7 +12444,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9632,7 +9632,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 6250C | SCSI USB-@@ -12456,7 +12455,7 @@
+@@ -12456,7 +12455,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9641,7 +9641,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 6300C | SCSI USB-@@ -12467,7 +12466,7 @@
+@@ -12467,7 +12466,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9650,7 +9650,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 6350C | SCSI USB-@@ -12478,7 +12477,7 @@
+@@ -12478,7 +12477,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9659,7 +9659,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 6390C | SCSI USB-@@ -12489,7 +12488,7 @@
+@@ -12489,7 +12488,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9668,7 +9668,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 7400c | USB-@@ -12500,7 +12499,7 @@
+@@ -12500,7 +12499,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9677,7 +9677,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 7450c | USB-@@ -12511,7 +12510,7 @@
+@@ -12511,7 +12510,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9686,7 +9686,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 7490c | USB-@@ -12522,7 +12521,7 @@
+@@ -12522,7 +12521,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9695,7 +9695,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 7650 | USB-@@ -12532,7 +12531,7 @@
+@@ -12532,7 +12531,7 @@ hp5590 | 
(1.0.5)
  hp5590 @@ -9704,7 +9704,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.5)
 | 
  | ScanJet 8200 | USB-@@ -12543,7 +12542,7 @@
+@@ -12543,7 +12542,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9713,7 +9713,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8250 | USB-@@ -12554,7 +12553,7 @@
+@@ -12554,7 +12553,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9722,7 +9722,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8270 | USB-@@ -12565,7 +12564,7 @@
+@@ -12565,7 +12564,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9731,7 +9731,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8290 | USB-@@ -12576,7 +12575,7 @@
+@@ -12576,7 +12575,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9740,7 +9740,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8300 | USB-@@ -12587,7 +12586,7 @@
+@@ -12587,7 +12586,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9749,7 +9749,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8350 | USB-@@ -12598,7 +12597,7 @@
+@@ -12598,7 +12597,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9758,7 +9758,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet 8390 | USB-@@ -12609,7 +12608,7 @@
+@@ -12609,7 +12608,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9767,7 +9767,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G2410 | USB-@@ -12620,7 +12619,7 @@
+@@ -12620,7 +12619,7 @@ hp5590 | 
(1.0.5)
  genesys
  
(1.0-63)
  
@@ -9776,7 +9776,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G2710 | USB-@@ -12631,7 +12630,7 @@
+@@ -12631,7 +12630,7 @@ hp5590 | 
(1.0.5)
  hp3900
  
(0.12)
  
@@ -9785,7 +9785,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G3010 | USB-@@ -12642,7 +12641,7 @@
+@@ -12642,7 +12641,7 @@ hp5590 | 
(1.0.5)
  hp3900
  
(0.12)
  
@@ -9794,7 +9794,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G3110 | USB-@@ -12653,7 +12652,7 @@
+@@ -12653,7 +12652,7 @@ hp5590 | 
(1.0.5)
  hp3900
  
(0.12)
  
@@ -9803,7 +9803,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G4000 | USB-@@ -12675,7 +12674,7 @@
+@@ -12675,7 +12674,7 @@ hp5590 | 
(1.0.5)
  genesys
  
(1.0-63)
  
@@ -9812,7 +9812,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet G4050 | USB-@@ -12686,7 +12685,7 @@
+@@ -12686,7 +12685,7 @@ hp5590 | 
(1.0.5)
  genesys
  
(1.0-63)
  
@@ -9821,7 +9821,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet IIc | SCSI-@@ -12697,7 +12696,7 @@
+@@ -12697,7 +12696,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9830,7 +9830,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet IIcx | SCSI-@@ -12708,7 +12707,7 @@
+@@ -12708,7 +12707,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9839,7 +9839,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet IIp | SCSI-@@ -12719,7 +12718,7 @@
+@@ -12719,7 +12718,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9848,7 +9848,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet N6310 | USB-@@ -12730,7 +12729,7 @@
+@@ -12730,7 +12729,7 @@ hp5590 | 
(1.0.5)
  genesys
  
(1.0-63)
  
@@ -9857,7 +9857,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanJet Plus | Propietary-@@ -12741,7 +12740,7 @@
+@@ -12741,7 +12740,7 @@ hp5590 | 
(1.0.5)
  hp
  
(1.06)
  
@@ -9866,7 +9866,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: IBM
-@@ -12768,7 +12767,7 @@
+@@ -12768,7 +12767,7 @@ hp5590
(1.0.5)
  ibm
  
(1.0-4)
  
@@ -9875,7 +9875,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ADF Color Scanner | Proprietary-@@ -12880,7 +12879,7 @@
+@@ -12880,7 +12879,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -9884,7 +9884,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Kodak
-@@ -12907,7 +12906,7 @@
+@@ -12907,7 +12906,7 @@ hp5590
(1.0.5)
  kodak
  
(7)
  
@@ -9893,7 +9893,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Color Scanner 4500 | SCSI-@@ -12918,7 +12917,7 @@
+@@ -12918,7 +12917,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -9902,7 +9902,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5 | USB-@@ -12929,7 +12928,7 @@
+@@ -12929,7 +12928,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9911,7 +9911,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 7 | USB-@@ -12940,7 +12939,7 @@
+@@ -12940,7 +12939,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9920,7 +9920,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 9 | USB-@@ -12951,7 +12950,7 @@
+@@ -12951,7 +12950,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9929,7 +9929,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 2150 | USB-@@ -12962,7 +12961,7 @@
+@@ -12962,7 +12961,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9938,7 +9938,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 2170 | USB-@@ -12973,7 +12972,7 @@
+@@ -12973,7 +12972,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9947,7 +9947,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 3200 | USB-@@ -12984,7 +12983,7 @@
+@@ -12984,7 +12983,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9956,7 +9956,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 3300 | USB-@@ -12995,7 +12994,7 @@
+@@ -12995,7 +12994,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9965,7 +9965,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 4100 | USB-@@ -13006,7 +13005,7 @@
+@@ -13006,7 +13005,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9974,7 +9974,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5000 | USB-@@ -13017,7 +13016,7 @@
+@@ -13017,7 +13016,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9983,7 +9983,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5100 | USB-@@ -13028,7 +13027,7 @@
+@@ -13028,7 +13027,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -9992,7 +9992,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5200 | USB Ethernet-@@ -13039,7 +13038,7 @@
+@@ -13039,7 +13038,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10001,7 +10001,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5300 | USB-@@ -13050,7 +13049,7 @@
+@@ -13050,7 +13049,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10010,7 +10010,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 5500 | USB-@@ -13061,7 +13060,7 @@
+@@ -13061,7 +13060,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10019,7 +10019,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 6100 | USB-@@ -13072,7 +13071,7 @@
+@@ -13072,7 +13071,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10028,7 +10028,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 7200 | USB-@@ -13083,7 +13082,7 @@
+@@ -13083,7 +13082,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10037,7 +10037,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP 9200 | USB-@@ -13094,7 +13093,7 @@
+@@ -13094,7 +13093,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10046,7 +10046,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP C110 | USB-@@ -13105,7 +13104,7 @@
+@@ -13105,7 +13104,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10055,7 +10055,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP C115 | USB-@@ -13116,7 +13115,7 @@
+@@ -13116,7 +13115,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10064,7 +10064,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP C310 | USB-@@ -13127,7 +13126,7 @@
+@@ -13127,7 +13126,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10073,7 +10073,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ESP C315 | USB-@@ -13138,7 +13137,7 @@
+@@ -13138,7 +13137,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10082,7 +10082,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Hero 3.1 | USB-@@ -13149,7 +13148,7 @@
+@@ -13149,7 +13148,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10091,7 +10091,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Hero 5.1 | USB-@@ -13160,7 +13159,7 @@
+@@ -13160,7 +13159,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10100,7 +10100,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Hero 7.1 | USB-@@ -13171,7 +13170,7 @@
+@@ -13171,7 +13170,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10109,7 +10109,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Hero 9.1 | USB Ethernet-@@ -13182,7 +13181,7 @@
+@@ -13182,7 +13181,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10118,7 +10118,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Hero Office 6.1 | USB-@@ -13193,7 +13192,7 @@
+@@ -13193,7 +13192,7 @@ hp5590 | 
(1.0.5)
  kodakaio
  
(2.4.6)
  
@@ -10127,7 +10127,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i30 | USB-@@ -13204,7 +13203,7 @@
+@@ -13204,7 +13203,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10136,7 +10136,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i40 | USB-@@ -13215,7 +13214,7 @@
+@@ -13215,7 +13214,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10145,7 +10145,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i50 | USB-@@ -13226,7 +13225,7 @@
+@@ -13226,7 +13225,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10154,7 +10154,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i55 | USB-@@ -13237,7 +13236,7 @@
+@@ -13237,7 +13236,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10163,7 +10163,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i60 | USB-@@ -13248,7 +13247,7 @@
+@@ -13248,7 +13247,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10172,7 +10172,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i65 | USB-@@ -13259,7 +13258,7 @@
+@@ -13259,7 +13258,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10181,7 +10181,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i80 | USB-@@ -13270,7 +13269,7 @@
+@@ -13270,7 +13269,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10190,7 +10190,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i150 Scanner | IEEE-1394-@@ -13281,7 +13280,7 @@
+@@ -13281,7 +13280,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10199,7 +10199,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i160 Scanner | IEEE-1394-@@ -13292,7 +13291,7 @@
+@@ -13292,7 +13291,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10208,7 +10208,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i250 Scanner | IEEE-1394-@@ -13303,7 +13302,7 @@
+@@ -13303,7 +13302,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10217,7 +10217,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i260 Scanner | IEEE-1394-@@ -13314,7 +13313,7 @@
+@@ -13314,7 +13313,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10226,7 +10226,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i280 Scanner | IEEE-1394-@@ -13325,7 +13324,7 @@
+@@ -13325,7 +13324,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10235,7 +10235,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i610 Scanner | IEEE-1394-@@ -13336,7 +13335,7 @@
+@@ -13336,7 +13335,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10244,7 +10244,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i620 Scanner | IEEE-1394-@@ -13347,7 +13346,7 @@
+@@ -13347,7 +13346,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10253,7 +10253,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i640 Scanner | IEEE-1394-@@ -13358,7 +13357,7 @@
+@@ -13358,7 +13357,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10262,7 +10262,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i660 Scanner | IEEE-1394-@@ -13369,7 +13368,7 @@
+@@ -13369,7 +13368,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10271,7 +10271,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i730 Scanner | IEEE-1394-@@ -13380,7 +13379,7 @@
+@@ -13380,7 +13379,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10280,7 +10280,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i750 Scanner | IEEE-1394-@@ -13391,7 +13390,7 @@
+@@ -13391,7 +13390,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10289,7 +10289,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i780 Scanner | IEEE-1394-@@ -13402,7 +13401,7 @@
+@@ -13402,7 +13401,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10298,7 +10298,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i810 Scanner | SCSI-@@ -13413,7 +13412,7 @@
+@@ -13413,7 +13412,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10307,7 +10307,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i820 Scanner | SCSI-@@ -13424,7 +13423,7 @@
+@@ -13424,7 +13423,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10316,7 +10316,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i830 Scanner | SCSI-@@ -13435,7 +13434,7 @@
+@@ -13435,7 +13434,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10325,7 +10325,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i840 Scanner | SCSI-@@ -13446,7 +13445,7 @@
+@@ -13446,7 +13445,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10334,7 +10334,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i1840 Scanner | IEEE-1394-@@ -13457,7 +13456,7 @@
+@@ -13457,7 +13456,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10343,7 +10343,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | i1860 Scanner | IEEE-1394-@@ -13468,7 +13467,7 @@
+@@ -13468,7 +13467,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10352,7 +10352,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | s1740 | SCSI-@@ -13479,7 +13478,7 @@
+@@ -13479,7 +13478,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10361,7 +10361,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 900 | SCSI-@@ -13490,7 +13489,7 @@
+@@ -13490,7 +13489,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10370,7 +10370,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 923 | SCSI-@@ -13501,7 +13500,7 @@
+@@ -13501,7 +13500,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10379,7 +10379,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 1500 | SCSI-@@ -13512,7 +13511,7 @@
+@@ -13512,7 +13511,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10388,7 +10388,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 2500 | SCSI-@@ -13523,7 +13522,7 @@
+@@ -13523,7 +13522,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10397,7 +10397,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 3500 | SCSI-@@ -13534,7 +13533,7 @@
+@@ -13534,7 +13533,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10406,7 +10406,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 3510 | SCSI-@@ -13545,7 +13544,7 @@
+@@ -13545,7 +13544,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10415,7 +10415,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 3520 | SCSI-@@ -13556,7 +13555,7 @@
+@@ -13556,7 +13555,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10424,7 +10424,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 5500 | SCSI-@@ -13567,7 +13566,7 @@
+@@ -13567,7 +13566,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10433,7 +10433,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 7500 | SCSI-@@ -13578,7 +13577,7 @@
+@@ -13578,7 +13577,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10442,7 +10442,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 7520 | SCSI-@@ -13589,7 +13588,7 @@
+@@ -13589,7 +13588,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10451,7 +10451,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 9500 | SCSI-@@ -13600,7 +13599,7 @@
+@@ -13600,7 +13599,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10460,7 +10460,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanner 9520 | SCSI-@@ -13611,7 +13610,7 @@
+@@ -13611,7 +13610,7 @@ hp5590 | 
(1.0.5)
  kodak
  
(7)
  
@@ -10469,7 +10469,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Snapshot Photo Scanner 1 | Parport-@@ -13649,7 +13648,7 @@
+@@ -13649,7 +13648,7 @@ hp5590 | 
(1.0.5)
  sceptre
  
(1.0-10)
  
@@ -10478,7 +10478,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: KONICA MINOLTA
-@@ -13676,7 +13675,7 @@
+@@ -13676,7 +13675,7 @@ hp5590
(1.0.5)
  magicolor
  
(1.0.0)
  
@@ -10487,7 +10487,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DiMage 1611 | USB Network-@@ -13687,7 +13686,7 @@
+@@ -13687,7 +13686,7 @@ hp5590 | 
(1.0.5)
  magicolor
  
(1.0.0)
  
@@ -10496,7 +10496,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DiMAGE Scan Elite 5400 | USB IEEE-1394-@@ -13753,7 +13752,7 @@
+@@ -13753,7 +13752,7 @@ hp5590 | 
(1.0.5)
  magicolor
  
(1.0.0)
  
@@ -10505,7 +10505,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | magicolor 2480MF | USB Network-@@ -13789,7 +13788,7 @@
+@@ -13789,7 +13788,7 @@ hp5590 | 
(1.0.5)
  avision
  
(Build: 296)
  
@@ -10514,7 +10514,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: LEO
-@@ -13814,7 +13813,7 @@
+@@ -13814,7 +13813,7 @@ hp5590
(1.0.5)
  leo
  
(1.0-10)
  
@@ -10523,7 +10523,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Lexmark
-@@ -13863,7 +13862,7 @@
+@@ -13863,7 +13862,7 @@ hp5590
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10532,7 +10532,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X70 | USB-@@ -13874,7 +13873,7 @@
+@@ -13874,7 +13873,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10541,7 +10541,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X73 | USB-@@ -13885,7 +13884,7 @@
+@@ -13885,7 +13884,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10550,7 +10550,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X74 | USB-@@ -13896,7 +13895,7 @@
+@@ -13896,7 +13895,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10559,7 +10559,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X75 | USB-@@ -13940,7 +13939,7 @@
+@@ -13940,7 +13939,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10568,7 +10568,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1130 | USB-@@ -13951,7 +13950,7 @@
+@@ -13951,7 +13950,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10577,7 +10577,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1140 | USB-@@ -13962,7 +13961,7 @@
+@@ -13962,7 +13961,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10586,7 +10586,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1150 | USB-@@ -13973,7 +13972,7 @@
+@@ -13973,7 +13972,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10595,7 +10595,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1170 | USB-@@ -13984,7 +13983,7 @@
+@@ -13984,7 +13983,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10604,7 +10604,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1180 | USB-@@ -13995,7 +13994,7 @@
+@@ -13995,7 +13994,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10613,7 +10613,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1185 | USB-@@ -14006,7 +14005,7 @@
+@@ -14006,7 +14005,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10622,7 +10622,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X1195 | USB-@@ -14017,7 +14016,7 @@
+@@ -14017,7 +14016,7 @@ hp5590 | 
(1.0.5)
  lexmark
  
(1.0-0)
  
@@ -10631,7 +10631,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | X2330 | USB-@@ -14143,7 +14142,7 @@
+@@ -14143,7 +14142,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10640,7 +10640,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Jade | SCSI-@@ -14154,7 +14153,7 @@
+@@ -14154,7 +14153,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10649,7 +10649,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Jade2 | SCSI-@@ -14165,7 +14164,7 @@
+@@ -14165,7 +14164,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10658,7 +10658,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Linoscan 1400 | SCSI-@@ -14176,7 +14175,7 @@
+@@ -14176,7 +14175,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10667,7 +10667,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Opal | SCSI-@@ -14187,7 +14186,7 @@
+@@ -14187,7 +14186,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10676,7 +10676,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Opal Ultra | SCSI-@@ -14198,7 +14197,7 @@
+@@ -14198,7 +14197,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10685,7 +10685,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Opal2 | SCSI-@@ -14209,7 +14208,7 @@
+@@ -14209,7 +14208,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10694,7 +10694,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir | SCSI-@@ -14220,7 +14219,7 @@
+@@ -14220,7 +14219,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10703,7 +10703,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir HiRes | SCSI-@@ -14231,7 +14230,7 @@
+@@ -14231,7 +14230,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10712,7 +10712,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir Ultra | SCSI-@@ -14242,7 +14241,7 @@
+@@ -14242,7 +14241,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10721,7 +10721,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir Ultra II | SCSI-@@ -14253,7 +14252,7 @@
+@@ -14253,7 +14252,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10730,7 +10730,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir2 | SCSI-@@ -14264,7 +14263,7 @@
+@@ -14264,7 +14263,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10739,7 +10739,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Saphir3 | SCSI-@@ -14275,7 +14274,7 @@
+@@ -14275,7 +14274,7 @@ hp5590 | 
(1.0.5)
  umax
  
(1.0-41)
  
@@ -10748,7 +10748,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Logitech
-@@ -14339,7 +14338,7 @@
+@@ -14339,7 +14338,7 @@ hp5590
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10757,7 +10757,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD 4394 | USB-@@ -14350,7 +14349,7 @@
+@@ -14350,7 +14349,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10766,7 +10766,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD 6190 | USB-@@ -14383,7 +14382,7 @@
+@@ -14383,7 +14382,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10775,7 +10775,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD 9806 | Parport (EPP)-@@ -14394,7 +14393,7 @@
+@@ -14394,7 +14393,7 @@ hp5590 | 
(1.0.5)
  mustek_pp
  
(13)
  
@@ -10784,7 +10784,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD 9848 | Parport (EPP)-@@ -14405,7 +14404,7 @@
+@@ -14405,7 +14404,7 @@ hp5590 | 
(1.0.5)
  mustek_pp
  
(13)
  
@@ -10793,7 +10793,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD 40420 | USB-@@ -14504,7 +14503,7 @@
+@@ -14504,7 +14503,7 @@ hp5590 | 
(1.0.5)
  mustek_pp
  
(13)
  
@@ -10802,7 +10802,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD/LT 985x | Parport (EPP)-@@ -14515,7 +14514,7 @@
+@@ -14515,7 +14514,7 @@ hp5590 | 
(1.0.5)
  mustek_pp
  
(13)
  
@@ -10811,7 +10811,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD/LT 9375 | USB-@@ -14526,7 +14525,7 @@
+@@ -14526,7 +14525,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10820,7 +10820,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD/LT 9385 | USB-@@ -14537,7 +14536,7 @@
+@@ -14537,7 +14536,7 @@ hp5590 | 
(1.0.5)
  gt68xx
  
(1.0-84)
  
@@ -10829,7 +10829,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD/LT 9890 | Parport (EPP)-@@ -14548,7 +14547,7 @@
+@@ -14548,7 +14547,7 @@ hp5590 | 
(1.0.5)
  mustek_pp
  
(13)
  
@@ -10838,7 +10838,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD4394 | USB-@@ -14558,7 +14557,7 @@
+@@ -14558,7 +14557,7 @@ hp5590 | 
(1.0.5)
  artec_eplus48u @@ -10847,7 +10847,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | MD5345 | USB-@@ -14569,7 +14568,7 @@
+@@ -14569,7 +14568,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -10856,7 +10856,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD6228 | USB-@@ -14580,7 +14579,7 @@
+@@ -14580,7 +14579,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -10865,7 +10865,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD6471 | USB-@@ -14591,7 +14590,7 @@
+@@ -14591,7 +14590,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -10874,7 +10874,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MD9693 | USB-@@ -14601,7 +14600,7 @@
+@@ -14601,7 +14600,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -10883,7 +10883,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | MD9705 | USB-@@ -14611,7 +14610,7 @@
+@@ -14611,7 +14610,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -10892,7 +10892,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Manufacturer: Memorex
-@@ -14670,7 +14669,7 @@
+@@ -14670,7 +14669,7 @@ artec_eplus48u
(unmaintained)
  artec_eplus48u @@ -10901,7 +10901,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | SCF 9612P | Parport-@@ -14706,7 +14705,7 @@
+@@ -14706,7 +14705,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -10910,7 +10910,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Microstar
-@@ -14732,7 +14731,7 @@
+@@ -14732,7 +14731,7 @@ artec_eplus48u
(unmaintained)
  artec_eplus48u @@ -10919,7 +10919,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  Manufacturer: Microtek
-@@ -14804,7 +14803,7 @@
+@@ -14804,7 +14803,7 @@ artec_eplus48u
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -10928,7 +10928,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | FilmScan 35 | USB-@@ -14826,7 +14825,7 @@
+@@ -14826,7 +14825,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -10937,7 +10937,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Phantom 636 | SCSI-@@ -14837,7 +14836,7 @@
+@@ -14837,7 +14836,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -10946,7 +10946,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Phantom 636CX | Parport-@@ -14848,7 +14847,7 @@
+@@ -14848,7 +14847,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -10955,7 +10955,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 5 | SCSI-@@ -14870,7 +14869,7 @@
+@@ -14870,7 +14869,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -10964,7 +10964,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker 35t+ | SCSI-@@ -14881,7 +14880,7 @@
+@@ -14881,7 +14880,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -10973,7 +10973,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker 45t | SCSI-@@ -14892,7 +14891,7 @@
+@@ -14892,7 +14891,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -10982,7 +10982,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 330 | SCSI-@@ -14903,7 +14902,7 @@
+@@ -14903,7 +14902,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -10991,7 +10991,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 336 CX | SCSI-@@ -14925,7 +14924,7 @@
+@@ -14925,7 +14924,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11000,7 +11000,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker 600Z(S) | SCSI-@@ -14936,7 +14935,7 @@
+@@ -14936,7 +14935,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11009,7 +11009,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 630 | SCSI-@@ -14947,7 +14946,7 @@
+@@ -14947,7 +14946,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11018,7 +11018,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 636 | SCSI-@@ -14958,7 +14957,7 @@
+@@ -14958,7 +14957,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11027,7 +11027,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker 1850S | SCSI-@@ -14980,7 +14979,7 @@
+@@ -14980,7 +14979,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11036,7 +11036,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3600 | USB-@@ -14991,7 +14990,7 @@
+@@ -14991,7 +14990,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11045,7 +11045,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3600 | USB-@@ -15002,7 +15001,7 @@
+@@ -15002,7 +15001,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11054,7 +11054,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3630 | USB-@@ -15024,7 +15023,7 @@
+@@ -15024,7 +15023,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11063,7 +11063,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3700 | USB-@@ -15035,7 +15034,7 @@
+@@ -15035,7 +15034,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11072,7 +11072,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3750 | USB-@@ -15046,7 +15045,7 @@
+@@ -15046,7 +15045,7 @@ artec_eplus48u | 
(unmaintained)
  sm3600
  
(0.1)
  
@@ -11081,7 +11081,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3800 | USB-@@ -15079,7 +15078,7 @@
+@@ -15079,7 +15078,7 @@ artec_eplus48u | 
(unmaintained)
  sm3840
  
(1.1)
  
@@ -11090,7 +11090,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 3860 | USB-@@ -15134,7 +15133,7 @@
+@@ -15134,7 +15133,7 @@ artec_eplus48u | 
(unmaintained)
  sm3840
  
(1.1)
  
@@ -11099,7 +11099,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 4850 | USB-@@ -15266,7 +15265,7 @@
+@@ -15266,7 +15265,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11108,7 +11108,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 6700 | USB IEEE-1394-@@ -15310,7 +15309,7 @@
+@@ -15310,7 +15309,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11117,7 +11117,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker 9800XL | USB SCSI-@@ -15332,7 +15331,7 @@
+@@ -15332,7 +15331,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11126,7 +11126,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker E2 | SCSI-@@ -15343,7 +15342,7 @@
+@@ -15343,7 +15342,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11135,7 +11135,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker E3 | SCSI-@@ -15354,7 +15353,7 @@
+@@ -15354,7 +15353,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11144,7 +11144,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker E3plus | SCSI-@@ -15365,7 +15364,7 @@
+@@ -15365,7 +15364,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11153,7 +11153,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker E3plus | Parport-@@ -15376,7 +15375,7 @@
+@@ -15376,7 +15375,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11162,7 +11162,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker E6 | SCSI-@@ -15387,7 +15386,7 @@
+@@ -15387,7 +15386,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11171,7 +11171,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker i320 | USB-@@ -15409,7 +15408,7 @@
+@@ -15409,7 +15408,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11180,7 +11180,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker IIG | SCSI-@@ -15420,7 +15419,7 @@
+@@ -15420,7 +15419,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11189,7 +11189,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker IIHR | SCSI-@@ -15431,7 +15430,7 @@
+@@ -15431,7 +15430,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11198,7 +11198,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker III | SCSI-@@ -15442,7 +15441,7 @@
+@@ -15442,7 +15441,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11207,7 +11207,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanmaker IISP | SCSI-@@ -15453,7 +15452,7 @@
+@@ -15453,7 +15452,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -11216,7 +11216,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker S400 | USB-@@ -15486,7 +15485,7 @@
+@@ -15486,7 +15485,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11225,7 +11225,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V6USL | USB-@@ -15497,7 +15496,7 @@
+@@ -15497,7 +15496,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11234,7 +11234,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V6USL | USB-@@ -15508,7 +15507,7 @@
+@@ -15508,7 +15507,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11243,7 +11243,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V6USL | SCSI-@@ -15519,7 +15518,7 @@
+@@ -15519,7 +15518,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11252,7 +11252,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V300 | Parport-@@ -15530,7 +15529,7 @@
+@@ -15530,7 +15529,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11261,7 +11261,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V300 | SCSI-@@ -15541,7 +15540,7 @@
+@@ -15541,7 +15540,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11270,7 +11270,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V310 | Parport-@@ -15552,7 +15551,7 @@
+@@ -15552,7 +15551,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11279,7 +11279,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V310 | SCSI-@@ -15563,7 +15562,7 @@
+@@ -15563,7 +15562,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11288,7 +11288,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V600 | Parport-@@ -15574,7 +15573,7 @@
+@@ -15574,7 +15573,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11297,7 +11297,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker V600 | SCSI-@@ -15585,7 +15584,7 @@
+@@ -15585,7 +15584,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11306,7 +11306,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker X6 | SCSI-@@ -15596,7 +15595,7 @@
+@@ -15596,7 +15595,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11315,7 +11315,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker X6EL | SCSI-@@ -15607,7 +15606,7 @@
+@@ -15607,7 +15606,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11324,7 +11324,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker X6USB | USB-@@ -15618,7 +15617,7 @@
+@@ -15618,7 +15617,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11333,7 +11333,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMaker X12USL | SCSI-@@ -15629,7 +15628,7 @@
+@@ -15629,7 +15628,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11342,7 +11342,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanPort 3000 | USB-@@ -15651,7 +15650,7 @@
+@@ -15651,7 +15650,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11351,7 +11351,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SlimScan C6 | USB-@@ -15662,7 +15661,7 @@
+@@ -15662,7 +15661,7 @@ artec_eplus48u | 
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -11360,7 +11360,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Minolta
-@@ -15689,7 +15688,7 @@
+@@ -15689,7 +15688,7 @@ artec_eplus48u
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11369,7 +11369,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Dimage Scan Dual II | USB-@@ -15700,7 +15699,7 @@
+@@ -15700,7 +15699,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11378,7 +11378,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Dimage Scan Dual III | USB-@@ -15711,7 +15710,7 @@
+@@ -15711,7 +15710,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11387,7 +11387,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Dimage Scan Elite 5400 | USB-@@ -15722,7 +15721,7 @@
+@@ -15722,7 +15721,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11396,7 +11396,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Elite II | USB-@@ -15733,7 +15732,7 @@
+@@ -15733,7 +15732,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11405,7 +11405,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scan Multi Pro | SCSI-@@ -15744,7 +15743,7 @@
+@@ -15744,7 +15743,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11414,7 +11414,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Minolta-QMS
-@@ -15769,7 +15768,7 @@
+@@ -15769,7 +15768,7 @@ artec_eplus48u
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11423,7 +11423,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SC-215 | USB-@@ -15780,7 +15779,7 @@
+@@ -15780,7 +15779,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11432,7 +11432,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Mitsubishi
-@@ -15807,7 +15806,7 @@
+@@ -15807,7 +15806,7 @@ artec_eplus48u
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -11441,7 +11441,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Diamondview 650U | USB-@@ -15818,7 +15817,7 @@
+@@ -15818,7 +15817,7 @@ artec_eplus48u | 
(unmaintained)
  SnapScan
  
(1.4)
  
@@ -11450,7 +11450,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | MCA-ADFC | SCSI-@@ -15829,7 +15828,7 @@
+@@ -15829,7 +15828,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11459,7 +11459,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | S600C | SCSI-@@ -15840,7 +15839,7 @@
+@@ -15840,7 +15839,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11468,7 +11468,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | S1200C | SCSI-@@ -15851,7 +15850,7 @@
+@@ -15851,7 +15850,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11477,7 +11477,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SS600 | SCSI-@@ -15862,7 +15861,7 @@
+@@ -15862,7 +15861,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -11486,7 +11486,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Mustek
-@@ -15889,7 +15888,7 @@
+@@ -15889,7 +15888,7 @@ artec_eplus48u
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11495,7 +11495,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 600 III EP Plus | Parport (EPP)-@@ -15900,7 +15899,7 @@
+@@ -15900,7 +15899,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11504,7 +11504,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 1200 III EP | Parport-@@ -15933,7 +15932,7 @@
+@@ -15933,7 +15932,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -11513,7 +11513,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 | USB-@@ -15944,7 +15943,7 @@
+@@ -15944,7 +15943,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -11522,7 +11522,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 CS | USB-@@ -15955,7 +15954,7 @@
+@@ -15955,7 +15954,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11531,7 +11531,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 CU | USB-@@ -15966,7 +15965,7 @@
+@@ -15966,7 +15965,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11540,7 +11540,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 CU Plus | USB-@@ -15977,7 +15976,7 @@
+@@ -15977,7 +15976,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11549,7 +11549,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 CU Plus | USB-@@ -15988,7 +15987,7 @@
+@@ -15988,7 +15987,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11558,7 +11558,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 F | USB-@@ -15999,7 +15998,7 @@
+@@ -15999,7 +15998,7 @@ artec_eplus48u | 
(unmaintained)
  ma1509
  
(1.0-3)
  
@@ -11567,7 +11567,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1200 TA | USB-@@ -16010,7 +16009,7 @@
+@@ -16010,7 +16009,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11576,7 +11576,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 1248 CU | USB-@@ -16021,7 +16020,7 @@
+@@ -16021,7 +16020,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11585,7 +11585,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 | USB-@@ -16032,7 +16031,7 @@
+@@ -16032,7 +16031,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -11594,7 +11594,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 CS | USB-@@ -16043,7 +16042,7 @@
+@@ -16043,7 +16042,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11603,7 +11603,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 CS Plus | USB-@@ -16054,7 +16053,7 @@
+@@ -16054,7 +16053,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11612,7 +11612,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 CU | USB-@@ -16065,7 +16064,7 @@
+@@ -16065,7 +16064,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11621,7 +11621,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 CU Plus | USB-@@ -16076,7 +16075,7 @@
+@@ -16076,7 +16075,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11630,7 +11630,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 TA | USB-@@ -16087,7 +16086,7 @@
+@@ -16087,7 +16086,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11639,7 +11639,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 TA Plus | USB-@@ -16098,7 +16097,7 @@
+@@ -16098,7 +16097,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11648,7 +11648,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2400 TA Pro | USB-@@ -16120,7 +16119,7 @@
+@@ -16120,7 +16119,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11657,7 +11657,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2448 CU Pro | USB-@@ -16142,7 +16141,7 @@
+@@ -16142,7 +16141,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11666,7 +11666,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 2448TA Pro | USB-@@ -16153,7 +16152,7 @@
+@@ -16153,7 +16152,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb2
  
(1.0-10)
  
@@ -11675,7 +11675,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | BearPaw 4800 TA Pro | USB-@@ -16197,7 +16196,7 @@
+@@ -16197,7 +16196,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11684,7 +11684,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 600 II ED | Parport-@@ -16208,7 +16207,7 @@
+@@ -16208,7 +16207,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11693,7 +11693,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 600 II EP | Parport-@@ -16219,7 +16218,7 @@
+@@ -16219,7 +16218,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11702,7 +11702,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 600 II N | Proprietary-@@ -16230,7 +16229,7 @@
+@@ -16230,7 +16229,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11711,7 +11711,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 800 II EP | Parport-@@ -16252,7 +16251,7 @@
+@@ -16252,7 +16251,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11720,7 +11720,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 1200 A3 Pro | SCSI-@@ -16263,7 +16262,7 @@
+@@ -16263,7 +16262,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11729,7 +11729,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 1200 III SP | SCSI-@@ -16274,7 +16273,7 @@
+@@ -16274,7 +16273,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11738,7 +11738,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 1200 LS | SCSI-@@ -16285,7 +16284,7 @@
+@@ -16285,7 +16284,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11747,7 +11747,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon 1200 SP Pro | SCSI-@@ -16296,7 +16295,7 @@
+@@ -16296,7 +16295,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11756,7 +11756,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFC-600S | SCSI-@@ -16307,7 +16306,7 @@
+@@ -16307,7 +16306,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11765,7 +11765,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFC-800S | SCSI-@@ -16318,7 +16317,7 @@
+@@ -16318,7 +16317,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11774,7 +11774,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-1200SP | SCSI-@@ -16329,7 +16328,7 @@
+@@ -16329,7 +16328,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11783,7 +11783,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-6000CX | SCSI-@@ -16340,7 +16339,7 @@
+@@ -16340,7 +16339,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11792,7 +11792,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-6000SP | SCSI-@@ -16351,7 +16350,7 @@
+@@ -16351,7 +16350,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11801,7 +11801,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-8000SP | SCSI-@@ -16362,7 +16361,7 @@
+@@ -16362,7 +16361,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11810,7 +11810,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-12000CX | SCSI-@@ -16373,7 +16372,7 @@
+@@ -16373,7 +16372,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11819,7 +11819,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Paragon MFS-12000SP | SCSI-@@ -16384,7 +16383,7 @@
+@@ -16384,7 +16383,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11828,7 +11828,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Plug-n-Scan 2400 M | USB-@@ -16395,7 +16394,7 @@
+@@ -16395,7 +16394,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11837,7 +11837,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Plug-n-Scan 2400 MT | USB-@@ -16406,7 +16405,7 @@
+@@ -16406,7 +16405,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11846,7 +11846,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 600 CP | Parport (EPP)-@@ -16417,7 +16416,7 @@
+@@ -16417,7 +16416,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11855,7 +11855,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 600 CU | USB-@@ -16428,7 +16427,7 @@
+@@ -16428,7 +16427,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb
  
(1.0-18)
  
@@ -11864,7 +11864,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 600 SEP | Parport (EPP)-@@ -16439,7 +16438,7 @@
+@@ -16439,7 +16438,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11873,7 +11873,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 600 USB | USB-@@ -16461,7 +16460,7 @@
+@@ -16461,7 +16460,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11882,7 +11882,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 CP+ | Parport (EPP)-@@ -16472,7 +16471,7 @@
+@@ -16472,7 +16471,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11891,7 +11891,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 CU | USB-@@ -16483,7 +16482,7 @@
+@@ -16483,7 +16482,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb
  
(1.0-18)
  
@@ -11900,7 +11900,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 CU Plus | USB-@@ -16494,7 +16493,7 @@
+@@ -16494,7 +16493,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb
  
(1.0-18)
  
@@ -11909,7 +11909,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 FS | SCSI-@@ -16505,7 +16504,7 @@
+@@ -16505,7 +16504,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11918,7 +11918,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 UB | USB-@@ -16516,7 +16515,7 @@
+@@ -16516,7 +16515,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb
  
(1.0-18)
  
@@ -11927,7 +11927,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 UB Plus | USB-@@ -16527,7 +16526,7 @@
+@@ -16527,7 +16526,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11936,7 +11936,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 1200 USB | USB-@@ -16560,7 +16559,7 @@
+@@ -16560,7 +16559,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11945,7 +11945,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 2400 USB | USB-@@ -16571,7 +16570,7 @@
+@@ -16571,7 +16570,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -11954,7 +11954,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 6000 P | Parport (EPP)-@@ -16582,7 +16581,7 @@
+@@ -16582,7 +16581,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -11963,7 +11963,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 6000SP | SCSI-@@ -16593,7 +16592,7 @@
+@@ -16593,7 +16592,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11972,7 +11972,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 12000 P | Parport-@@ -16615,7 +16614,7 @@
+@@ -16615,7 +16614,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11981,7 +11981,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress 12000SP Plus | SCSI-@@ -16626,7 +16625,7 @@
+@@ -16626,7 +16625,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11990,7 +11990,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress A3 EP | Parport-@@ -16648,7 +16647,7 @@
+@@ -16648,7 +16647,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -11999,7 +11999,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress A3 USB | USB-@@ -16659,7 +16658,7 @@
+@@ -16659,7 +16658,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12008,7 +12008,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanExpress CardSmart | USB-@@ -16681,7 +16680,7 @@
+@@ -16681,7 +16680,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -12017,7 +12017,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 600 II SP | SCSI-@@ -16692,7 +16691,7 @@
+@@ -16692,7 +16691,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -12026,7 +12026,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 1200 UB Plus | USB-@@ -16703,7 +16702,7 @@
+@@ -16703,7 +16702,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12035,7 +12035,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 4800 P | Parport (EPP)-@@ -16714,7 +16713,7 @@
+@@ -16714,7 +16713,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -12044,7 +12044,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 4830S | SCSI-@@ -16725,7 +16724,7 @@
+@@ -16725,7 +16724,7 @@ artec_eplus48u | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -12053,7 +12053,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 9636P | Parport-@@ -16747,7 +16746,7 @@
+@@ -16747,7 +16746,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -12062,7 +12062,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanMagic 9636S Plus | SCSI-@@ -16758,7 +16757,7 @@
+@@ -16758,7 +16757,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -12071,7 +12071,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | TwainScan II SP | SCSI-@@ -16769,7 +16768,7 @@
+@@ -16769,7 +16768,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -12080,7 +12080,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: NeatReceipts
-@@ -16794,7 +16793,7 @@
+@@ -16794,7 +16793,7 @@ artec_eplus48u
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12089,7 +12089,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scanalizer Professional 2.5 | USB-@@ -16805,7 +16804,7 @@
+@@ -16805,7 +16804,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12098,7 +12098,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: NEC
-@@ -16832,7 +16831,7 @@
+@@ -16832,7 +16831,7 @@ artec_eplus48u
(unmaintained)
  nec
  
(0.12)
  
@@ -12107,7 +12107,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Petiscan | USB-@@ -16868,7 +16867,7 @@
+@@ -16868,7 +16867,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -12116,7 +12116,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Nikon
-@@ -16895,7 +16894,7 @@
+@@ -16895,7 +16894,7 @@ artec_eplus48u
(unmaintained)
  umax
  
(1.0-41)
  
@@ -12125,7 +12125,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AX-210 | SCSI-@@ -16906,7 +16905,7 @@
+@@ -16906,7 +16905,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -12134,7 +12134,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Coolscan III | SCSI-@@ -16916,7 +16915,7 @@
+@@ -16916,7 +16915,7 @@ artec_eplus48u | 
(unmaintained)
  coolscan3 @@ -12143,7 +12143,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | Coolscan V ED | USB-@@ -16926,7 +16925,7 @@
+@@ -16926,7 +16925,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12152,7 +12152,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | Coolscan V ED | USB-@@ -16937,7 +16936,7 @@
+@@ -16937,7 +16936,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12161,7 +12161,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Coolspan IV | USB-@@ -16947,7 +16946,7 @@
+@@ -16947,7 +16946,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12170,7 +12170,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 30 | SCSI-@@ -16957,7 +16956,7 @@
+@@ -16957,7 +16956,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12179,7 +12179,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 30 | SCSI-@@ -16968,7 +16967,7 @@
+@@ -16968,7 +16967,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12188,7 +12188,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS 40 ED | USB-@@ -16978,7 +16977,7 @@
+@@ -16978,7 +16977,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12197,7 +12197,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 40 ED | USB-@@ -16989,7 +16988,7 @@
+@@ -16989,7 +16988,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12206,7 +12206,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS 50 ED | USB-@@ -16999,7 +16998,7 @@
+@@ -16999,7 +16998,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12215,7 +12215,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 50 ED | USB-@@ -17010,7 +17009,7 @@
+@@ -17010,7 +17009,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12224,7 +12224,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS 2000 | SCSI-@@ -17020,7 +17019,7 @@
+@@ -17020,7 +17019,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12233,7 +12233,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 2000 | SCSI-@@ -17031,7 +17030,7 @@
+@@ -17031,7 +17030,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12242,7 +12242,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS 4000 ED | IEEE-1394-@@ -17041,7 +17040,7 @@
+@@ -17041,7 +17040,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12251,7 +12251,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 4000 ED | IEEE-1394-@@ -17052,7 +17051,7 @@
+@@ -17052,7 +17051,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12260,7 +12260,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS 8000 ED | IEEE-1394-@@ -17062,7 +17061,7 @@
+@@ -17062,7 +17061,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12269,7 +12269,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | LS 8000 ED | IEEE-1394-@@ -17073,7 +17072,7 @@
+@@ -17073,7 +17072,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12278,7 +12278,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS-20 | SCSI-@@ -17084,7 +17083,7 @@
+@@ -17084,7 +17083,7 @@ coolscan3 | 
(1.0.0)
  coolscan
  
(0.4.3)
  
@@ -12287,7 +12287,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS-30 | SCSI-@@ -17095,7 +17094,7 @@
+@@ -17095,7 +17094,7 @@ coolscan3 | 
(1.0.0)
  coolscan
  
(0.4.3)
  
@@ -12296,7 +12296,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS-1000 | SCSI-@@ -17106,7 +17105,7 @@
+@@ -17106,7 +17105,7 @@ coolscan3 | 
(1.0.0)
  coolscan
  
(0.4.3)
  
@@ -12305,7 +12305,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS-2000 | SCSI-@@ -17117,7 +17116,7 @@
+@@ -17117,7 +17116,7 @@ coolscan3 | 
(1.0.0)
  coolscan
  
(0.4.3)
  
@@ -12314,7 +12314,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | LS-9000 ED | IEEE-1394-@@ -17138,7 +17137,7 @@
+@@ -17138,7 +17137,7 @@ coolscan3 | 
(1.0.0)
  coolscan3 @@ -12323,7 +12323,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0.0)
 | 
  | Super Coolscan LS-5000 ED | USB-@@ -17149,7 +17148,7 @@
+@@ -17149,7 +17148,7 @@ coolscan3 | 
(1.0.0)
  coolscan2
  
(0.1.8)
  
@@ -12332,7 +12332,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Nortek
-@@ -17174,7 +17173,7 @@
+@@ -17174,7 +17173,7 @@ coolscan3
(1.0.0)
  gt68xx
  
(1.0-84)
  
@@ -12341,7 +12341,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: OKI
-@@ -17199,7 +17198,7 @@
+@@ -17199,7 +17198,7 @@ coolscan3
(1.0.0)
  avision
  
(Build: 296)
  
@@ -12350,7 +12350,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Olivetti
-@@ -17394,7 +17393,7 @@
+@@ -17394,7 +17393,7 @@ coolscan3
(1.0.0)
  gt68xx
  
(1.0-84)
  
@@ -12359,7 +12359,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Diamond 1200 Plus | USB-@@ -17405,7 +17404,7 @@
+@@ -17405,7 +17404,7 @@ coolscan3 | 
(1.0.0)
  gt68xx
  
(1.0-84)
  
@@ -12368,7 +12368,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Diamond 1200 Plus | USB-@@ -17416,7 +17415,7 @@
+@@ -17416,7 +17415,7 @@ coolscan3 | 
(1.0.0)
  gt68xx
  
(1.0-84)
  
@@ -12377,7 +12377,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Diamond 2450 | USB-@@ -17427,7 +17426,7 @@
+@@ -17427,7 +17426,7 @@ coolscan3 | 
(1.0.0)
  gt68xx
  
(1.0-84)
  
@@ -12386,7 +12386,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Panasonic
-@@ -17453,7 +17452,7 @@
+@@ -17453,7 +17452,7 @@ coolscan3
(1.0.0)
  kvs1025 @@ -12395,7 +12395,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | | KV-S1025C | USB-@@ -17463,7 +17462,7 @@
+@@ -17463,7 +17462,7 @@ kvs1025 | 
(unmaintained)
  kvs1025 @@ -12404,7 +12404,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S1045C | USB-@@ -17473,7 +17472,7 @@
+@@ -17473,7 +17472,7 @@ kvs1025 | 
(unmaintained)
  kvs1025 @@ -12413,7 +12413,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S2025C | SCSI-@@ -17484,7 +17483,7 @@
+@@ -17484,7 +17483,7 @@ kvs1025 | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12422,7 +12422,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-S2026C | USB SCSI-@@ -17494,7 +17493,7 @@
+@@ -17494,7 +17493,7 @@ kvs1025 | 
(unmaintained)
  kvs20xx @@ -12431,7 +12431,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S2028C | USB-@@ -17504,7 +17503,7 @@
+@@ -17504,7 +17503,7 @@ kvs20xx | 
(unmaintained)
  kvs20xx @@ -12440,7 +12440,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S2045C | SCSI-@@ -17515,7 +17514,7 @@
+@@ -17515,7 +17514,7 @@ kvs20xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12449,7 +12449,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-S2046C | USB SCSI-@@ -17525,7 +17524,7 @@
+@@ -17525,7 +17524,7 @@ kvs20xx | 
(unmaintained)
  kvs20xx @@ -12458,7 +12458,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S2048C | USB-@@ -17535,7 +17534,7 @@
+@@ -17535,7 +17534,7 @@ kvs20xx | 
(unmaintained)
  kvs20xx @@ -12467,7 +12467,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S2055L | SCSI-@@ -17568,7 +17567,7 @@
+@@ -17568,7 +17567,7 @@ kvs20xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12476,7 +12476,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-S2065W | SCSI-@@ -17633,7 +17632,7 @@
+@@ -17633,7 +17632,7 @@ kvs20xx | 
(unmaintained)
  kvs40xx @@ -12485,7 +12485,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S4085C | USB-@@ -17643,7 +17642,7 @@
+@@ -17643,7 +17642,7 @@ kvs40xx | 
(unmaintained)
  kvs40xx @@ -12494,7 +12494,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-S6040W | SCSI-@@ -17708,7 +17707,7 @@
+@@ -17708,7 +17707,7 @@ kvs40xx | 
(unmaintained)
  kvs40xx @@ -12503,7 +12503,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | KV-SS25 | SCSI-@@ -17719,7 +17718,7 @@
+@@ -17719,7 +17718,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12512,7 +12512,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS25D | SCSI-@@ -17730,7 +17729,7 @@
+@@ -17730,7 +17729,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12521,7 +12521,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS50 | SCSI-@@ -17741,7 +17740,7 @@
+@@ -17741,7 +17740,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12530,7 +12530,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS50EX | SCSI-@@ -17752,7 +17751,7 @@
+@@ -17752,7 +17751,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12539,7 +12539,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS55 | SCSI-@@ -17763,7 +17762,7 @@
+@@ -17763,7 +17762,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12548,7 +12548,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS55EX | SCSI-@@ -17774,7 +17773,7 @@
+@@ -17774,7 +17773,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12557,7 +12557,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS080 | USB-@@ -17785,7 +17784,7 @@
+@@ -17785,7 +17784,7 @@ kvs40xx | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -12566,7 +12566,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS850 | SCSI-@@ -17796,7 +17795,7 @@
+@@ -17796,7 +17795,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12575,7 +12575,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS855 | SCSI-@@ -17807,7 +17806,7 @@
+@@ -17807,7 +17806,7 @@ kvs40xx | 
(unmaintained)
  matsushita
  
(1.0-7)
  
@@ -12584,7 +12584,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | KV-SS905C | SCSI-@@ -17845,7 +17844,7 @@
+@@ -17845,7 +17844,7 @@ kvs40xx | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -12593,7 +12593,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DSmobile 600 | USB-@@ -17856,7 +17855,7 @@
+@@ -17856,7 +17855,7 @@ kvs40xx | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -12602,7 +12602,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DSmobile USB | USB-@@ -17950,7 +17949,7 @@
+@@ -17950,7 +17949,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12611,7 +12611,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce 636S | SCSI-@@ -17961,7 +17960,7 @@
+@@ -17961,7 +17960,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12620,7 +12620,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce 1230S | SCSI-@@ -17972,7 +17971,7 @@
+@@ -17972,7 +17971,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12629,7 +12629,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce 1236S | SCSI-@@ -17983,7 +17982,7 @@
+@@ -17983,7 +17982,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12638,7 +12638,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce II | SCSI-@@ -17994,7 +17993,7 @@
+@@ -17994,7 +17993,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12647,7 +12647,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce II Plus | SCSI-@@ -18005,7 +18004,7 @@
+@@ -18005,7 +18004,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12656,7 +12656,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce III | SCSI-@@ -18016,7 +18015,7 @@
+@@ -18016,7 +18015,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12665,7 +12665,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce III Plus | SCSI-@@ -18027,7 +18026,7 @@
+@@ -18027,7 +18026,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12674,7 +12674,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce Plus | SCSI-@@ -18038,7 +18037,7 @@
+@@ -18038,7 +18037,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12683,7 +12683,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce ScanMedia | SCSI-@@ -18049,7 +18048,7 @@
+@@ -18049,7 +18048,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12692,7 +12692,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce ScanMedia II | SCSI-@@ -18060,7 +18059,7 @@
+@@ -18060,7 +18059,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12701,7 +12701,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ScanAce V | SCSI-@@ -18071,7 +18070,7 @@
+@@ -18071,7 +18070,7 @@ kvs40xx | 
(unmaintained)
  pie
  
(1.0)
  
@@ -12710,7 +12710,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: PIOTECH
-@@ -18098,7 +18097,7 @@
+@@ -18098,7 +18097,7 @@ kvs40xx
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -12719,7 +12719,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: PLANon
-@@ -18174,7 +18173,7 @@
+@@ -18174,7 +18173,7 @@ kvs40xx
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12728,7 +12728,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OptiCard 600+ | USB-@@ -18196,7 +18195,7 @@
+@@ -18196,7 +18195,7 @@ kvs40xx | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -12737,7 +12737,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticFilm 7200 | USB-@@ -18229,7 +18228,7 @@
+@@ -18229,7 +18228,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12746,7 +12746,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 1212U | USB-@@ -18240,7 +18239,7 @@
+@@ -18240,7 +18239,7 @@ kvs40xx | 
(unmaintained)
  u12
  
(0.02)
  
@@ -12755,7 +12755,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 1236P | Parport (SPP, EPP)-@@ -18251,7 +18250,7 @@
+@@ -18251,7 +18250,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12764,7 +12764,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 1248U | USB-@@ -18262,7 +18261,7 @@
+@@ -18262,7 +18261,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12773,7 +12773,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 1248U | USB-@@ -18273,7 +18272,7 @@
+@@ -18273,7 +18272,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12782,7 +12782,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 2400SP | SCSI-@@ -18284,7 +18283,7 @@
+@@ -18284,7 +18283,7 @@ kvs40xx | 
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -12791,7 +12791,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 4800P | Parport (SPP, EPP)-@@ -18295,7 +18294,7 @@
+@@ -18295,7 +18294,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12800,7 +12800,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 4830P | Parport (SPP, EPP)-@@ -18306,7 +18305,7 @@
+@@ -18306,7 +18305,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12809,7 +12809,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 4831P | Parport (SPP, EPP)-@@ -18317,7 +18316,7 @@
+@@ -18317,7 +18316,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12818,7 +12818,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9600P | Parport (SPP, EPP)-@@ -18328,7 +18327,7 @@
+@@ -18328,7 +18327,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12827,7 +12827,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9630P | Parport (SPP, EPP)-@@ -18339,7 +18338,7 @@
+@@ -18339,7 +18338,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12836,7 +12836,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9630PL | Parport (SPP, EPP)-@@ -18350,7 +18349,7 @@
+@@ -18350,7 +18349,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12845,7 +12845,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9636P | Parport (SPP, EPP)-@@ -18361,7 +18360,7 @@
+@@ -18361,7 +18360,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12854,7 +12854,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9636P+/Turbo | Parport (SPP, EPP)-@@ -18372,7 +18371,7 @@
+@@ -18372,7 +18371,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12863,7 +12863,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 9636T | Parport (SPP, EPP)-@@ -18383,7 +18382,7 @@
+@@ -18383,7 +18382,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12872,7 +12872,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 12000P/96000P | Parport (SPP, EPP)-@@ -18394,7 +18393,7 @@
+@@ -18394,7 +18393,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12881,7 +12881,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 12000T | Parport (SPP, EPP)-@@ -18405,7 +18404,7 @@
+@@ -18405,7 +18404,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12890,7 +12890,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro 19200S | SCSI-@@ -18416,7 +18415,7 @@
+@@ -18416,7 +18415,7 @@ kvs40xx | 
(unmaintained)
  artec
  
(unmaintained)
  
@@ -12899,7 +12899,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro A3U | USB-@@ -18438,7 +18437,7 @@
+@@ -18438,7 +18437,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12908,7 +12908,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro P8 | Parport-@@ -18449,7 +18448,7 @@
+@@ -18449,7 +18448,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12917,7 +12917,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro P12 | Parport (SPP, EPP)-@@ -18460,7 +18459,7 @@
+@@ -18460,7 +18459,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12926,7 +12926,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro PT12 | Parport (SPP, EPP)-@@ -18471,7 +18470,7 @@
+@@ -18471,7 +18470,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -12935,7 +12935,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro S6 | USB-@@ -18504,7 +18503,7 @@
+@@ -18504,7 +18503,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12944,7 +12944,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro S24 | USB-@@ -18526,7 +18525,7 @@
+@@ -18526,7 +18525,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12953,7 +12953,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro S28 | USB-@@ -18559,7 +18558,7 @@
+@@ -18559,7 +18558,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12962,7 +12962,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro ST16 | USB-@@ -18647,7 +18646,7 @@
+@@ -18647,7 +18646,7 @@ kvs40xx | 
(unmaintained)
  u12
  
(0.02)
  
@@ -12971,7 +12971,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro U12 | USB-@@ -18658,7 +18657,7 @@
+@@ -18658,7 +18657,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -12980,7 +12980,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro U16B | USB-@@ -18669,7 +18668,7 @@
+@@ -18669,7 +18668,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12989,7 +12989,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro U16B+ | USB-@@ -18680,7 +18679,7 @@
+@@ -18680,7 +18679,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -12998,7 +12998,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro U24 | USB-@@ -18691,7 +18690,7 @@
+@@ -18691,7 +18690,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13007,7 +13007,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro U24 | USB-@@ -18702,7 +18701,7 @@
+@@ -18702,7 +18701,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13016,7 +13016,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UA18 | USB-@@ -18724,7 +18723,7 @@
+@@ -18724,7 +18723,7 @@ kvs40xx | 
(unmaintained)
  u12
  
(0.02)
  
@@ -13025,7 +13025,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UT12 | USB-@@ -18735,7 +18734,7 @@
+@@ -18735,7 +18734,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13034,7 +13034,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UT12 | USB-@@ -18746,7 +18745,7 @@
+@@ -18746,7 +18745,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13043,7 +13043,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UT16 | USB-@@ -18757,7 +18756,7 @@
+@@ -18757,7 +18756,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13052,7 +13052,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UT16B | USB-@@ -18768,7 +18767,7 @@
+@@ -18768,7 +18767,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13061,7 +13061,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticPro UT24 | USB-@@ -18779,7 +18778,7 @@
+@@ -18779,7 +18778,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13070,7 +13070,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticSlim 500 | USB-@@ -18801,7 +18800,7 @@
+@@ -18801,7 +18800,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13079,7 +13079,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticSlim 2400 | USB-@@ -18812,7 +18811,7 @@
+@@ -18812,7 +18811,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13088,7 +13088,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticSlim 2400 plus | USB-@@ -18823,7 +18822,7 @@
+@@ -18823,7 +18822,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13097,7 +13097,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticSlim 2420 | USB-@@ -18856,7 +18855,7 @@
+@@ -18856,7 +18855,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13106,7 +13106,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OpticWorks 2000 | Parport-@@ -19015,7 +19014,7 @@
+@@ -19015,7 +19014,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13115,7 +13115,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Q-Scan USB201 (A6 portable scanner) | USB-@@ -19026,7 +19025,7 @@
+@@ -19026,7 +19025,7 @@ kvs40xx | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -13124,7 +13124,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Primax
-@@ -19086,7 +19085,7 @@
+@@ -19086,7 +19085,7 @@ kvs40xx
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -13133,7 +13133,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Colorado Direct 600 | Parport-@@ -19130,7 +19129,7 @@
+@@ -19130,7 +19129,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -13142,7 +13142,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Compact 4800 Direct-30 | Parport (SPP, EPP)-@@ -19141,7 +19140,7 @@
+@@ -19141,7 +19140,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -13151,7 +13151,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Compact 4800 SCSI | SCSI-@@ -19152,7 +19151,7 @@
+@@ -19152,7 +19151,7 @@ kvs40xx | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -13160,7 +13160,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Compact 9600 Direct-30 | Parport (SPP, EPP)-@@ -19163,7 +19162,7 @@
+@@ -19163,7 +19162,7 @@ kvs40xx | 
(unmaintained)
  plustek_pp
  
(0.43)
  
@@ -13169,7 +13169,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | G2-300 | USB-@@ -19251,7 +19250,7 @@
+@@ -19251,7 +19250,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13178,7 +13178,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | OneTouch 5300 | Parport-@@ -19284,7 +19283,7 @@
+@@ -19284,7 +19283,7 @@ kvs40xx | 
(unmaintained)
  p5
  
(1)
  
@@ -13187,7 +13187,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Primascan Colorado 2600u | USB-@@ -19306,7 +19305,7 @@
+@@ -19306,7 +19305,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13196,7 +13196,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Profi 19200 | SCSI-@@ -19317,7 +19316,7 @@
+@@ -19317,7 +19316,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13205,7 +13205,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ReadyScan 636i | USB-@@ -19489,7 +19488,7 @@
+@@ -19489,7 +19488,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13214,7 +13214,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | APOLLO Express 6 | SCSI-@@ -19500,7 +19499,7 @@
+@@ -19500,7 +19499,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13223,7 +13223,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC 2400 | SCSI-@@ -19511,7 +19510,7 @@
+@@ -19511,7 +19510,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13232,7 +13232,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC 2412 | SCSI-@@ -19522,7 +19521,7 @@
+@@ -19522,7 +19521,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13241,7 +13241,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC 4800 | SCSI-@@ -19533,7 +19532,7 @@
+@@ -19533,7 +19532,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13250,7 +13250,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC 4816 | SCSI-@@ -19544,7 +19543,7 @@
+@@ -19544,7 +19543,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13259,7 +13259,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC II E3 | Parport-@@ -19566,7 +19565,7 @@
+@@ -19566,7 +19565,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13268,7 +13268,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AVEC Super 3 | SCSI-@@ -19577,7 +19576,7 @@
+@@ -19577,7 +19576,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13277,7 +13277,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Eclipse 1200U | USB-@@ -19610,7 +19609,7 @@
+@@ -19610,7 +19609,7 @@ kvs40xx | 
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -13286,7 +13286,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 2400 | SCSI-@@ -19621,7 +19620,7 @@
+@@ -19621,7 +19620,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13295,7 +13295,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 2412 | SCSI-@@ -19632,7 +19631,7 @@
+@@ -19632,7 +19631,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13304,7 +13304,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 4816 | SCSI-@@ -19643,7 +19642,7 @@
+@@ -19643,7 +19642,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13313,7 +13313,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 4830 | SCSI-@@ -19654,7 +19653,7 @@
+@@ -19654,7 +19653,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13322,7 +13322,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 9600 | SCSI-@@ -19665,7 +19664,7 @@
+@@ -19665,7 +19664,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13331,7 +13331,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 9612 | SCSI-@@ -19676,7 +19675,7 @@
+@@ -19676,7 +19675,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13340,7 +13340,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 9624 | SCSI-@@ -19687,7 +19686,7 @@
+@@ -19687,7 +19686,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13349,7 +13349,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI 9630 | SCSI-@@ -19698,7 +19697,7 @@
+@@ -19698,7 +19697,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13358,7 +13358,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI DS6 | SCSI-@@ -19709,7 +19708,7 @@
+@@ -19709,7 +19708,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13367,7 +13367,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RELI DS15 | SCSI-@@ -19720,7 +19719,7 @@
+@@ -19720,7 +19719,7 @@ kvs40xx | 
(unmaintained)
  teco1
  
(1.0-10)
  
@@ -13376,7 +13376,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCORPIO Pro | SCSI-@@ -19731,7 +19730,7 @@
+@@ -19731,7 +19730,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13385,7 +13385,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCORPIO Pro-S | SCSI-@@ -19742,7 +19741,7 @@
+@@ -19742,7 +19741,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13394,7 +13394,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCORPIO Super 3 | SCSI-@@ -19753,7 +19752,7 @@
+@@ -19753,7 +19752,7 @@ kvs40xx | 
(unmaintained)
  teco2
  
(1.0-9)
  
@@ -13403,7 +13403,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Scorpio Ultra 3 | USB-@@ -19789,7 +19788,7 @@
+@@ -19789,7 +19788,7 @@ kvs40xx | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -13412,7 +13412,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | RevScan Orange R48Ti | USB-@@ -19800,7 +19799,7 @@
+@@ -19800,7 +19799,7 @@ kvs40xx | 
(unmaintained)
  u12
  
(0.02)
  
@@ -13421,7 +13421,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Ricoh
-@@ -19827,7 +19826,7 @@
+@@ -19827,7 +19826,7 @@ kvs40xx
(unmaintained)
  ibm
  
(1.0-4)
  
@@ -13430,7 +13430,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IS-410 | SCSI-@@ -19838,7 +19837,7 @@
+@@ -19838,7 +19837,7 @@ kvs40xx | 
(unmaintained)
  hs2p
  
(1.00)
  
@@ -13439,7 +13439,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IS-420 | SCSI-@@ -19849,7 +19848,7 @@
+@@ -19849,7 +19848,7 @@ kvs40xx | 
(unmaintained)
  ibm
  
(1.0-4)
  
@@ -13448,7 +13448,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IS-430 | SCSI-@@ -19860,7 +19859,7 @@
+@@ -19860,7 +19859,7 @@ kvs40xx | 
(unmaintained)
  ibm
  
(1.0-4)
  
@@ -13457,7 +13457,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IS-430 | SCSI-@@ -19871,7 +19870,7 @@
+@@ -19871,7 +19870,7 @@ kvs40xx | 
(unmaintained)
  hs2p
  
(1.00)
  
@@ -13466,7 +13466,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | IS450 | SCSI-@@ -19882,7 +19881,7 @@
+@@ -19882,7 +19881,7 @@ kvs40xx | 
(unmaintained)
  hs2p
  
(1.00)
  
@@ -13475,7 +13475,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Ricoh IS50 | SCSI-@@ -19892,7 +19891,7 @@
+@@ -19892,7 +19891,7 @@ kvs40xx | 
(unmaintained)
  ricoh @@ -13484,7 +13484,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Ricoh IS60 | SCSI-@@ -19902,7 +19901,7 @@
+@@ -19902,7 +19901,7 @@ ricoh | 
(unmaintained)
  ricoh @@ -13493,7 +13493,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Manufacturer: Samsung
-@@ -19928,7 +19927,7 @@
+@@ -19928,7 +19927,7 @@ ricoh
(unmaintained)
  xerox_mfp @@ -13502,7 +13502,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | | CLX-2160 | USB-@@ -19938,7 +19937,7 @@
+@@ -19938,7 +19937,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13511,7 +13511,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-3160 | USB-@@ -19948,7 +19947,7 @@
+@@ -19948,7 +19947,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13520,7 +13520,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-3170fn (CLX-3170 Series) | USB-@@ -19958,7 +19957,7 @@
+@@ -19958,7 +19957,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13529,7 +13529,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-3175FW | USB-@@ -19968,7 +19967,7 @@
+@@ -19968,7 +19967,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13538,7 +13538,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-3185 | USB-@@ -19978,7 +19977,7 @@
+@@ -19978,7 +19977,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13547,7 +13547,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-3300 Series | USB-@@ -19988,7 +19987,7 @@
+@@ -19988,7 +19987,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13556,7 +13556,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-4190 | USB-@@ -19998,7 +19997,7 @@
+@@ -19998,7 +19997,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13565,7 +13565,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-6200 | USB-@@ -20008,7 +20007,7 @@
+@@ -20008,7 +20007,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13574,7 +13574,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-6220 | USB-@@ -20018,7 +20017,7 @@
+@@ -20018,7 +20017,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13583,7 +13583,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-6240 | USB-@@ -20028,7 +20027,7 @@
+@@ -20028,7 +20027,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13592,7 +13592,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-6250 | USB-@@ -20038,7 +20037,7 @@
+@@ -20038,7 +20037,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13601,7 +13601,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-6260 | USB-@@ -20048,7 +20047,7 @@
+@@ -20048,7 +20047,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13610,7 +13610,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-8380 | USB-@@ -20058,7 +20057,7 @@
+@@ -20058,7 +20057,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13619,7 +13619,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-8385 | USB-@@ -20068,7 +20067,7 @@
+@@ -20068,7 +20067,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13628,7 +13628,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-8385X | USB-@@ -20078,7 +20077,7 @@
+@@ -20078,7 +20077,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13637,7 +13637,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | CLX-8540 | USB-@@ -20088,7 +20087,7 @@
+@@ -20088,7 +20087,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13646,7 +13646,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | M267x 287x Series | USB-@@ -20098,7 +20097,7 @@
+@@ -20098,7 +20097,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13655,7 +13655,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | M337x 387x 407x Series | USB-@@ -20108,7 +20107,7 @@
+@@ -20108,7 +20107,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13664,7 +13664,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | MFP-65x | USB-@@ -20118,7 +20117,7 @@
+@@ -20118,7 +20117,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13673,7 +13673,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | MFP-560 | USB-@@ -20128,7 +20127,7 @@
+@@ -20128,7 +20127,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13682,7 +13682,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | MFP-750 | USB-@@ -20138,7 +20137,7 @@
+@@ -20138,7 +20137,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13691,7 +13691,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4x16 | USB-@@ -20148,7 +20147,7 @@
+@@ -20148,7 +20147,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13700,7 +13700,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4x20 | USB-@@ -20158,7 +20157,7 @@
+@@ -20158,7 +20157,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13709,7 +13709,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4x21 | USB-@@ -20168,7 +20167,7 @@
+@@ -20168,7 +20167,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13718,7 +13718,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4x26 | USB-@@ -20178,7 +20177,7 @@
+@@ -20178,7 +20177,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13727,7 +13727,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-5x30 | USB-@@ -20188,7 +20187,7 @@
+@@ -20188,7 +20187,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13736,7 +13736,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6x20 | USB-@@ -20198,7 +20197,7 @@
+@@ -20198,7 +20197,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13745,7 +13745,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6x22 | USB-@@ -20208,7 +20207,7 @@
+@@ -20208,7 +20207,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13754,7 +13754,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6x45 | USB-@@ -20218,7 +20217,7 @@
+@@ -20218,7 +20217,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13763,7 +13763,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6x55 | USB-@@ -20228,7 +20227,7 @@
+@@ -20228,7 +20227,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13772,7 +13772,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6x55X | USB-@@ -20238,7 +20237,7 @@
+@@ -20238,7 +20237,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13781,7 +13781,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-470x | USB-@@ -20248,7 +20247,7 @@
+@@ -20248,7 +20247,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13790,7 +13790,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-681x | USB-@@ -20258,7 +20257,7 @@
+@@ -20258,7 +20257,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13799,7 +13799,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-3205W (SCX-3200 Series) | USB Ethernet-@@ -20268,7 +20267,7 @@
+@@ -20268,7 +20267,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13808,7 +13808,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-3400 | USB-@@ -20278,7 +20277,7 @@
+@@ -20278,7 +20277,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13817,7 +13817,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-3405W | Ethernet-@@ -20288,7 +20287,7 @@
+@@ -20288,7 +20287,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13826,7 +13826,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4100 | USB-@@ -20298,7 +20297,7 @@
+@@ -20298,7 +20297,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13835,7 +13835,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4200 | USB-@@ -20308,7 +20307,7 @@
+@@ -20308,7 +20307,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13844,7 +13844,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4300 | USB-@@ -20318,7 +20317,7 @@
+@@ -20318,7 +20317,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13853,7 +13853,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4500 | USB-@@ -20328,7 +20327,7 @@
+@@ -20328,7 +20327,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13862,7 +13862,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4500W | USB Ethernet-@@ -20338,7 +20337,7 @@
+@@ -20338,7 +20337,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13871,7 +13871,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4600 | USB-@@ -20348,7 +20347,7 @@
+@@ -20348,7 +20347,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13880,7 +13880,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4623 | USB-@@ -20358,7 +20357,7 @@
+@@ -20358,7 +20357,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13889,7 +13889,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4623FW | USB-@@ -20368,7 +20367,7 @@
+@@ -20368,7 +20367,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13898,7 +13898,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4650 4x21S Series | USB-@@ -20378,7 +20377,7 @@
+@@ -20378,7 +20377,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13907,7 +13907,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4725FN | USB-@@ -20399,7 +20398,7 @@
+@@ -20399,7 +20398,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13916,7 +13916,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4824 (SCX-4x24 Series) | USB-@@ -20409,7 +20408,7 @@
+@@ -20409,7 +20408,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13925,7 +13925,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4825FN (SCX-4x25 Series) | USB-@@ -20419,7 +20418,7 @@
+@@ -20419,7 +20418,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13934,7 +13934,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4828FN (SCX-4x28 Series) | USB-@@ -20429,7 +20428,7 @@
+@@ -20429,7 +20428,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13943,7 +13943,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4833FD | USB-@@ -20439,7 +20438,7 @@
+@@ -20439,7 +20438,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13952,7 +13952,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-4835FD | Ethernet-@@ -20449,7 +20448,7 @@
+@@ -20449,7 +20448,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13961,7 +13961,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-5635 | USB-@@ -20459,7 +20458,7 @@
+@@ -20459,7 +20458,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13970,7 +13970,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-5835_5935 | USB-@@ -20469,7 +20468,7 @@
+@@ -20469,7 +20468,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13979,7 +13979,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-5835_5935X | USB-@@ -20479,7 +20478,7 @@
+@@ -20479,7 +20478,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13988,7 +13988,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6545 | USB-@@ -20489,7 +20488,7 @@
+@@ -20489,7 +20488,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -13997,7 +13997,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX-6545X | USB-@@ -20499,7 +20498,7 @@
+@@ -20499,7 +20498,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -14006,7 +14006,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX4725 | USB-@@ -20509,7 +20508,7 @@
+@@ -20509,7 +20508,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -14015,7 +14015,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SCX4725-FN | USB-@@ -20519,7 +20518,7 @@
+@@ -20519,7 +20518,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -14024,7 +14024,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | SF-760 | USB-@@ -20529,7 +20528,7 @@
+@@ -20529,7 +20528,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -14033,7 +14033,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  
  Manufacturer: Scanport
-@@ -20556,7 +20555,7 @@
+@@ -20556,7 +20555,7 @@ xerox_mfp
(1.0-13)
  microtek2
  
(unmaintained)
  
@@ -14042,7 +14042,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SQ2030 | Parport-@@ -20567,7 +20566,7 @@
+@@ -20567,7 +20566,7 @@ xerox_mfp | 
(1.0-13)
  microtek2
  
(unmaintained)
  
@@ -14051,7 +14051,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SQ4836 | SCSI-@@ -20578,7 +20577,7 @@
+@@ -20578,7 +20577,7 @@ xerox_mfp | 
(1.0-13)
  microtek2
  
(unmaintained)
  
@@ -14060,7 +14060,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Scanshell
-@@ -20630,7 +20629,7 @@
+@@ -20630,7 +20629,7 @@ xerox_mfp
(1.0-13)
  sceptre
  
(1.0-10)
  
@@ -14069,7 +14069,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Sharp
-@@ -20657,7 +20656,7 @@
+@@ -20657,7 +20656,7 @@ xerox_mfp
(1.0-13)
  sharp
  
(0.32)
  
@@ -14078,7 +14078,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JX-320 | SCSI-@@ -20668,7 +20667,7 @@
+@@ -20668,7 +20667,7 @@ xerox_mfp | 
(1.0-13)
  sharp
  
(0.32)
  
@@ -14087,7 +14087,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JX-325 | SCSI-@@ -20679,7 +20678,7 @@
+@@ -20679,7 +20678,7 @@ xerox_mfp | 
(1.0-13)
  sharp
  
(0.32)
  
@@ -14096,7 +14096,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JX-330 | SCSI-@@ -20690,7 +20689,7 @@
+@@ -20690,7 +20689,7 @@ xerox_mfp | 
(1.0-13)
  sharp
  
(0.32)
  
@@ -14105,7 +14105,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JX-350 | SCSI-@@ -20701,7 +20700,7 @@
+@@ -20701,7 +20700,7 @@ xerox_mfp | 
(1.0-13)
  sharp
  
(0.32)
  
@@ -14114,7 +14114,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | JX-610 | SCSI-@@ -20712,7 +20711,7 @@
+@@ -20712,7 +20711,7 @@ xerox_mfp | 
(1.0-13)
  sharp
  
(0.32)
  
@@ -14123,7 +14123,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Sicos
-@@ -20763,7 +20762,7 @@
+@@ -20763,7 +20762,7 @@ xerox_mfp
(1.0-13)
  s9036 @@ -14132,7 +14132,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Cherry FingerTIP ID Board - Sensor | USB-@@ -20795,7 +20794,7 @@
+@@ -20795,7 +20794,7 @@ s9036 | 
(unmaintained)
  agfafocus @@ -14141,7 +14141,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | ST400 | SCSI-@@ -20806,7 +20805,7 @@
+@@ -20806,7 +20805,7 @@ agfafocus | 
(unmaintained)
  st400
  
(1.6)
  
@@ -14150,7 +14150,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | ST800 | SCSI-@@ -20817,7 +20816,7 @@
+@@ -20817,7 +20816,7 @@ agfafocus | 
(unmaintained)
  st400
  
(1.6)
  
@@ -14159,7 +14159,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: SmartDisk
-@@ -20917,7 +20916,7 @@
+@@ -20917,7 +20916,7 @@ agfafocus
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -14168,7 +14168,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocketPort 485 | USB-@@ -20928,7 +20927,7 @@
+@@ -20928,7 +20927,7 @@ agfafocus | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -14177,7 +14177,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocketPort 665 | USB-@@ -20939,7 +20938,7 @@
+@@ -20939,7 +20938,7 @@ agfafocus | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -14186,7 +14186,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocketPort 685/ Ambir DS685 | USB-@@ -20950,7 +20949,7 @@
+@@ -20950,7 +20949,7 @@ agfafocus | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -14195,7 +14195,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | TravelScan 460/464 | USB-@@ -20961,7 +20960,7 @@
+@@ -20961,7 +20960,7 @@ agfafocus | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14204,7 +14204,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | TravelScan 662 | USB-@@ -20972,7 +20971,7 @@
+@@ -20972,7 +20971,7 @@ agfafocus | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14213,7 +14213,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | TravelScan FS-531 | USB-@@ -21029,7 +21028,7 @@
+@@ -21029,7 +21028,7 @@ agfafocus | 
(unmaintained)
  tamarack @@ -14222,7 +14222,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Artiscan 8000C | SCSI-@@ -21039,7 +21038,7 @@
+@@ -21039,7 +21038,7 @@ tamarack | 
(unmaintained)
  tamarack @@ -14231,7 +14231,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Artiscan 9600 | Parport-@@ -21071,7 +21070,7 @@
+@@ -21071,7 +21070,7 @@ tamarack | 
(unmaintained)
  tamarack @@ -14240,7 +14240,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Manufacturer: Targa
-@@ -21096,7 +21095,7 @@
+@@ -21096,7 +21095,7 @@ tamarack
(unmaintained)
  mustek_pp
  
(13)
  
@@ -14249,7 +14249,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Funline TS12 EP | Parport (EPP)-@@ -21107,7 +21106,7 @@
+@@ -21107,7 +21106,7 @@ tamarack | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -14258,7 +14258,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: TCE
-@@ -21225,7 +21224,7 @@
+@@ -21225,7 +21224,7 @@ tamarack
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14267,7 +14267,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Trust
-@@ -21252,7 +21251,7 @@
+@@ -21252,7 +21251,7 @@ tamarack
(unmaintained)
  artec_eplus48u @@ -14276,7 +14276,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | 240TH Easy Webscan Gold | USB-@@ -21263,7 +21262,7 @@
+@@ -21263,7 +21262,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -14285,7 +14285,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | CombiScan 19200 | Parport USB-@@ -21285,7 +21284,7 @@
+@@ -21285,7 +21284,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_usb
  
(1.0-18)
  
@@ -14294,7 +14294,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Compact Scan USB 19200 | USB-@@ -21296,7 +21295,7 @@
+@@ -21296,7 +21295,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -14303,7 +14303,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Direct WebScan 19200 | USB-@@ -21307,7 +21306,7 @@
+@@ -21307,7 +21306,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -14312,7 +14312,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Easy Connect 9600+ | Parport (EPP)-@@ -21318,7 +21317,7 @@
+@@ -21318,7 +21317,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -14321,7 +14321,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Easy Connect 19200+ | Parport (EPP)-@@ -21329,7 +21328,7 @@
+@@ -21329,7 +21328,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -14330,7 +14330,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Easy Scan 9600 Plus | Parport-@@ -21340,7 +21339,7 @@
+@@ -21340,7 +21339,7 @@ artec_eplus48u | 
(unmaintained)
  as6e
  
(0.5)
  
@@ -14339,7 +14339,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Easy Webscan 19200 | USB-@@ -21350,7 +21349,7 @@
+@@ -21350,7 +21349,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -14348,7 +14348,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | EasyScan 19200 | Parport-@@ -21372,7 +21371,7 @@
+@@ -21372,7 +21371,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -14357,7 +14357,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 1200 | SCSI-@@ -21383,7 +21382,7 @@
+@@ -21383,7 +21382,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -14366,7 +14366,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 1200 SP | SCSI-@@ -21394,7 +21393,7 @@
+@@ -21394,7 +21393,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -14375,7 +14375,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 2400 SP | SCSI-@@ -21405,7 +21404,7 @@
+@@ -21405,7 +21404,7 @@ artec_eplus48u | 
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -14384,7 +14384,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 4800 SP | SCSI-@@ -21416,7 +21415,7 @@
+@@ -21416,7 +21415,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -14393,7 +14393,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 4800 SP+ | SCSI-@@ -21427,7 +21426,7 @@
+@@ -21427,7 +21426,7 @@ artec_eplus48u | 
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -14402,7 +14402,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Imagery 9600 SP | SCSI-@@ -21438,7 +21437,7 @@
+@@ -21438,7 +21437,7 @@ artec_eplus48u | 
(unmaintained)
  teco3
  
(1.0-1)
  
@@ -14411,7 +14411,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Office Scan USB 19200 | USB-@@ -21449,7 +21448,7 @@
+@@ -21449,7 +21448,7 @@ artec_eplus48u | 
(unmaintained)
  niash
  
(0.3)
  
@@ -14420,7 +14420,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCSI Connect 19200 | SCSI-@@ -21460,7 +21459,7 @@
+@@ -21460,7 +21459,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -14429,7 +14429,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCSI excellence series 19200 | SCSI-@@ -21471,7 +21470,7 @@
+@@ -21471,7 +21470,7 @@ artec_eplus48u | 
(unmaintained)
  mustek
  
(1.0-138)
  
@@ -14438,7 +14438,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | SCSI Scan 19200 -Excellence Series- | SCSI-@@ -21509,7 +21508,7 @@
+@@ -21509,7 +21508,7 @@ artec_eplus48u | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -14447,7 +14447,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 600S | SCSI-@@ -21520,7 +21519,7 @@
+@@ -21520,7 +21519,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14456,7 +14456,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 610P | Parport (SPP/ECP)-@@ -21531,7 +21530,7 @@
+@@ -21531,7 +21530,7 @@ artec_eplus48u | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -14465,7 +14465,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 610S | SCSI-@@ -21542,7 +21541,7 @@
+@@ -21542,7 +21541,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14474,7 +14474,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1200S | SCSI-@@ -21553,7 +21552,7 @@
+@@ -21553,7 +21552,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14483,7 +14483,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1220P | Parport (EPP/ECP)-@@ -21564,7 +21563,7 @@
+@@ -21564,7 +21563,7 @@ artec_eplus48u | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -14492,7 +14492,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1220S | SCSI-@@ -21575,7 +21574,7 @@
+@@ -21575,7 +21574,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14501,7 +14501,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1220U | USB-@@ -21586,7 +21585,7 @@
+@@ -21586,7 +21585,7 @@ artec_eplus48u | 
(unmaintained)
  umax1220u
  
(unmaintained)
  
@@ -14510,7 +14510,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1600P | Parport (EPP/ECP)-@@ -21597,7 +21596,7 @@
+@@ -21597,7 +21596,7 @@ artec_eplus48u | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -14519,7 +14519,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 1600U | USB-@@ -21608,7 +21607,7 @@
+@@ -21608,7 +21607,7 @@ artec_eplus48u | 
(unmaintained)
  umax1220u
  
(unmaintained)
  
@@ -14528,7 +14528,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2000P | Parport (EPP/ECP)-@@ -21619,7 +21618,7 @@
+@@ -21619,7 +21618,7 @@ artec_eplus48u | 
(unmaintained)
  umax_pp
  
(1)
  
@@ -14537,7 +14537,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2000U | USB-@@ -21630,7 +21629,7 @@
+@@ -21630,7 +21629,7 @@ artec_eplus48u | 
(unmaintained)
  umax1220u
  
(unmaintained)
  
@@ -14546,7 +14546,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2100S | SCSI-@@ -21641,7 +21640,7 @@
+@@ -21641,7 +21640,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14555,7 +14555,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2100U | USB-@@ -21652,7 +21651,7 @@
+@@ -21652,7 +21651,7 @@ artec_eplus48u | 
(unmaintained)
  umax1220u
  
(unmaintained)
  
@@ -14564,7 +14564,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2200 (SU) | USB-@@ -21663,7 +21662,7 @@
+@@ -21663,7 +21662,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14573,7 +14573,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2200 (SU) | SCSI-@@ -21674,7 +21673,7 @@
+@@ -21674,7 +21673,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14582,7 +14582,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2400S | SCSI-@@ -21685,7 +21684,7 @@
+@@ -21685,7 +21684,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14591,7 +14591,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 2500 | USB-@@ -21762,7 +21761,7 @@
+@@ -21762,7 +21761,7 @@ artec_eplus48u | 
(unmaintained)
  rts8891
  
(1.0-0)
  
@@ -14600,7 +14600,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 4450 | USB-@@ -21773,7 +21772,7 @@
+@@ -21773,7 +21772,7 @@ artec_eplus48u | 
(unmaintained)
  rts8891
  
(1.0-0)
  
@@ -14609,7 +14609,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 4500 | USB-@@ -21817,7 +21816,7 @@
+@@ -21817,7 +21816,7 @@ artec_eplus48u | 
(unmaintained)
  hp3900
  
(0.12)
  
@@ -14618,7 +14618,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 6400 | IEEE-1394-@@ -21828,7 +21827,7 @@
+@@ -21828,7 +21827,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14627,7 +14627,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 6450 | IEEE-1394-@@ -21839,7 +21838,7 @@
+@@ -21839,7 +21838,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14636,7 +14636,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra 6700 | USB-@@ -21861,7 +21860,7 @@
+@@ -21861,7 +21860,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14645,7 +14645,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Astra MX3 | SCSI-@@ -21872,7 +21871,7 @@
+@@ -21872,7 +21871,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14654,7 +14654,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | AstraSlim | USB-@@ -21904,7 +21903,7 @@
+@@ -21904,7 +21903,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -14663,7 +14663,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | AstraSlim 6000 | USB-@@ -21925,7 +21924,7 @@
+@@ -21925,7 +21924,7 @@ artec_eplus48u | 
(unmaintained)
  artec_eplus48u @@ -14672,7 +14672,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Gemini D-16 | SCSI-@@ -21936,7 +21935,7 @@
+@@ -21936,7 +21935,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14681,7 +14681,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Mirage D-16L | SCSI-@@ -21947,7 +21946,7 @@
+@@ -21947,7 +21946,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14690,7 +14690,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Mirage II | SCSI-@@ -21958,7 +21957,7 @@
+@@ -21958,7 +21957,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14699,7 +14699,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Mirage IIse | SCSI-@@ -21969,7 +21968,7 @@
+@@ -21969,7 +21968,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14708,7 +14708,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Nete3470' | Parport-@@ -21991,7 +21990,7 @@
+@@ -21991,7 +21990,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14717,7 +14717,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook | SCSI-@@ -22002,7 +22001,7 @@
+@@ -22002,7 +22001,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14726,7 +14726,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Powerlook 180 | USB-@@ -22024,7 +22023,7 @@
+@@ -22024,7 +22023,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14735,7 +14735,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook 270plus | SCSI-@@ -22035,7 +22034,7 @@
+@@ -22035,7 +22034,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14744,7 +14744,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Powerlook 1000 USB | USB-@@ -22057,7 +22056,7 @@
+@@ -22057,7 +22056,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14753,7 +14753,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook 2000 | SCSI-@@ -22068,7 +22067,7 @@
+@@ -22068,7 +22067,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14762,7 +14762,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook 2100XL | SCSI-@@ -22079,7 +22078,7 @@
+@@ -22079,7 +22078,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14771,7 +14771,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook 3000 | SCSI-@@ -22090,7 +22089,7 @@
+@@ -22090,7 +22089,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14780,7 +14780,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PowerLook III | SCSI-@@ -22101,7 +22100,7 @@
+@@ -22101,7 +22100,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14789,7 +14789,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | PSD | SCSI-@@ -22112,7 +22111,7 @@
+@@ -22112,7 +22111,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14798,7 +14798,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Supervista S-12 | SCSI-@@ -22123,7 +22122,7 @@
+@@ -22123,7 +22122,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14807,7 +14807,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UC 630 | SCSI-@@ -22134,7 +22133,7 @@
+@@ -22134,7 +22133,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14816,7 +14816,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UC 840 | SCSI-@@ -22145,7 +22144,7 @@
+@@ -22145,7 +22144,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14825,7 +14825,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UC 1200S | SCSI-@@ -22156,7 +22155,7 @@
+@@ -22156,7 +22155,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14834,7 +14834,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UC 1200SE | SCSI-@@ -22167,7 +22166,7 @@
+@@ -22167,7 +22166,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14843,7 +14843,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UC 1260 | SCSI-@@ -22178,7 +22177,7 @@
+@@ -22178,7 +22177,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14852,7 +14852,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UG 80 | SCSI-@@ -22189,7 +22188,7 @@
+@@ -22189,7 +22188,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14861,7 +14861,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UG 630 | SCSI-@@ -22200,7 +22199,7 @@
+@@ -22200,7 +22199,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14870,7 +14870,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX 3400 | USB-@@ -22211,7 +22210,7 @@
+@@ -22211,7 +22210,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14879,7 +14879,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX 3400 | USB-@@ -22222,7 +22221,7 @@
+@@ -22222,7 +22221,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14888,7 +14888,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX 3450 | USB-@@ -22233,7 +22232,7 @@
+@@ -22233,7 +22232,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14897,7 +14897,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX 5400 | USB-@@ -22244,7 +22243,7 @@
+@@ -22244,7 +22243,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14906,7 +14906,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX Astranet ia101 | USB-@@ -22255,7 +22254,7 @@
+@@ -22255,7 +22254,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -14915,7 +14915,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX S-6E | SCSI-@@ -22266,7 +22265,7 @@
+@@ -22266,7 +22265,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14924,7 +14924,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX S-6EG | SCSI-@@ -22277,7 +22276,7 @@
+@@ -22277,7 +22276,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14933,7 +14933,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX S-12 | SCSI-@@ -22288,7 +22287,7 @@
+@@ -22288,7 +22287,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14942,7 +14942,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX S-12G | SCSI-@@ -22299,7 +22298,7 @@
+@@ -22299,7 +22298,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14951,7 +14951,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | UMAX VT600 | SCSI-@@ -22310,7 +22309,7 @@
+@@ -22310,7 +22309,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14960,7 +14960,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Vista S6 | SCSI-@@ -22321,7 +22320,7 @@
+@@ -22321,7 +22320,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14969,7 +14969,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Vista S6E | SCSI-@@ -22332,7 +22331,7 @@
+@@ -22332,7 +22331,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14978,7 +14978,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Vista-S8 | SCSI-@@ -22343,7 +22342,7 @@
+@@ -22343,7 +22342,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14987,7 +14987,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Vista-T630 | SCSI-@@ -22354,7 +22353,7 @@
+@@ -22354,7 +22353,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -14996,7 +14996,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Vantas
-@@ -22439,7 +22438,7 @@
+@@ -22439,7 +22438,7 @@ artec_eplus48u
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15005,7 +15005,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9420 | USB-@@ -22461,7 +22460,7 @@
+@@ -22461,7 +22460,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15014,7 +15014,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9450 USB | USB-@@ -22483,7 +22482,7 @@
+@@ -22483,7 +22482,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15023,7 +15023,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9550 | USB-@@ -22494,7 +22493,7 @@
+@@ -22494,7 +22493,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15032,7 +15032,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9650 | USB-@@ -22505,7 +22504,7 @@
+@@ -22505,7 +22504,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15041,7 +15041,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9650-G | USB-@@ -22516,7 +22515,7 @@
+@@ -22516,7 +22515,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15050,7 +15050,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9750 | USB-@@ -22527,7 +22526,7 @@
+@@ -22527,7 +22526,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15059,7 +15059,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | 9750-G | USB-@@ -22538,7 +22537,7 @@
+@@ -22538,7 +22537,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15068,7 +15068,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuImage 620S | SCSI-@@ -22670,7 +22669,7 @@
+@@ -22670,7 +22669,7 @@ artec_eplus48u | 
(unmaintained)
  gt68xx
  
(1.0-84)
  
@@ -15077,7 +15077,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Onetouch 7700 | USB-@@ -22824,7 +22823,7 @@
+@@ -22824,7 +22823,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15086,7 +15086,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Patriot 470 | USB-@@ -22835,7 +22834,7 @@
+@@ -22835,7 +22834,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15095,7 +15095,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Patriot 680 | USB-@@ -22846,7 +22845,7 @@
+@@ -22846,7 +22845,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15104,7 +15104,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Patriot 780 | USB-@@ -22857,7 +22856,7 @@
+@@ -22857,7 +22856,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15113,7 +15113,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Roadwarrior | USB-@@ -22868,7 +22867,7 @@
+@@ -22868,7 +22867,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15122,7 +15122,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe Pro USB | USB-@@ -22890,7 +22889,7 @@
+@@ -22890,7 +22889,7 @@ artec_eplus48u | 
(unmaintained)
  plustek
  
(0.52)
  
@@ -15131,7 +15131,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 100,r3 | USB-@@ -22901,7 +22900,7 @@
+@@ -22901,7 +22900,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15140,7 +15140,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 200 | USB-@@ -22912,7 +22911,7 @@
+@@ -22912,7 +22911,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15149,7 +15149,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 300 | USB-@@ -22923,7 +22922,7 @@
+@@ -22923,7 +22922,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15158,7 +15158,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 450 | USB-@@ -22934,7 +22933,7 @@
+@@ -22934,7 +22933,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15167,7 +15167,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 450-G | USB-@@ -22945,7 +22944,7 @@
+@@ -22945,7 +22944,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15176,7 +15176,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 470 | USB-@@ -22956,7 +22955,7 @@
+@@ -22956,7 +22955,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15185,7 +15185,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Strobe XP 470-G | USB-@@ -22967,7 +22966,7 @@
+@@ -22967,7 +22966,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15194,7 +15194,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Visioneer OneTouch 7100 | USB-@@ -22978,7 +22977,7 @@
+@@ -22978,7 +22977,7 @@ artec_eplus48u | 
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15203,7 +15203,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | WorkCentre 470cx | Parport-@@ -23080,7 +23079,7 @@
+@@ -23080,7 +23079,7 @@ artec_eplus48u | 
(unmaintained)
  mustek_pp
  
(13)
  
@@ -15212,7 +15212,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Vobis
-@@ -23107,7 +23106,7 @@
+@@ -23107,7 +23106,7 @@ artec_eplus48u
(unmaintained)
  microtek2
  
(unmaintained)
  
@@ -15221,7 +15221,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Highscreen Realscan | SCSI-@@ -23118,7 +23117,7 @@
+@@ -23118,7 +23117,7 @@ artec_eplus48u | 
(unmaintained)
  microtek
  
(0.13.1)
  
@@ -15230,7 +15230,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Highscreen Scanboostar Premium | SCSI-@@ -23129,7 +23128,7 @@
+@@ -23129,7 +23128,7 @@ artec_eplus48u | 
(unmaintained)
  umax
  
(1.0-41)
  
@@ -15239,7 +15239,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Vuego
-@@ -23160,7 +23159,7 @@
+@@ -23160,7 +23159,7 @@ artec_eplus48u
(unmaintained)
  genesys
  
(1.0-63)
  
@@ -15248,7 +15248,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate150 | USB-@@ -23171,7 +23170,7 @@
+@@ -23171,7 +23170,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15257,7 +15257,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate152 | USB-@@ -23182,7 +23181,7 @@
+@@ -23182,7 +23181,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15266,7 +15266,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate162 | USB-@@ -23193,7 +23192,7 @@
+@@ -23193,7 +23192,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15275,7 +15275,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate232 | USB-@@ -23204,7 +23203,7 @@
+@@ -23204,7 +23203,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15284,7 +15284,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate250 | USB-@@ -23215,7 +23214,7 @@
+@@ -23215,7 +23214,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15293,7 +15293,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate250-G | USB-@@ -23226,7 +23225,7 @@
+@@ -23226,7 +23225,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15302,7 +15302,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate252 | USB-@@ -23237,7 +23236,7 @@
+@@ -23237,7 +23236,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15311,7 +15311,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate252-G | USB-@@ -23248,7 +23247,7 @@
+@@ -23248,7 +23247,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15320,7 +15320,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate262 | USB-@@ -23259,7 +23258,7 @@
+@@ -23259,7 +23258,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15329,7 +15329,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate262-G | USB-@@ -23270,7 +23269,7 @@
+@@ -23270,7 +23269,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15338,7 +15338,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate262i | USB-@@ -23281,7 +23280,7 @@
+@@ -23281,7 +23280,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15347,7 +15347,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate272 | USB-@@ -23292,7 +23291,7 @@
+@@ -23292,7 +23291,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15356,7 +15356,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate272-G | USB-@@ -23303,7 +23302,7 @@
+@@ -23303,7 +23302,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15365,7 +15365,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate510 | USB-@@ -23314,7 +23313,7 @@
+@@ -23314,7 +23313,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15374,7 +15374,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate510-G | USB-@@ -23325,7 +23324,7 @@
+@@ -23325,7 +23324,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15383,7 +15383,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate512 | USB-@@ -23336,7 +23335,7 @@
+@@ -23336,7 +23335,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15392,7 +15392,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate520 | USB-@@ -23347,7 +23346,7 @@
+@@ -23347,7 +23346,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15401,7 +15401,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate520-G | USB-@@ -23358,7 +23357,7 @@
+@@ -23358,7 +23357,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15410,7 +15410,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate632 | USB-@@ -23369,7 +23368,7 @@
+@@ -23369,7 +23368,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15419,7 +15419,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate752 | USB-@@ -23380,7 +23379,7 @@
+@@ -23380,7 +23379,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15428,7 +15428,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DocuMate752 | USB-@@ -23391,7 +23390,7 @@
+@@ -23391,7 +23390,7 @@ artec_eplus48u | 
(unmaintained)
  avision
  
(Build: 296)
  
@@ -15437,7 +15437,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | Phaser 3200MFP | USB-@@ -23401,7 +23400,7 @@
+@@ -23401,7 +23400,7 @@ artec_eplus48u | 
(unmaintained)
  xerox_mfp @@ -15446,7 +15446,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | Phaser 6110MFP | USB-@@ -23411,7 +23410,7 @@
+@@ -23411,7 +23410,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -15455,7 +15455,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | Travel Scanner 100 | USB-@@ -23422,7 +23421,7 @@
+@@ -23422,7 +23421,7 @@ xerox_mfp | 
(1.0-13)
  genesys
  
(1.0-63)
  
@@ -15464,7 +15464,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | WorkCentre 3119 Series | USB-@@ -23432,7 +23431,7 @@
+@@ -23432,7 +23431,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -15473,7 +15473,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | WorkCentre 3210 | USB-@@ -23442,7 +23441,7 @@
+@@ -23442,7 +23441,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -15482,7 +15482,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | WorkCentre 3220 | USB-@@ -23452,7 +23451,7 @@
+@@ -23452,7 +23451,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -15491,7 +15491,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  | WorkCentre 4118 Series | USB-@@ -23462,7 +23461,7 @@
+@@ -23462,7 +23461,7 @@ xerox_mfp | 
(1.0-13)
  xerox_mfp @@ -15500,7 +15500,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(1.0-13)
 | 
  
  Manufacturer: Yakumo
-@@ -23488,7 +23487,7 @@
+@@ -23488,7 +23487,7 @@ xerox_mfp
(1.0-13)
  artec_eplus48u @@ -15509,7 +15509,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Still Cameras
-@@ -23519,7 +23518,7 @@
+@@ -23519,7 +23518,7 @@ artec_eplus48u
(unmaintained)
  dc25
  
(1.2)
  
@@ -15518,7 +15518,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DC25 | Serial port-@@ -23530,7 +23529,7 @@
+@@ -23530,7 +23529,7 @@ artec_eplus48u | 
(unmaintained)
  dc25
  
(1.2)
  
@@ -15527,7 +15527,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DC210 | Serial port-@@ -23541,7 +23540,7 @@
+@@ -23541,7 +23540,7 @@ artec_eplus48u | 
(unmaintained)
  dc210
  
(0.0)
  
@@ -15536,7 +15536,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  | DC240 | Serial port-@@ -23552,7 +23551,7 @@
+@@ -23552,7 +23551,7 @@ artec_eplus48u | 
(unmaintained)
  dc240
  
(0.0)
  
@@ -15545,7 +15545,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Polaroid
-@@ -23578,7 +23577,7 @@
+@@ -23578,7 +23577,7 @@ artec_eplus48u
(unmaintained)
  dmc @@ -15554,7 +15554,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  Video Cameras
-@@ -23614,7 +23613,7 @@
+@@ -23614,7 +23613,7 @@ dmc
(unmaintained)
  stv680
  
(1.0-1)
  
@@ -15563,7 +15563,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Biolux
-@@ -23663,7 +23662,7 @@
+@@ -23663,7 +23662,7 @@ dmc
(unmaintained)
  qcam @@ -15572,7 +15572,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  | Greyscale QuickCam | Parport-@@ -23673,7 +23672,7 @@
+@@ -23673,7 +23672,7 @@ qcam | 
(unmaintained)
  qcam @@ -15581,7 +15581,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref(unmaintained)
 | 
  
  Manufacturer: Creative
-@@ -23700,7 +23699,7 @@
+@@ -23700,7 +23699,7 @@ qcam
(unmaintained)
  stv680
  
(1.0-1)
  
@@ -15590,7 +15590,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Digital Dream
-@@ -23727,7 +23726,7 @@
+@@ -23727,7 +23726,7 @@ qcam
(unmaintained)
  stv680
  
(1.0-1)
  
@@ -15599,7 +15599,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  Manufacturer: Grandtek Scopecam
-@@ -23779,7 +23778,7 @@
+@@ -23779,7 +23778,7 @@ qcam
(unmaintained)
  stv680
  
(1.0-1)
  
@@ -15608,7 +15608,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  
  
  APIs
-@@ -23795,7 +23794,7 @@
+@@ -23795,7 +23794,7 @@ qcam
(unmaintained)
  
  Link(s): 
  mailto:peter@fales-lorenz.net
@@ -15617,7 +15617,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Multiple cameras supported by the gphoto2 libraries
  Comment: The long-term plan is to support all the cameras supported by the gphoto2 libraries (currently over 140 models).  However, at this stage, only a handful of cameras are definitely known to work with SANE.  Other cameras will probably work if the native file format is EXIF or JPEG.  Testers welcome!
  
-@@ -23803,7 +23802,7 @@
+@@ -23803,7 +23802,7 @@ qcam
(unmaintained)
  (unmaintained)
  
  
@@ -15626,7 +15626,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Scanners with the machine-independent PINT interface
  Comment: Haven't been tested for a long time. Handle with care.
  
-@@ -23813,7 +23812,7 @@
+@@ -23813,7 +23812,7 @@ qcam
(unmaintained)
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -15635,7 +15635,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Reads PNM files
  Comment: Used for debugging frontends. Obsolete, use test backend instead.
  
-@@ -23823,7 +23822,7 @@
+@@ -23823,7 +23822,7 @@ qcam
(unmaintained)
  
  Link(s): 
  http://www.meier-geinitz.de/sane/test-backend/
@@ -15644,7 +15644,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Frontend-tester
  Comment: Backend for testing frontends. Also serves as example for SANE backend options.
  
-@@ -23833,7 +23832,7 @@
+@@ -23833,7 +23832,7 @@ qcam
(unmaintained)
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -15653,7 +15653,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Interface to Video For Linux API
  Comment: Supports video cameras and other devices accessed by the v4l kernel API, e.g. bttv devices. Quite a lot of known bugs.
  
-@@ -23847,7 +23846,7 @@
+@@ -23847,7 +23846,7 @@ qcam
(unmaintained)
  
  Link(s): 
  mailto:henning@meier-geinitz.de
@@ -15662,7 +15662,7 @@ Index: sane-backends-1.0.24/testsuite/tools/data/html-mfgs.ref
  Description: Dynamic loading of shared-library backends.
  
  Backend: net
-@@ -23856,7 +23855,7 @@
+@@ -23856,7 +23855,7 @@ qcam
(unmaintained)
  
  Link(s): 
  http://www.penguin-breeder.org/?page=sane-net
-- 
cgit v1.2.3