summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 08:20:20 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-09-27 08:20:20 +0200
commite94622c319e4307617b202f19d3ec05b21a9bb49 (patch)
treec5ddf44352b9bd47aeb3eb432ba79638079efe25 /doc
parent6f2255c9648b175d51e2c8e5e9670557f9dc4ee1 (diff)
merge to 1.0.25+git20150927
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am6
-rw-r--r--doc/Makefile.in12
-rw-r--r--doc/descriptions-external/epkowa.desc487
-rw-r--r--doc/descriptions-external/utsushi.desc237
-rw-r--r--doc/descriptions/canon_dr.desc4
-rw-r--r--doc/descriptions/epson.desc2
-rw-r--r--doc/descriptions/epson2.desc553
-rw-r--r--doc/descriptions/fujitsu.desc46
-rw-r--r--doc/descriptions/genesys.desc2
-rw-r--r--doc/descriptions/hp.desc15
-rw-r--r--doc/descriptions/magicolor.desc6
-rw-r--r--[-rwxr-xr-x]doc/descriptions/mustek_usb2.desc0
-rw-r--r--doc/descriptions/pieusb.desc85
-rw-r--r--doc/descriptions/pixma.desc18
-rw-r--r--[-rwxr-xr-x]doc/descriptions/stv680.desc0
-rw-r--r--doc/sane-apple.man5
-rw-r--r--doc/sane-canon_dr.man4
-rw-r--r--doc/sane-fujitsu.man8
-rw-r--r--doc/sane-genesys.man2
-rw-r--r--doc/sane-mustek_pp.man2
-rw-r--r--doc/sane-pieusb.man111
-rw-r--r--doc/sane-pixma.man12
-rw-r--r--doc/saned.man96
-rw-r--r--doc/scanimage.man19
24 files changed, 1548 insertions, 184 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5b450e0..a7e47af 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,7 +21,7 @@ BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
sane-dll.5 sane-dc25.5 sane-dmc.5 sane-epson.5 sane-epson2.5 sane-epsonds.5 \
sane-hp.5 sane-gphoto2.5 sane-leo.5 sane-lexmark.5 \
sane-matsushita.5 sane-microtek.5 sane-microtek2.5 sane-mustek.5 \
- sane-nec.5 sane-net.5 sane-pie.5 sane-pint.5 sane-pnm.5 \
+ sane-nec.5 sane-net.5 sane-pie.5 sane-pieusb.5 sane-pint.5 sane-pnm.5 \
sane-umax.5 sane-qcam.5 sane-scsi.5 sane-artec.5 sane-kodak.5 sane-kodakaio.5 \
sane-fujitsu.5 sane-sharp.5 sane-s9036.5 sane-tamarack.5 \
sane-ricoh.5 sane-avision.5 sane-plustek.5 sane-st400.5 \
@@ -44,7 +44,7 @@ EXTRA_DIST += sane-abaton.man sane-agfafocus.man sane-apple.man sane-as6e.man \
sane-epson2.man sane-epsonds.man sane-hp.man sane-gphoto2.man sane-leo.man \
sane-lexmark.man sane-matsushita.man sane-microtek.man \
sane-microtek2.man sane-mustek.man sane-nec.man sane-net.man \
- sane-pie.man sane-pint.man sane-pnm.man sane-umax.man \
+ sane-pie.man sane-pieusb.man sane-pint.man sane-pnm.man sane-umax.man \
sane-qcam.man sane-scsi.man sane-artec.man sane-fujitsu.man \
sane-sharp.man sane-s9036.man sane-tamarack.man sane-kodak.man sane-kodakaio.man\
sane-ricoh.man sane-avision.man sane-plustek.man sane-st400.man \
@@ -183,7 +183,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
descriptions/microtek.desc descriptions/mustek.desc \
descriptions/mustek_pp.desc descriptions/mustek_usb2.desc \
descriptions/mustek_usb.desc descriptions/nec.desc descriptions/net.desc \
- descriptions/niash.desc descriptions/pie.desc descriptions/pint.desc \
+ descriptions/niash.desc descriptions/pie.desc descriptions/pieusb.desc descriptions/pint.desc \
descriptions/p5.desc descriptions/pixma.desc descriptions/plustek.desc \
descriptions/plustek_pp.desc descriptions/pnm.desc descriptions/qcam.desc \
descriptions/ricoh.desc descriptions/rts8891.desc descriptions/s9036.desc \
diff --git a/doc/Makefile.in b/doc/Makefile.in
index cb8757d..225d285 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -253,6 +253,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
+PNG_LIBS = @PNG_LIBS@
PRELOADABLE_BACKENDS = @PRELOADABLE_BACKENDS@
PRELOADABLE_BACKENDS_ENABLED = @PRELOADABLE_BACKENDS_ENABLED@
PTHREAD_LIBS = @PTHREAD_LIBS@
@@ -269,6 +270,7 @@ SOCKET_LIBS = @SOCKET_LIBS@
STRICT_LDFLAGS = @STRICT_LDFLAGS@
STRIP = @STRIP@
SYSLOG_LIBS = @SYSLOG_LIBS@
+SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
TIFF_LIBS = @TIFF_LIBS@
USB_LIBS = @USB_LIBS@
@@ -340,9 +342,9 @@ EXTRA_DIST = scanimage.man sane-config.man sane-find-scanner.man \
sane-hp.man sane-gphoto2.man sane-leo.man sane-lexmark.man \
sane-matsushita.man sane-microtek.man sane-microtek2.man \
sane-mustek.man sane-nec.man sane-net.man sane-pie.man \
- sane-pint.man sane-pnm.man sane-umax.man sane-qcam.man \
- sane-scsi.man sane-artec.man sane-fujitsu.man sane-sharp.man \
- sane-s9036.man sane-tamarack.man sane-kodak.man \
+ sane-pieusb.man sane-pint.man sane-pnm.man sane-umax.man \
+ sane-qcam.man sane-scsi.man sane-artec.man sane-fujitsu.man \
+ sane-sharp.man sane-s9036.man sane-tamarack.man sane-kodak.man \
sane-kodakaio.man sane-ricoh.man sane-avision.man \
sane-plustek.man sane-st400.man sane-mustek_pp.man \
sane-dc210.man sane-v4l.man sane-snapscan.man sane-canon.man \
@@ -376,7 +378,7 @@ BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
sane-dll.5 sane-dc25.5 sane-dmc.5 sane-epson.5 sane-epson2.5 sane-epsonds.5 \
sane-hp.5 sane-gphoto2.5 sane-leo.5 sane-lexmark.5 \
sane-matsushita.5 sane-microtek.5 sane-microtek2.5 sane-mustek.5 \
- sane-nec.5 sane-net.5 sane-pie.5 sane-pint.5 sane-pnm.5 \
+ sane-nec.5 sane-net.5 sane-pie.5 sane-pieusb.5 sane-pint.5 sane-pnm.5 \
sane-umax.5 sane-qcam.5 sane-scsi.5 sane-artec.5 sane-kodak.5 sane-kodakaio.5 \
sane-fujitsu.5 sane-sharp.5 sane-s9036.5 sane-tamarack.5 \
sane-ricoh.5 sane-avision.5 sane-plustek.5 sane-st400.5 \
@@ -466,7 +468,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
descriptions/microtek.desc descriptions/mustek.desc \
descriptions/mustek_pp.desc descriptions/mustek_usb2.desc \
descriptions/mustek_usb.desc descriptions/nec.desc descriptions/net.desc \
- descriptions/niash.desc descriptions/pie.desc descriptions/pint.desc \
+ descriptions/niash.desc descriptions/pie.desc descriptions/pieusb.desc descriptions/pint.desc \
descriptions/p5.desc descriptions/pixma.desc descriptions/plustek.desc \
descriptions/plustek_pp.desc descriptions/pnm.desc descriptions/qcam.desc \
descriptions/ricoh.desc descriptions/rts8891.desc descriptions/s9036.desc \
diff --git a/doc/descriptions-external/epkowa.desc b/doc/descriptions-external/epkowa.desc
index 55f4eb2..9217aaf 100644
--- a/doc/descriptions-external/epkowa.desc
+++ b/doc/descriptions-external/epkowa.desc
@@ -1,5 +1,5 @@
;;; epkowa.desc -*- emacs-lisp -*- (eh, sort of)
-;;; Copyright (C) 2004--2013 Olaf Meeuwissen
+;;; Copyright (C) 2004--2015 Olaf Meeuwissen
;;;
;;; This file is part of the "Image Scan!" documentation.
;;;
@@ -40,7 +40,7 @@
;; Backend data.
;;
:backend "epkowa"
-:version "iscan 2.29.1/iscan-data 1.23.0"
+:version "iscan 2.30.1/iscan-data 1.36.0"
:url "http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
@@ -80,6 +80,18 @@
;; List of EPSON scanners and all-in-ones.
;;
+:model "AL-MX300DN Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ac"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "AL-MX300DNF Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ac"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "Actionscanner II"
:interface "parallel SCSI"
:status :good
@@ -125,7 +137,7 @@
:interface "USB"
:usbid "0x04b8" "0x0878"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-704A"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-704A"
:model "Artisan 700"
:interface "USB"
@@ -221,37 +233,67 @@
:interface "USB"
:usbid "0x04b8" "0x0862"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-704A"
:interface "USB"
:usbid "0x04b8" "0x0878"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-705A"
:interface "USB"
:usbid "0x04b8" "0x089f"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-706A"
+:interface "USB"
+:usbid "0x04b8" "0x08b7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-707A"
+:interface "USB"
+:usbid "0x04b8" "0x08c9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-774A"
:interface "USB"
:usbid "0x04b8" "0x0893"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-775A"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-775AW"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-776AB"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-776AW"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-777A"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-801A"
:interface "USB"
@@ -313,6 +355,42 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "EP-806AB"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-806AR"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-806AW"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AB"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AR"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AW"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "EP-901A"
:interface "USB"
:usbid "0x04b8" "0x0844"
@@ -367,6 +445,30 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "EP-906F"
+:interface "USB"
+:usbid "0x04b8" "0x08b4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-907F"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-976A3"
+:interface "USB"
+:usbid "0x04b8" "0x08b3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-977A3"
+:interface "USB"
+:usbid "0x04b8" "0x08c5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "ES-300C"
:interface "SCSI parallel"
:status :good
@@ -425,7 +527,7 @@
:interface "SCSI USB"
:usbid "0x04b8" "0x0126"
:status :good
-:comment "network interface unsupported<br>IEEE1394 untested"
+:comment "network interface not supported<br>IEEE1394 untested"
:model "ES-8000"
:interface "SCSI"
@@ -446,7 +548,7 @@
:interface "USB"
:usbid "0x04b8" "0x0129"
:status :good
-:comment "network interface unsupported<br>IEEE1394 untested"
+:comment "network interface not supported<br>IEEE1394 untested"
:model "ES-D200"
:interface "USB"
@@ -890,6 +992,12 @@
:status :good
:comment "requires DFSG non-free iscan-plugin-perfection-v370"
+:model "GT-S650"
+:interface "USB"
+:usbid "0x04b8" "0x013d"
+:status :good
+:comment "requires DFSG non-free iscan-plugin-gt-s650"
+
:model "GT-X700" ; product spec (JP)
:interface "USB"
:usbid "0x04b8" "0x0128"
@@ -920,11 +1028,18 @@
:status :good
:comment "requires DFSG non-free iscan-plugin-gt-x820"
+:model "GT-X830"
+:interface "USB"
+:usbid "0x04b8" "0x0153"
+:status :good
+:comment "requires DFSG non-free iscan-plugin-gt-x830"
+
:model "GT-X900"
:interface "USB"
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested"
+:scsi "EPSON" "GT-X900" "processor"
:model "GT-X970"
:interface "USB"
@@ -932,6 +1047,11 @@
:status :good
:comment "IEEE1394 untested"
+:model "GT-X980"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+
:model "K200 Series"
:interface "USB"
:usbid "0x04b8" "0x0871"
@@ -980,12 +1100,18 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
-:model "L550"
+:model "L550 Series"
:interface "USB"
:usbid "0x04b8" "0x08a9"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "L850 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ca"
+:status :complete
+:comment "all-in-one"
+
:model "LP-7900CS"
:status :untested
:comment "business all-in-one; scanner is a ES-7000H"
@@ -1068,6 +1194,24 @@
:status :good
:comment "network interface not supported<br>business all-in-one"
+:model "LP-M8040"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface not supported<br>business all-in-one"
+
+:model "LP-M8040A"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface not supported<br>business all-in-one"
+
+:model "LP-M8040F"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface not supported<br>business all-in-one"
+
:model "M200 Series"
:interface "USB"
:usbid "0x04b8" "0x08aa"
@@ -1126,7 +1270,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 570W Series"
:interface "USB"
@@ -1138,13 +1282,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 620F Series"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 650FN Series"
:interface "USB"
@@ -1296,6 +1440,18 @@
:status :complete
:comment "all-in-one"
+:model "PX-046A"
+:interface "USB"
+:usbid "0x04b8" "0x08ae"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-047A"
+:interface "USB"
+:usbid "0x04b8" "0x08c0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "PX-1600F"
:interface "USB"
:usbid "0x04b8" "0x0869"
@@ -1350,6 +1506,18 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "PX-436A"
+:interface "USB"
+:usbid "0x04b8" "0x08af"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-437A"
+:interface "USB"
+:usbid "0x04b8" "0x08bf"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "PX-501A"
:interface "USB"
:usbid "0x04b8" "0x084a"
@@ -1462,7 +1630,7 @@
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "PX-FA700"
:interface "USB"
@@ -1470,6 +1638,54 @@
:status :good
:comment "all-in-one"
+:model "PX-M350F"
+:interface "USB"
+:usbid "0x04b8" "0x08d0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M5040F"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M5041F"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M650A"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M650F"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M740F"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M741F"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M840F"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "Perfection 600"
:interface "SCSI"
:status :unsupported
@@ -1690,6 +1906,12 @@
:status :good
:comment "requires DFSG non-free iscan-plugin-gt-s600<br>overseas version of the GT-S600"
+:model "Perfection V19"
+:interface "USB"
+:usbid "0x04b8" "0x013c"
+:status :good
+:comment "requires DFSG non-free iscan-plugin-gt-s650"
+
:model "Perfection V30"
:interface "USB"
:usbid "0x04b8" "0x0131"
@@ -1708,6 +1930,12 @@
:status :good
:comment "requires DFSG non-free iscan-plugin-perfection-v370<br>overseas version of the GT-S640"
+:model "Perfection V39"
+:interface "USB"
+:usbid "0x04b8" "0x013d"
+:status :good
+:comment "requires DFSG non-free iscan-plugin-gt-s650<br>overseas version of the GT-S650"
+
:model "Perfection V100 Photo"
:interface "USB"
:usbid "0x04b8" "0x012d"
@@ -1750,6 +1978,12 @@
:status :good
:comment "requires DFSG non-free iscan-plugin-gt-x770<br>overseas version of the GT-X770"
+:model "Perfection V550 Photo"
+:interface "USB"
+:usbid "0x04b8" "0x013b"
+:status :good
+:comment "requires DFSG non-free iscan-plugin-perfection-v550"
+
:model "Perfection V600 Photo"
:interface "USB"
:usbid "0x04b8" "0x013a"
@@ -1761,12 +1995,25 @@
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested<br>overseas version of the GT-X900"
+:scsi "EPSON" "GT-X900" "processor"
:model "Perfection V750 Photo"
:interface "USB"
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested<br>overseas version of the GT-X900"
+:scsi "EPSON" "GT-X900" "processor"
+
+:model "Perfection V800 Photo"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+
+:model "Perfection V850 Pro"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+:comment "overseas version of the GT-X980"
:model "Stylus CX1500" ; Australia
:interface "USB"
@@ -2125,13 +2372,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office BX305F"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office BX305FW"
:interface "USB"
@@ -2215,13 +2462,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office TX320F Series"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office TX510FN Series"
:interface "USB"
@@ -2263,7 +2510,7 @@
:interface "USB"
:usbid "0x04b8" "0x0862"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-703A"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-703A"
:model "Stylus Photo PX700W"
:interface "USB"
@@ -2545,7 +2792,7 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus NX330 Series"
:interface "USB"
@@ -2569,7 +2816,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus NX430W Series"
:interface "USB"
@@ -2683,7 +2930,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus SX430W Series"
:interface "USB"
@@ -2827,7 +3074,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus TX430W Series"
:interface "USB"
@@ -2877,6 +3124,24 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-535F"
+:model "WF-2630 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-2650 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-2660 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WF-3520 Series"
:interface "USB"
:usbid "0x04b8" "0x0899"
@@ -2895,6 +3160,42 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "WF-3620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M740F"
+
+:model "WF-3640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M741F"
+
+:model "WF-4630 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08be"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-4640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08be"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-5620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M840F"
+
+:model "WF-5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WF-7510 Series"
:interface "USB"
:usbid "0x04b8" "0x0869"
@@ -2907,47 +3208,77 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-1700F"
+:model "WF-7610 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5040F"
+
+:model "WF-7620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5041F"
+
:model "WF-M1560 Series"
:interface "USB"
:usbid "0x04b8" "0x08ab"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "WF-M5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08d0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M350F"
+
+:model "WF-R4640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08cd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-R5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08cd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WP-4511"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4515"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "WP-4521"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4525"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4530 Series"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4540 Series"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4590 Series"
:interface "USB"
@@ -2965,7 +3296,7 @@
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface (option) supported via DFSG non-free iscan-network-nt package<br>some models in the series have a built-in network interface<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>some models in the series have a built-in network interface<br>all-in-one"
:model "WorkForce 435"
:interface "USB"
@@ -3055,19 +3386,25 @@
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
:model "XP-212"
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
:model "XP-215"
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
+
+:model "XP-225"
+:interface "USB"
+:usbid "0x04b8" "0x08c0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-047A"
:model "XP-300 Series"
:interface "USB"
@@ -3079,7 +3416,13 @@
:interface "USB"
:usbid "0x04b8" "0x08af"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-436A"
+
+:model "XP-320 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bf"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-437A"
:model "XP-400 Series"
:interface "USB"
@@ -3093,32 +3436,104 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "XP-420 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c1"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "XP-600 Series"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-775A"
+:model "XP-510 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-706A"
+
+:model "XP-520 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
+
+:model "XP-610 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-776AB/EP-776AW"
+
+:model "XP-620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
+
:model "XP-700 Series"
:interface "USB"
:usbid "0x04b8" "0x089d"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "XP-710 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-806AB/EP-806AR/EP-806AW"
+
+:model "XP-720 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
+
:model "XP-750 Series"
:interface "USB"
:usbid "0x04b8" "0x089c"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-805A/EP-805AR/EP-805AW"
+:model "XP-760 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
+
:model "XP-800 Series"
:interface "USB"
:usbid "0x04b8" "0x089b"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905A"
+:model "XP-810 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-906F"
+
+:model "XP-820 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
+
:model "XP-850 Series"
:interface "USB"
:usbid "0x04b8" "0x089a"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905F"
+
+:model "XP-860 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
+
+:model "XP-950 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-976A3"
diff --git a/doc/descriptions-external/utsushi.desc b/doc/descriptions-external/utsushi.desc
new file mode 100644
index 0000000..911ad95
--- /dev/null
+++ b/doc/descriptions-external/utsushi.desc
@@ -0,0 +1,237 @@
+;;; utsushi.desc -*- emacs-lisp -*- (sort of)
+;;; Copyright (C) 2015 Olaf Meeuwissen
+;;;
+;;; License: GPL-3.0+
+;;; Author : Olaf Meeuwissen
+;;;
+;;; This file is part of the 'Utsushi' package.
+;;; This package is free software: you can redistribute it and/or modify
+;;; it under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation, either version 3 of the License or, at
+;;; your option, any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;;; GNU General Public License for more details.
+;;;
+;;; You ought to have received a copy of the GNU General Public License
+;;; along with this package. If not, see <http://www.gnu.org/licenses/>.
+
+;; Backend data
+;;
+:backend "utsushi"
+:url "https://github.com/utsushi/utsushi"
+
+;; Device and manufacturer information.
+;;
+:devicetype :scanner
+:mfg "EPSON"
+:url "http://www.epson.com/"
+
+;; List of EPSON scanners and all-in-ones.
+
+:model "DS-40"
+:interface "USB"
+:usbid "0x04b8" "0x0152"
+:status :good
+
+:model "DS-510"
+:interface "USB"
+:usbid "0x04b8" "0x014c"
+:status :good
+
+:model "DS-520"
+:interface "USB"
+:usbid "0x04b8" "0x0154"
+:status :good
+
+:model "DS-560"
+:interface "USB"
+:usbid "0x04b8" "0x0150"
+:status :good
+
+:model "DS-760"
+:interface "USB"
+:usbid "0x04b8" "0x014d"
+:status :good
+
+:model "DS-860"
+:interface "USB"
+:usbid "0x04b8" "0x014d"
+:status :good
+
+:model "DS-5500"
+:interface "USB"
+:usbid "0x04b8" "0x0145"
+:status :good
+
+:model "DS-6500"
+:interface "USB"
+:usbid "0x04b8" "0x0145"
+:status :good
+
+:model "DS-7500"
+:interface "USB"
+:usbid "0x04b8" "0x0145"
+:status :good
+
+:model "DS-50000"
+:interface "USB"
+:usbid "0x04b8" "0x0146"
+:status :good
+
+:model "DS-60000"
+:interface "USB"
+:usbid "0x04b8" "0x0146"
+:status :good
+
+:model "DS-70000"
+:interface "USB"
+:usbid "0x04b8" "0x0146"
+:status :good
+
+:model "ET-2500"
+:interface "USB"
+:usbid "0x04b8" "0x1105"
+:status :good
+
+:model "ET-2550"
+:interface "USB"
+:usbid "0x04b8" "0x1106"
+:status :good
+
+:model "ET-4500"
+:interface "USB"
+:usbid "0x04b8" "0x1107"
+:status :good
+
+:model "ET-4550"
+:interface "USB"
+:usbid "0x04b8" "0x1101"
+:status :good
+
+:model "L220"
+:interface "USB"
+:usbid "0x04b8" "0x08d1"
+:status :good
+
+:model "L360"
+:interface "USB"
+:usbid "0x04b8" "0x08d1"
+:status :good
+
+:model "L365"
+:interface "USB"
+:usbid "0x04b8" "0x08d2"
+:status :good
+
+:model "L366"
+:interface "USB"
+:usbid "0x04b8" "0x08d2"
+:status :good
+
+:model "L455"
+:interface "USB"
+:usbid "0x04b8" "0x08c2"
+:status :good
+
+:model "L565"
+:interface "USB"
+:usbid "0x04b8" "0x08d3"
+:status :good
+
+:model "L566"
+:interface "USB"
+:usbid "0x04b8" "0x08d3"
+:status :good
+
+:model "L655"
+:interface "USB"
+:usbid "0x04b8" "0x1101"
+:status :good
+
+:model "PX-M860F"
+:interface "USB"
+:usbid "0x04b8" "0x08ce"
+:status :good
+
+:model "PX-M7050"
+:interface "USB"
+:usbid "0x04b8" "0x08bc"
+:status :good
+
+:model "PX-M7050FX"
+:interface "USB"
+:usbid "0x04b8" "0x08cc"
+:status :good
+
+:model "WF-8510"
+:interface "USB"
+:usbid "0x04b8" "0x08bc"
+:status :good
+
+:model "WF-8590"
+:interface "USB"
+:usbid "0x04b8" "0x08bc"
+:status :good
+
+:model "WF-R8590"
+:interface "USB"
+:usbid "0x04b8" "0x08cc"
+:status :good
+
+:model "XP-220"
+:interface "USB"
+:usbid "0x04b8" "0x08c0"
+:status :good
+
+:model "XP-230"
+:interface "USB"
+:usbid "0x04b8" "0x1102"
+:status :good
+
+:model "XP-235"
+:interface "USB"
+:usbid "0x04b8" "0x1102"
+:status :good
+
+:model "XP-322"
+:interface "USB"
+:usbid "0x04b8" "0x1103"
+:status :good
+
+:model "XP-335"
+:interface "USB"
+:usbid "0x04b8" "0x1103"
+:status :good
+
+:model "XP-430"
+:interface "USB"
+:usbid "0x04b8" "0x1104"
+:status :good
+
+:model "XP-432"
+:interface "USB"
+:usbid "0x04b8" "0x1104"
+:status :good
+
+:model "XP-435"
+:interface "USB"
+:usbid "0x04b8" "0x1104"
+:status :good
+
+:model "XP-530"
+:interface "USB"
+:usbid "0x04b8" "0x110c"
+:status :good
+
+:model "XP-830"
+:interface "USB"
+:usbid "0x04b8" "0x110b"
+:status :good
+
+:model "XP-960"
+:interface "USB"
+:usbid "0x04b8" "0x1109"
+:status :good
diff --git a/doc/descriptions/canon_dr.desc b/doc/descriptions/canon_dr.desc
index 149ca4c..86a8507 100644
--- a/doc/descriptions/canon_dr.desc
+++ b/doc/descriptions/canon_dr.desc
@@ -11,7 +11,7 @@
:backend "canon_dr" ; name of backend
:url "http://www.thebility.com/canon/"
-:version "49" ; version of backend
+:version "51" ; version of backend
:manpage "sane-canon_dr" ; name of manpage (if it exists)
:comment "Backend updated for SANE release 1.0.25, see sane-canon_dr manpage"
:devicetype :scanner ; start of a list of devices....
@@ -284,7 +284,7 @@
:interface "USB"
:usbid "0x1083" "0x1658"
:status :untested
-:comment "Perhaps similar to DR-C125?"
+:comment ""
:model "DR-F120"
:interface "USB"
diff --git a/doc/descriptions/epson.desc b/doc/descriptions/epson.desc
index d5fd896..1c9d8a2 100644
--- a/doc/descriptions/epson.desc
+++ b/doc/descriptions/epson.desc
@@ -190,9 +190,7 @@
:model "FilmScan 200"
:interface "SCSI"
-:comment "A better backend for the FilmScan 200 can be found at <A HREF=\"http://www.vjet.demon.co.uk/scanner/\">http://www.vjet.demon.co.uk/scanner/</A>"
:status :unsupported
-:url "http://www.vjet.demon.co.uk/scanner/"
:model "CX-3200"
:interface "USB"
diff --git a/doc/descriptions/epson2.desc b/doc/descriptions/epson2.desc
index 82030b1..de61b76 100644
--- a/doc/descriptions/epson2.desc
+++ b/doc/descriptions/epson2.desc
@@ -19,11 +19,23 @@
:mfg "Epson"
:url "http://www.epson.com/"
+:model "AL-MX300DN Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ac"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:url "http://www.epson.com/"
+
+:model "AL-MX300DNF Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ac"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "Actionscanner II"
:interface "parallel SCSI"
:status :good
:comment "overseas version of the GT-5000"
-:url "http://www.epson.com/"
:model "AcuLaser CX11"
:interface "USB"
@@ -38,10 +50,10 @@
:comment "network interface supported<br>AcuLaser CX11 with network interface and fax"
:model "AcuLaser CX21"
-:interface "USB"
+:interface "USB Network"
:usbid "0x04b8" "0x0835"
:status :good
-:comment "network interface probably supported"
+:comment "network interface supported"
:model "AcuLaser MX20DN"
:interface "USB"
@@ -65,7 +77,7 @@
:interface "USB"
:usbid "0x04b8" "0x0878"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-704A"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-704A"
:model "Artisan 700"
:interface "USB Network"
@@ -161,37 +173,67 @@
:interface "USB"
:usbid "0x04b8" "0x0862"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-704A"
:interface "USB"
:usbid "0x04b8" "0x0878"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-705A"
:interface "USB"
:usbid "0x04b8" "0x089f"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-706A"
+:interface "USB"
+:usbid "0x04b8" "0x08b7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-707A"
+:interface "USB"
+:usbid "0x04b8" "0x08c9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-774A"
:interface "USB"
:usbid "0x04b8" "0x0893"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-775A"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-775AW"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-776AB"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-776AW"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-777A"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "EP-801A"
:interface "USB Network"
@@ -253,6 +295,42 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "EP-806AB"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-806AR"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-806AW"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AB"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AR"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-807AW"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "EP-901A"
:interface "USB"
:usbid "0x04b8" "0x0844"
@@ -307,6 +385,30 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "EP-906F"
+:interface "USB"
+:usbid "0x04b8" "0x08b4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-907F"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-976A3"
+:interface "USB"
+:usbid "0x04b8" "0x08b3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "EP-977A3"
+:interface "USB"
+:usbid "0x04b8" "0x08c5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "ES-300C"
:interface "SCSI parallel"
:status :good
@@ -365,7 +467,7 @@
:interface "SCSI USB"
:usbid "0x04b8" "0x0126"
:status :good
-:comment "network interface unsupported<br>IEEE1394 untested"
+:comment "network interface probably supported<br>IEEE1394 untested"
:model "ES-8000"
:interface "SCSI"
@@ -386,7 +488,7 @@
:interface "USB"
:usbid "0x04b8" "0x0129"
:status :good
-:comment "network interface unsupported<br>IEEE1394 untested"
+:comment "network interface probably supported<br>IEEE1394 untested"
:model "ES-D200"
:interface "USB"
@@ -430,6 +532,7 @@
:model "Expression 800" ; command spec
:interface "SCSI"
+:scsi "EPSON" "Expression800" "processor"
:status :complete
:comment "overseas version of the GT-9600"
@@ -500,7 +603,7 @@
:model "FilmScan 200"
:interface "SCSI"
:status :minimal
-:comment "will be supported"
+:comment "missing documentation"
:model "GT-1500"
:interface "USB"
@@ -532,6 +635,7 @@
:model "GT-5500"
:interface "SCSI"
+:scsi "EPSON" "SCANNER GT-5500" "processor"
:status :good
:model "GT-6000"
@@ -555,6 +659,7 @@
:model "GT-7000S"
:interface "SCSI"
+:scsi "EPSON" "SCANNER GT-7000" "processor"
:status :complete
:model "GT-7000U"
@@ -665,11 +770,13 @@
:model "GT-9700F" ; product spec (JP)
:interface "USB IEEE1394"
+:scsi "EPSON" "GT-9700" "processor"
:usbid "0x04b8" "0x0112"
:status :complete
:model "GT-9800F" ; product spec (JP)
:interface "USB IEEE1394"
+:scsi "EPSON" "GT-9800" "processor"
:usbid "0x04b8" "0x011c"
:status :complete
@@ -825,6 +932,12 @@
:status :unsupported
:comment "supported by the epkowa backend plus non-free interpreter"
+:model "GT-S650"
+:interface "USB"
+:usbid "0x04b8" "0x013d"
+:status :unsupported
+:comment "supported by the epkowa backend plus non-free interpreter"
+
:model "GT-X700" ; product spec (JP)
:interface "USB"
:usbid "0x04b8" "0x0128"
@@ -855,8 +968,15 @@
:status :unsupported
:comment "supported by the epkowa backend plus non-free interpreter"
+:model "GT-X830"
+:interface "USB"
+:usbid "0x04b8" "0x0153"
+:status :unsupported
+:comment "supported by the epkowa backend plus non-free interpreter"
+
:model "GT-X900"
:interface "USB"
+:scsi "EPSON" "GT-X900" "processor"
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested"
@@ -867,6 +987,11 @@
:status :good
:comment "IEEE1394 untested"
+:model "GT-X980"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+
:model "K200 Series"
:interface "USB"
:usbid "0x04b8" "0x0871"
@@ -915,12 +1040,18 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
-:model "L550"
+:model "L550 Series"
:interface "USB"
:usbid "0x04b8" "0x08a9"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "L850 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08ca"
+:status :complete
+:comment "all-in-one"
+
:model "LP-7900CS"
:status :untested
:comment "business all-in-one; scanner is a ES-7000H"
@@ -1003,6 +1134,24 @@
:status :good
:comment "network interface probably supported<br>business all-in-one"
+:model "LP-M8040"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface probably supported<br>business all-in-one"
+
+:model "LP-M8040A"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface probably supported<br>business all-in-one"
+
+:model "LP-M8040F"
+:interface "USB"
+:usbid "0x04b8" "0x08ad"
+:status :good
+:comment "network interface probably supported<br>business all-in-one"
+
:model "M200 Series"
:interface "USB"
:usbid "0x04b8" "0x08aa"
@@ -1061,7 +1210,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 570W Series"
:interface "USB"
@@ -1073,13 +1222,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 620F Series"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "ME OFFICE 650FN Series"
:interface "USB"
@@ -1231,6 +1380,18 @@
:status :complete
:comment "all-in-one"
+:model "PX-046A"
+:interface "USB"
+:usbid "0x04b8" "0x08ae"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-047A"
+:interface "USB"
+:usbid "0x04b8" "0x08c0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "PX-1600F"
:interface "USB"
:usbid "0x04b8" "0x0869"
@@ -1285,6 +1446,18 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "PX-436A"
+:interface "USB"
+:usbid "0x04b8" "0x08af"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-437A"
+:interface "USB"
+:usbid "0x04b8" "0x08bf"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "PX-501A"
:interface "USB"
:usbid "0x04b8" "0x084a"
@@ -1397,7 +1570,7 @@
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "PX-FA700"
:interface "USB"
@@ -1405,6 +1578,54 @@
:status :good
:comment "all-in-one"
+:model "PX-M350F"
+:interface "USB"
+:usbid "0x04b8" "0x08d0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M5040F"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M5041F"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M650A"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M650F"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M740F"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M741F"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "PX-M840F"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "Perfection 600"
:interface "SCSI"
:status :unsupported
@@ -1413,11 +1634,12 @@
:model "Perfection 610" ; command spec
:interface "USB"
:usbid "0x04b8" "0x0103"
-:status :complete
+:status :basic
:comment "overseas version of the GT-6600U"
:model "Perfection 636S"
:interface "SCSI"
+:scsi "EPSON" "Perfection636" "processor"
:status :complete
:comment "overseas version of the GT-7000S"
@@ -1441,6 +1663,7 @@
:model "Perfection 1200S" ; command spec
:interface "SCSI"
+:scsi "EPSON" "Perfection1200" "processor"
:status :complete
:comment "overseas version of the GT-7600S"
@@ -1546,6 +1769,7 @@
:model "Perfection 2450 PHOTO" ; command spec
:interface "USB IEEE1394"
+:scsi "EPSON" "GT-9700" "processor"
:usbid "0x04b8" "0x0112"
:status :complete
:comment "overseas version of the GT-9700F"
@@ -1570,6 +1794,7 @@
:model "Perfection 3200 PHOTO" ; command spec
:interface "USB IEEE1394"
+:scsi "EPSON" "GT-9800" "processor"
:usbid "0x04b8" "0x011c"
:status :complete
:comment "overseas version of the GT-9800F"
@@ -1621,6 +1846,12 @@
:status :unsupported
:comment "supported by the epkowa backend plus non-free interpreter"
+:model "Perfection V19"
+:interface "USB"
+:usbid "0x04b8" "0x013c"
+:status :unsupported
+:comment "supported by the epkowa backend plus non-free interpreter"
+
:model "Perfection V30"
:interface "USB"
:usbid "0x04b8" "0x0131"
@@ -1639,6 +1870,12 @@
:status :unsupported
:comment "supported by the epkowa backend plus non-free interpreter"
+:model "Perfection V39"
+:interface "USB"
+:usbid "0x04b8" "0x013d"
+:status :unsupported
+:comment "supported by the epkowa backend plus non-free interpreter"
+
:model "Perfection V100 Photo"
:interface "USB"
:usbid "0x04b8" "0x012d"
@@ -1681,6 +1918,12 @@
:status :unsupported
:comment "supported by the epkowa backend plus non-free interpreter"
+:model "Perfection V550 Photo"
+:interface "USB"
+:usbid "0x04b8" "0x013b"
+:status :unsupported
+:comment "supported by the epkowa backend plus non-free interpreter"
+
:model "Perfection V600 Photo"
:interface "USB"
:usbid "0x04b8" "0x013a"
@@ -1689,16 +1932,29 @@
:model "Perfection V700 Photo"
:interface "USB"
+:scsi "EPSON" "GT-X900" "processor"
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested<br>overseas version of the GT-X900"
:model "Perfection V750 Photo"
:interface "USB"
+:scsi "EPSON" "GT-X900" "processor"
:usbid "0x04b8" "0x012c"
:status :good
:comment "IEEE1394 untested<br>overseas version of the GT-X900"
+:model "Perfection V800 Photo"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+
+:model "Perfection V850 Pro"
+:interface "USB"
+:usbid "0x04b8" "0x0151"
+:status :good
+:comment "overseas version of the GT-X980"
+
:model "Stylus CX1500" ; Australia
:interface "USB"
:usbid "0x04b8" "0x080c"
@@ -1761,7 +2017,8 @@
:model "Stylus CX3810"
:interface "USB"
-:status :untested
+:usbid "0x04b8" "0x0818"
+:status :good
:comment "all-in-one"
:model "Stylus CX3900"
@@ -2055,13 +2312,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office BX305F"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office BX305FW"
:interface "USB"
@@ -2145,13 +2402,13 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office TX320F Series"
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus Office TX510FN Series"
:interface "USB"
@@ -2193,7 +2450,7 @@
:interface "USB"
:usbid "0x04b8" "0x0862"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-703A"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-703A"
:model "Stylus Photo PX700W"
:interface "USB Network"
@@ -2475,7 +2732,7 @@
:interface "USB"
:usbid "0x04b8" "0x0848"
:status :good
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus NX330 Series"
:interface "USB"
@@ -2499,7 +2756,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus NX430W Series"
:interface "USB"
@@ -2613,7 +2870,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus SX430W Series"
:interface "USB"
@@ -2757,7 +3014,7 @@
:interface "USB"
:usbid "0x04b8" "0x0864"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "Stylus TX430W Series"
:interface "USB"
@@ -2807,6 +3064,24 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-535F"
+:model "WF-2630 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-2650 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-2660 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WF-3520 Series"
:interface "USB"
:usbid "0x04b8" "0x0899"
@@ -2825,6 +3100,42 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "WF-3620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M740F"
+
+:model "WF-3640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M741F"
+
+:model "WF-4630 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08be"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-4640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08be"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-5620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M840F"
+
+:model "WF-5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WF-7510 Series"
:interface "USB"
:usbid "0x04b8" "0x0869"
@@ -2837,47 +3148,77 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-1700F"
+:model "WF-7610 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5040F"
+
+:model "WF-7620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b9"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5041F"
+
:model "WF-M1560 Series"
:interface "USB"
:usbid "0x04b8" "0x08ab"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "WF-M5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08d0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M350F"
+
+:model "WF-R4640 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08cd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
+:model "WF-R5690 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08cd"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "WP-4511"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4515"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
:model "WP-4521"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4525"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4530 Series"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4540 Series"
:interface "USB"
:usbid "0x04b8" "0x087d"
:status :complete
-:comment "network interface option supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
:model "WP-4590 Series"
:interface "USB"
@@ -2895,7 +3236,7 @@
:interface "USB"
:usbid "0x04b8" "0x0863"
:status :complete
-:comment "network interface (option) supported via DFSG non-free iscan-network-nt package<br>some models in the series have a built-in network interface<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>some models in the series have a built-in network interface<br>all-in-one"
:model "WorkForce 435"
:interface "USB"
@@ -2985,19 +3326,25 @@
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
:model "XP-212"
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
:model "XP-215"
:interface "USB"
:usbid "0x04b8" "0x08ae"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
+
+:model "XP-225"
+:interface "USB"
+:usbid "0x04b8" "0x08c0"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-047A"
:model "XP-300 Series"
:interface "USB"
@@ -3009,7 +3356,13 @@
:interface "USB"
:usbid "0x04b8" "0x08af"
:status :complete
-:comment "network interface supported via DFSG non-free iscan-network-nt package"
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-436A"
+
+:model "XP-320 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08bf"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-437A"
:model "XP-400 Series"
:interface "USB"
@@ -3023,73 +3376,115 @@
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "XP-420 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c1"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+
:model "XP-600 Series"
:interface "USB"
:usbid "0x04b8" "0x089e"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-775A"
+:model "XP-510 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-706A"
+
+:model "XP-520 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
+
+:model "XP-610 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-776AB/EP-776AW"
+
+:model "XP-620 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c8"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
+
:model "XP-700 Series"
:interface "USB"
:usbid "0x04b8" "0x089d"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
+:model "XP-710 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b5"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-806AB/EP-806AR/EP-806AW"
+
+:model "XP-720 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
+
:model "XP-750 Series"
:interface "USB"
:usbid "0x04b8" "0x089c"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-805A/EP-805AR/EP-805AW"
+:model "XP-760 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c7"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
+
:model "XP-800 Series"
:interface "USB"
:usbid "0x04b8" "0x089b"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905A"
+:model "XP-810 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b4"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-906F"
+
+:model "XP-820 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
+
:model "XP-850 Series"
:interface "USB"
:usbid "0x04b8" "0x089a"
:status :complete
:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905F"
-:model "Epson ME 350"
-:interface "USB"
-:usbid "0x04b8" "0x088d"
-:status :good
-
-:model "WP-M4525, WP-M4521, PX-K751F, WP-M4595"
-:interface "USB"
-:usbid "0x04b8" "0x08a7"
-:status :good
-
-:model "EP-976A3, XP-950"
-:interface "USB"
-:usbid "0x04b8" "0x08b3"
-:status :good
-
-:model "EP-906F, XP-810"
-:interface "USB"
-:usbid "0x04b8" "0x08b4"
-:status :good
-
-:model "EP-806A, XP-710"
-:interface "USB"
-:usbid "0x04b8" "0x08b5"
-:status :good
-
-:model "EP-776A, XP-610"
-:interface "USB"
-:usbid "0x04b8" "0x08b6"
-:status :good
-
-:model "EP-706A, XP-510"
-:interface "USB"
-:usbid "0x04b8" "0x08b7"
-:status :good
-
-:model "LP-M8040, LP-M8040A, LP-M8040F"
-:interface "USB"
-:usbid "0x04b8" "0x08ad"
-:status :good
+:model "XP-860 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08c6"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
+
+:model "XP-950 Series"
+:interface "USB"
+:usbid "0x04b8" "0x08b3"
+:status :complete
+:comment "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-976A3"
+
+:model "Epson ME 350"
+:interface "USB"
+:usbid "0x04b8" "0x088d"
+:status :good
+
+:model "WP-M4525, WP-M4521, PX-K751F, WP-M4595"
+:interface "USB"
+:usbid "0x04b8" "0x08a7"
+:status :good
diff --git a/doc/descriptions/fujitsu.desc b/doc/descriptions/fujitsu.desc
index e74a7f6..d4e232b 100644
--- a/doc/descriptions/fujitsu.desc
+++ b/doc/descriptions/fujitsu.desc
@@ -12,7 +12,7 @@
:backend "fujitsu" ; name of backend
:url "http://www.thebility.com/fujitsu/"
-:version "118" ; version of backend
+:version "127" ; version of backend
:manpage "sane-fujitsu" ; name of manpage (if it exists)
:comment "Backend updated for SANE release 1.0.25, see sane-fujitsu manpage"
:devicetype :scanner ; start of a list of devices....
@@ -167,9 +167,14 @@
:usbid "0x04c5" "0x11a2"
:comment "small, discontinued, same as S1500"
+:model "ScanSnap N1800"
+:interface "Ethernet"
+:status :untested
+:comment "small, discontinued, integrated touchscreen and keyboard"
+
;==================================================
; CURRENT MODELS, SMALL
-:model "ScanSnap N1800"
+:model "ScanSnap N7100"
:interface "Ethernet"
:status :untested
:comment "small, current, integrated touchscreen and keyboard"
@@ -203,6 +208,18 @@
:usbid "0x04c5" "0x132b"
:comment "small, current, WiFi not supported. Hardware only scans in color. Backend generates binary and grayscale modes."
+:model "ScanSnap iX100"
+:interface "USB WiFi"
+:status :good
+:usbid "0x04c5" "0x13f4"
+:comment "small, current, WiFi not supported."
+
+:model "ScanSnap SV600"
+:interface "USB"
+:status :untested
+:usbid "0x04c5" "0x128e"
+:comment "Also has a second USB VID 0x13ba. Will require some gymnastics to support."
+
;==================================================
; DISCONTINUED OLDER MODELS, MEDIUM
:model "M3093E"
@@ -302,25 +319,25 @@
:usbid "0x04c5" "0x114e"
:comment "medium, recent, discontinued"
-;==================================================
-; CURRENT MODELS, MEDIUM
-
-:model "fi-5530C2"
-:interface "SCSI USB"
-:status :complete
-:usbid "0x04c5" "0x114a"
-:comment "medium, current"
-
:model "fi-6140Z"
:interface "SCSI USB"
:status :complete
:usbid "0x04c5" "0x11f1"
-:comment "medium, current"
+:comment "medium, recent, discontinued"
:model "fi-6240Z"
:interface "SCSI USB"
:status :complete
:usbid "0x04c5" "0x11f2"
+:comment "medium, recent, discontinued"
+
+;==================================================
+; CURRENT MODELS, MEDIUM
+
+:model "fi-5530C2"
+:interface "SCSI USB"
+:status :complete
+:usbid "0x04c5" "0x114a"
:comment "medium, current"
:model "fi-7180"
@@ -466,3 +483,8 @@
:status :untested
:usbid "0x04c5" "0x119e"
:comment "big, current. VRS CGA board unsupported, Independent ultrasonic control and multistream unsupported"
+
+:model "fi-6400"
+:interface "SCSI USB"
+:status :untested
+;:usbid "0x04c5" "0x"
diff --git a/doc/descriptions/genesys.desc b/doc/descriptions/genesys.desc
index cb91476..6d400f2 100644
--- a/doc/descriptions/genesys.desc
+++ b/doc/descriptions/genesys.desc
@@ -148,7 +148,7 @@
:model "CanoScan LiDE 120"
:interface "USB"
:usbid "0x04a9" "0x190e"
-:status :untested
+:status :unsupported
:comment "GL124+ based, resolution from 75 to 2400 dpi"
:model "CanoScan LiDE 200"
diff --git a/doc/descriptions/hp.desc b/doc/descriptions/hp.desc
index 8a662c5..24f4f4a 100644
--- a/doc/descriptions/hp.desc
+++ b/doc/descriptions/hp.desc
@@ -10,9 +10,8 @@
;
:backend "hp" ; name of backend
-:version "1.06" ; version of backend
+:version "unmaintained" ; version of backend
:manpage "sane-hp" ; name of manpage (if it exists)
-:url "http://www.kirchgessner.net/" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
@@ -58,27 +57,30 @@
:interface "SCSI"
:status :complete
:scsi "HP" "C1130A" "processor"
+:comment "Buttons may not work on some scanners"
:model "ScanJet 4100C"
:interface "USB"
:usbid "0x03f0" "0x0101"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "ScanJet 5p"
:interface "SCSI"
:status :complete
:scsi "HP" "C5110A" "processor"
+:comment "Buttons may not work on some scanners"
:model "ScanJet 5100C"
:interface "Parport"
:status :complete
-:comment "Requires ppscsi driver and epst module"
+:comment "Requires ppscsi driver and epst module. Buttons may not work on some scanners"
:model "ScanJet 5200C"
:interface "Parport USB"
:usbid "0x03f0" "0x0401"
:status :complete
-:comment "Parallel interface requires ppscsi driver and epst module"
+:comment "Parallel interface requires ppscsi driver and epst module. Buttons may not work on some scanners"
:model "ScanJet 6100C"
:interface "SCSI"
@@ -89,27 +91,32 @@
:scsi "HP" "C6270A" "processor"
:usbid "0x03f0" "0x0201"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "ScanJet 6250C"
:interface "SCSI USB"
:usbid "0x03f0" "0x0201"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "ScanJet 6300C"
:interface "SCSI USB"
:scsi "HP" "C7670A" "processor"
:usbid "0x03f0" "0x0601"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "ScanJet 6350C"
:interface "SCSI USB"
:usbid "0x03f0" "0x0601"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "ScanJet 6390C"
:interface "SCSI USB"
:usbid "0x03f0" "0x0601"
:status :complete
+:comment "Buttons may not work on some scanners"
:model "PhotoSmart PhotoScanner"
:interface "SCSI"
diff --git a/doc/descriptions/magicolor.desc b/doc/descriptions/magicolor.desc
index 3a7d9b0..be785e9 100644
--- a/doc/descriptions/magicolor.desc
+++ b/doc/descriptions/magicolor.desc
@@ -22,6 +22,12 @@
:comment "Multi-function color laser printer with fax, scanner and network interface"
:url "http://www.konicaminolta.eu/business-solutions/products/laser-printers/all-in-one/magicolor-1690mf/key-features.html"
+:model "magicolor 4690MF"
+:interface "USB Network"
+:usbid "0x132b" "0x2079"
+:status :good
+:comment "Multi-function color laser printer with fax, scanner and network interface"
+
:model "BizHub 162/132"
:interface "USB Network"
:usbid "ignore"
diff --git a/doc/descriptions/mustek_usb2.desc b/doc/descriptions/mustek_usb2.desc
index 011cef9..011cef9 100755..100644
--- a/doc/descriptions/mustek_usb2.desc
+++ b/doc/descriptions/mustek_usb2.desc
diff --git a/doc/descriptions/pieusb.desc b/doc/descriptions/pieusb.desc
new file mode 100644
index 0000000..d3855a3
--- /dev/null
+++ b/doc/descriptions/pieusb.desc
@@ -0,0 +1,85 @@
+;
+; SANE Backend specification file
+;
+; It's basically emacs-lisp --- so ";" indicates comment to end of line.
+; All syntactic elements are keyword tokens, followed by a string or
+; keyword argument, as specified.
+;
+; ":backend" *must* be specified.
+; All other information is optional (but what good is the file without it?).
+;
+
+:backend "pieusb" ; name of backend
+:version "1.0" ; version of backend
+:manpage "sane-pieusb" ; name of manpage (if it exists)
+:url "https://github.com/kkaempf/sane-backends" ; backend's web page
+
+:devicetype :scanner ; start of a list of devices....
+ ; other types: :stillcam, :vidcam,
+ ; :meta, :api
+
+:mfg "PIE"
+:url "http://www.scanace.com"
+
+:model "PowerSlide 3600"
+:interface "USB"
+:status :untested
+:comment "Identical to Reflecta DigitDia 3600"
+
+:model "PowerSlide 3650"
+:interface "USB"
+:status :untested
+:comment "Identical to Reflecta DigitDia 4000"
+
+:model "PowerSlide 4000"
+:interface "USB"
+:status :untested
+:comment "Identical to Reflecta DigitDia 5000"
+
+:model "PowerSlide 5000"
+:interface "USB"
+:status :untested
+:comment "Identical to Reflecta DigitDia 6000"
+
+:mfg "Reflecta"
+:url "https://reflecta.de"
+
+:model "Reflecta ProScan 7200"
+:interface "USB"
+:usbid "0x05e3" "0x0145"
+:status :basic
+:comment "Similar to PrimeFilm 7250 scanner from Pacific Image Electronics"
+
+:model "CrystalScan 7200"
+:interface "USB"
+:status :untested
+
+:model "Reflecta CrystalScan 7250"
+:interface "USB"
+:usbid "0x05e3" "0x0145"
+:status :basic
+:comment "Similar to PrimeFilm 7250 scanner from Pacific Image Electronics"
+
+:model "DigitDia 3600"
+:interface "USB"
+:status :untested
+:comment "Identical to Pacific Image Electronics PowerSlide 3600 scanner"
+
+:model "DigitDia 4000"
+:interface "USB"
+:status :untested
+:comment "Identical to Pacific Image Electronics PowerSlide 3650 scanner"
+
+:model "DigitDia 5000"
+:interface "USB"
+:status :untested
+:comment "Identical to Pacific Image Electronics PowerSlide 4000 scanner"
+
+:model "Reflecta DigitDia 6000 Multiple Slide Scanner"
+:interface "USB"
+:usbid "0x05e3" "0x0142"
+:status :good
+:comment "Identical to Pacific Image Electronics PowerSlide 5000 scanner"
+
+; :comment and :url specifiers are optional after :mfg, :model, :desc,
+; and at the top-level.
diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc
index d34859a..5e38e76 100644
--- a/doc/descriptions/pixma.desc
+++ b/doc/descriptions/pixma.desc
@@ -11,7 +11,7 @@
; See doc/descriptions.txt for details.
:backend "pixma" ; name of backend
-:version "0.17.18" ; version of backend (or "unmaintained")
+:version "0.17.23" ; version of backend (or "unmaintained")
:manpage "sane-pixma" ; name of manpage (if it exists)
;:comment "Devices marked as experimantal are disabled by default. See the manual page for how to enable them."
@@ -118,6 +118,12 @@
:status :complete
:comment "All resolutions supported (up to 1200DPI)."
+:model "PIXMA MG3600 Series"
+:interface "USB Ethernet WiFi"
+:usbid "0x04a9" "0x178a"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA MG4100 Series"
:interface "USB"
:usbid "0x04a9" "0x1753"
@@ -209,10 +215,10 @@
:comment "All resolutions supported (up to 2400DPI)."
:model "PIXMA MG7500 Series"
-:interface "USB"
+:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x177c"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "All resolutions supported (up to 2400DPI)."
:model "PIXMA MG8100 Series"
:interface "USB"
@@ -632,8 +638,8 @@
:model "PIXMA MX470 Series"
:interface "USB Ethernet"
:usbid "0x04a9" "0x1774"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)."
:model "PIXMA MX490 Series"
:interface "USB WiFi"
diff --git a/doc/descriptions/stv680.desc b/doc/descriptions/stv680.desc
index fee96d7..fee96d7 100755..100644
--- a/doc/descriptions/stv680.desc
+++ b/doc/descriptions/stv680.desc
diff --git a/doc/sane-apple.man b/doc/sane-apple.man
index 2d388bf..7c55a5a 100644
--- a/doc/sane-apple.man
+++ b/doc/sane-apple.man
@@ -121,6 +121,7 @@ Cannot up/download halftone patterns, calibration vectors,
custom Color Correction Tables (CCT) and of course custom gamma tables.
.TP
.B Park/UnPark (OneScanner, ColorOneScanner)
+Some capabilities are missing.
.PP
The above functionalities are missing because I don't
have the hardware to experiment on. Another reason is my lack
@@ -240,8 +241,8 @@ and
.TP
.B Scan
Make scanning possible for all models in all supported modes.
-.TP
-.B Missing Functionality
+.PP
+Add other missing functionality
.SH "SEE ALSO"
sane(7), sane\-scsi(5)
diff --git a/doc/sane-canon_dr.man b/doc/sane-canon_dr.man
index 6ac3fc3..3e8ac06 100644
--- a/doc/sane-canon_dr.man
+++ b/doc/sane-canon_dr.man
@@ -1,4 +1,4 @@
-.TH sane\-canon_dr 5 "16 Sep 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH sane\-canon_dr 5 "31 Aug 2015" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-canon_dr
.SH NAME
@@ -10,7 +10,7 @@ The
library implements a SANE (Scanner Access Now Easy) backend which
provides access to some Canon DR-series scanners.
-This document describes backend version 41, which shipped with SANE 1.0.24.
+This document describes backend version 51, which shipped with SANE 1.0.25.
.SH SUPPORTED HARDWARE
This version has only been tested with a few scanner models. Please see
diff --git a/doc/sane-fujitsu.man b/doc/sane-fujitsu.man
index e996802..29004d9 100644
--- a/doc/sane-fujitsu.man
+++ b/doc/sane-fujitsu.man
@@ -1,4 +1,4 @@
-.TH sane\-fujitsu 5 "17 Sep 2013" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH sane\-fujitsu 5 "31 Aug 2015" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-fujitsu
.SH NAME
@@ -10,13 +10,13 @@ The
library implements a SANE (Scanner Access Now Easy) backend which
provides access to most Fujitsu flatbed and ADF scanners.
-This document describes backend version 117, which shipped with SANE 1.0.24.
+This document describes backend version 127, which shipped with SANE 1.0.25.
.SH SUPPORTED HARDWARE
This version supports every known model which speaks the Fujitsu SCSI and
SCSI\-over\-USB protocols. Specifically, the SCSI M309x and M409x series, the
SCSI fi\-series, most of the USB fi\-series, the USB ScanSnap S5xx/S15xx, and
-the USB iX5xx series scanners are supported. Please see the list at
+the USB iX1xx/5xx series scanners are supported. Please see the list at
http://www.sane\-project.org/sane\-supported\-devices.html for details.
This backend may support other Fujitsu scanners. The best
@@ -215,7 +215,7 @@ Automatic length detection support funded by:
Martin G. Miller
mgmiller at optonline.net
-Hardware donated, software image enhancement and fi-6xxx support funded by:
+Hardware donated, software image enhancement and fi-6/7xxx support funded by:
Fujitsu Computer Products of America, Inc.
www.fcpa.com
diff --git a/doc/sane-genesys.man b/doc/sane-genesys.man
index 2acd717..ee3e0af 100644
--- a/doc/sane-genesys.man
+++ b/doc/sane-genesys.man
@@ -10,7 +10,7 @@ access to USB flatbed scanners based on the Genesys GL646, GL841, GL843, GL847 a
At present, the following scanners are known to work with this backend:
.PP
.RS
-Canon LiDE 35/40/50/60/100/110/120/200/210/220/700
+Canon LiDE 35/40/50/60/100/110/200/210/220/700
.br
Hewlett-Packard HP2300C/HP2400/HP3670/HP3690/G4010/G4050
.br
diff --git a/doc/sane-mustek_pp.man b/doc/sane-mustek_pp.man
index 1316cf2..253759d 100644
--- a/doc/sane-mustek_pp.man
+++ b/doc/sane-mustek_pp.man
@@ -486,5 +486,3 @@ also a worthy information. Please also include the optical resolution and lamp t
.I any further comments
if you have comments about the documentation (what could be done better), or you
think I should know something, please include it.
-.TP
-.I some nice greetings
diff --git a/doc/sane-pieusb.man b/doc/sane-pieusb.man
new file mode 100644
index 0000000..e38e8e1
--- /dev/null
+++ b/doc/sane-pieusb.man
@@ -0,0 +1,111 @@
+.TH sane\-pieusb 5 "10 Aug 2015" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.IX sane\-pieusb
+.SH NAME
+sane\-pieusb \- SANE backend for USB-connected PIE PowerSlide and
+Reflecta DigitDia/CrystalScan/ProScan slide scanners
+
+.SH DESCRIPTION
+The
+.B sane\-pieusb
+library implements a SANE (Scanner Access Now Easy) backend that
+provides access to USB-connected PIE and Reflecta slide scanners.
+.br
+At present, the following scanners should work with this backend:
+.PP
+.ft CR
+.nf
+Model: Status
+------------------------- ------
+PIE PowerSlide 3600 Untested
+PIE PowerSlide 3650 Untested
+PIE PowerSlide 4000 Untested
+PIE PowerSlide 5000 Untested
+Reflecta CrystalScan 7200 Untested
+Reflecta ProScan 4000 Untested
+Reflecta ProScan 7200 Untested
+Reflecta DigitDia 3600 Untested
+Reflecta DigitDia 4000 Untested
+Reflecta DigitDia 5000 Untested
+Reflecta DigitDia 6000 Ok
+.fi
+.ft R
+.PP
+
+.SH "MULTIPLE SLIDES"
+Support for multiple slide scanners (like the PowerSlide or DigitDia
+series) is done by auto-advancing ('Advance slide' setting) the slide
+after each scan.
+
+However, for best results, it is recommended to do a preview for
+every slide since this sets gamma, brightness, and contrast to optimal
+values.
+
+Attention: SANE does not have an automatic landscape/portrait
+detection and re-orientation when scanning multiple slides. You have
+to put all slides into one orientation first !
+
+.SH "DIRT REMOVAL"
+If available, pieusb supports infrared scans for dirt detection and
+removal. This must be enabled via the 'Clean image' setting.
+
+.SH "KNOWN PROBLEMS"
+The pieusb backend supports dirt removal based on infrared scan
+information. Since SANE does not provide post-processing in the
+backend, pieusb does the scanning and dirt removal during the setup
+phase. The 'scan' phase is only used to transfer the completed image.
+Therefore pieusb does not multi-thread making a typical frontend
+appear as 'blocked'. Also cancel requests are only honored between
+scans.
+
+.SH "ENVIRONMENT"
+.TP
+.B SANE_DEBUG_PIEUSB
+If the library was compiled with debug support enabled, this
+environment variable controls the debug level for this backend. E.g.,
+a value of 128 requests all debug output to be printed. Smaller
+levels reduce verbosity.
+
+.PP
+.RS
+.ft CR
+.nf
+level debug output
+\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
+ 0 nothing
+ 1 errors
+ 2 warnings & minor errors
+ 5 additional information
+ 7 SANE api calls
+ 9 backend functions
+11 scanner functions
+13 usb functions
+15 image buffer functions
+.fi
+.ft R
+.RE
+.PP
+
+.SH FILES
+.TP
+.I @CONFIGDIR@/pieusb.conf
+The backend configuration file
+.TP
+.I @LIBDIR@/libsane\-pieusb.a
+The static library implementing this backend.
+.TP
+.I @LIBDIR@/libsane\-pieusb.so
+The shared library implementing this backend (present on systems that
+support dynamic loading).
+.PP
+
+.SH SEE ALSO
+sane(7)
+
+.SH "CONTACT AND BUG-REPORTS"
+Please send any information and bug-reports to:
+.br
+.B Klaus Kämpf <kkaempf@suse.com>
+
+.SH AUTHORS
+The pieusb backend is based on work by Jan Vleeshouwers, Michael
+Rickmann, and Klaus Kämpf
diff --git a/doc/sane-pixma.man b/doc/sane-pixma.man
index ac1627e..8051688 100644
--- a/doc/sane-pixma.man
+++ b/doc/sane-pixma.man
@@ -1,4 +1,4 @@
-.TH "sane\-pixma" "5" "18 Mai 2015" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH "sane\-pixma" "5" "29 Jul 2015" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-pixma
.SH NAME
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
@@ -19,7 +19,7 @@ PIXMA MG2100, MG2200, MG2400, MG2500, MG2900, MG3100, MG3200
.br
PIXMA MG3500, MG4200, MG5100, MG5200, MG5300, MG5500, MG6100
.br
-PIXMA MG6200, MG6300, MG6400, MG7100, MG8200
+PIXMA MG6200, MG6300, MG6400, MG7100, MG7500, MG8200
.br
PIXMA MP140, MP150, MP160, MP170, MP180, MP190
.br
@@ -41,9 +41,9 @@ PIXMA MP960, MP970, MP980, MP990
.br
PIXMA MX300, MX310, MX330, MX340, MX350, MX360, MX370
.br
-PIXMA MX410, MX420, MX510, MX520, MX530, MX700, MX720, MX7600
+PIXMA MX410, MX420, MX470, MX510, MX520, MX530, MX700, MX720
.br
-PIXMA MX850, MX860, MX870, MX882, MX885, MX890, MX920
+PIXMA MX850, MX860, MX870, MX882, MX885, MX890, MX920, MX7600
.br
imageCLASS MF3110, MF3240, MF4010, MF4018
.br
@@ -81,11 +81,11 @@ Feedback in the sane\-devel mailing list welcome.
.RS
PIXMA E400, E460, E480, E500, E510, E560, E600, E610
.br
-PIXMA MG4100, MG5400, MG5600, MG6500, MG6600, MG7500, MG8100
+PIXMA MG3600, MG4100, MG5400, MG5600, MG6500, MG6600, MG8100
.br
PIXMA MP375R, MP493, MP495, MP740
.br
-PIXMA MX320, MX390, MX430, MX450, MX470, MX490, MX710
+PIXMA MX320, MX390, MX430, MX450, MX490, MX710
.br
imageCLASS MF810/820, MF5630, MF5650, MF5750, MF8030, MF8170c
.br
diff --git a/doc/saned.man b/doc/saned.man
index 8721b15..5f7bc20 100644
--- a/doc/saned.man
+++ b/doc/saned.man
@@ -214,7 +214,19 @@ service sane\-port
.ft R
.RE
.SH SYSTEMD CONFIGURATION
-for systemd we need to add 2 configuation files in
+Saned can be compiled with explicit systemd support. This
+will allow logging debugging information to be forwarded
+to the systemd journal. The systemd support
+requires compilation with the systemd-devel package
+installed on the system. this is the preferred option.
+
+Saned can be used wih systemd without the systemd integration
+compiled in, but then logging of debug information is not supported.
+
+The systemd configuration is different for the 2 options, so
+both are described below.
+.SH Systemd configuration for saned with systemd support compiled in
+for the systemd configuration we need to add 2 configuation files in
.I /etc/systemd/system.
.PP
The first file we need to add here is called
@@ -257,23 +269,89 @@ Group=saned
StandardInput=null
StandardOutput=syslog
StandardError=syslog
-# Environment=SANE_CONFIG_DIR=@CONFIGDIR@ SANE_DEBUG_DLL=255
+Environment=SANE_CONFIG_DIR=@CONFIGDIR@
+# If you need to debug your configuration uncomment the next line and
+# change it as appropriate to set the desired debug options
+# Environment=SANE_DEBUG_DLL=255 SANE_DEBUG_BJNP=5
+
+[Install]
+Also=saned.socket
.fi
.ft R
.RE
.PP
-Is you need to set an environment variable for saned like
+You need to set an environment variable for
.B SANE_CONFIG_DIR
-you will have to remove the # on the last line and set the variable
-appropriately. Multiple variables can be set by separating the assignments
-by spaces as shown in the example above.
+pointing to the directory where saned can find its configuration files.
+you will have to remove the # on the last line and set the variables
+for the desired debugging information if required. Multiple variables
+can be set by separating the assignments by spaces as shown in the
+example above.
.PP
Unlike
.I (x)inetd
-systemd allows debugging output from backends set using
-.B SANE_DEBUG_<backend_name>
-to be captured. With the service unit as described above, the debugging output is
+, systemd allows debugging output from backends set using
+.B SANE_DEBUG_XXX
+to be captured. See the man-page for your backend to see what options
+are supported.
+With the service unit as described above, the debugging output is
forwarded to the system log.
+
+.SH Systemd configuration when saned is compiled without systemd support
+This configuration will also work when Saned is compiled WITH systemd integration
+support, but it does not allow debugging information to be logged.
+.PP
+for systemd configuration for saned, we need to add 2 configuation files in
+.I /etc/systemd/system.
+.PP
+The first file we need to add here is called
+.I saned.socket.
+It is identical to the version for systemd with the support compiled in.
+It shall have the following contents:
+.PP
+.RS
+.ft CR
+.nf
+[Unit]
+Description=saned incoming socket
+
+[Socket]
+ListenStream=6566
+Accept=yes
+MaxConnections=1
+
+[Install]
+WantedBy=sockets.target
+.fi
+.ft R
+.RE
+.PP
+The second file to be added is
+.I saned@.service
+This one differes from the sersion with systemd integration compiled in:
+.PP
+.RS
+.ft CR
+.nf
+[Unit]
+Description=Scanner Service
+Requires=saned.socket
+
+[Service]
+ExecStart=/usr/sbin/saned
+User=saned
+Group=saned
+StandardInput=socket
+
+Environment=SANE_CONFIG_DIR=/etc/sane.d
+
+[Install]
+Also=saned.socket
+.fi
+.ft R
+.RE
+.PP
+
.SH FILES
.TP
.I /etc/hosts.equiv
diff --git a/doc/scanimage.man b/doc/scanimage.man
index 79a1251..4d47eb8 100644
--- a/doc/scanimage.man
+++ b/doc/scanimage.man
@@ -42,7 +42,8 @@ command-line options. After command-line processing,
normally proceeds to acquire an image. The image data is written to
standard output in one of the PNM (portable aNyMaP) formats (PBM for
black-and-white images, PGM for grayscale images, and PPM for color
-images) or in TIFF (black-and-white, grayscale or color).
+images), TIFF format (black-and-white, grayscale or color), PNG format,
+or JPEG format.
.B scanimage
accesses image acquisition devices through the
.B SANE
@@ -103,9 +104,11 @@ The
option selects how image data is written to standard output.
.I format
can be
-.B pnm
+.BR pnm ,
+.BR tiff ,
+.BR png ,
or
-.BR tiff.
+.BR jpeg .
If
.B \-\-format
is not used, PNM is written.
@@ -164,8 +167,8 @@ feeders.
is used to specify the format of the filename that each page will be written
to. Each page is written out to a single file. If
.I format
-is not specified, the default of out%d.pnm (or out%d.tif for \-\-format tiff)
-will be used.
+is not specified, the default of out%d.pnm (or out%d.tif for \-\-format tiff,
+out%d.png for \-\-format png or out%d.jpg for \-\- format jpeg) will be used.
.I format
is given as a printf style string with one integer parameter.
.B \-\-batch\-start
@@ -262,9 +265,9 @@ level.
.PP
The
.B \-B
-or
-.B \-\-buffer-size
-changes the input buffer size from 32KB to the number kB specified or 1M.
+option without argument changes the input buffer size from the default 32KB to 1MB. For finer grained control, use
+.B \-\-buffer-size=
+followed by the number of KB.
.PP
The
.B \-V