summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-02 17:13:01 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-02-02 17:13:01 +0100
commitffa8801644a7d53cc1c785e3450f794c07a14eb0 (patch)
tree8d72a18a9a08b9151d12badcb1c78ce06a059f62 /doc
parent1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff)
New upstream version 1.0.29upstream/1.0.29
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am11
-rw-r--r--doc/backend-writing.txt16
-rw-r--r--doc/descriptions-external/brother-mfc4600.desc2
-rw-r--r--doc/descriptions-external/brother.desc2
-rw-r--r--doc/descriptions-external/brother2.desc2
-rw-r--r--doc/descriptions-external/cs3200f.desc2
-rw-r--r--doc/descriptions-external/hp3770.desc2
-rw-r--r--doc/descriptions-external/hp8200.desc2
-rw-r--r--doc/descriptions-external/hpaio.desc3152
-rw-r--r--doc/descriptions-external/lhii.desc2
-rw-r--r--doc/descriptions-external/panamfs.desc2
-rw-r--r--doc/descriptions-external/primascan.desc2
-rw-r--r--doc/descriptions-external/scangearmp2.desc425
-rw-r--r--doc/descriptions-external/template.desc.2
-rw-r--r--doc/descriptions-external/utsushi.desc67
-rw-r--r--doc/descriptions/escl.desc7
-rw-r--r--doc/descriptions/fujitsu.desc6
-rw-r--r--doc/descriptions/genesys.desc32
-rw-r--r--doc/descriptions/pixma.desc150
-rw-r--r--doc/descriptions/ricoh2.desc9
-rw-r--r--doc/descriptions/unsupported.desc20
-rw-r--r--doc/releases.txt31
-rw-r--r--doc/sane-escl.man41
-rw-r--r--doc/sane-pixma.man101
-rw-r--r--doc/sane-ricoh2.man6
-rw-r--r--doc/sane.man10
26 files changed, 3265 insertions, 839 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1651ed9..56d3517 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,12 +19,12 @@ EXTRA_DIST = scanimage.man sane-config.man sane-find-scanner.man \
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-escl.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-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-ricoh.5 sane-avision.5 sane-plustek.5 sane-st400.5 \
+ sane-ricoh.5 sane-ricoh2.5 sane-avision.5 sane-plustek.5 sane-st400.5 \
sane-mustek_pp.5 sane-dc210.5 sane-v4l.5 sane-snapscan.5 \
sane-canon.5 sane-coolscan.5 sane-bh.5 sane-dc240.5 \
sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \
@@ -41,8 +41,8 @@ BACKEND_5MANS = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 \
EXTRA_DIST += sane-abaton.man sane-agfafocus.man sane-apple.man sane-as6e.man \
sane-dll.man sane-dc25.man sane-dmc.man sane-epson.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-epson2.man sane-epsonds.man sane-escl.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-pieusb.man sane-pint.man sane-pnm.man sane-umax.man \
sane-qcam.man sane-scsi.man sane-artec.man sane-fujitsu.man \
@@ -157,7 +157,7 @@ DESC_FILES = descriptions/abaton.desc descriptions/agfafocus.desc \
descriptions/dc210.desc descriptions/dc240.desc descriptions/dc25.desc \
descriptions/dell1600n_net.desc descriptions/dll.desc descriptions/dmc.desc \
descriptions/epjitsu.desc descriptions/epson2.desc descriptions/epson.desc \
- descriptions/epsonds.desc \
+ descriptions/epsonds.desc descriptions/escl.desc \
descriptions/fujitsu.desc descriptions/genesys.desc \
descriptions/gphoto2.desc descriptions/gt68xx.desc descriptions/hp3500.desc \
descriptions/hp3900.desc descriptions/hp4200.desc descriptions/hp5400.desc \
@@ -203,6 +203,7 @@ DESC_EXT_FILES = descriptions-external/brother2.desc \
descriptions-external/primascan.desc \
descriptions-external/primax.desc \
descriptions-external/samsung.desc \
+ descriptions-external/scangearmp2.desc \
descriptions-external/scanwit.desc \
descriptions-external/utsushi.desc \
descriptions-external/v4l2.desc \
diff --git a/doc/backend-writing.txt b/doc/backend-writing.txt
index 576e8e4..736fcec 100644
--- a/doc/backend-writing.txt
+++ b/doc/backend-writing.txt
@@ -1,4 +1,4 @@
-2006-01-01
+2019-08-26
Here are a few rules and tips that should help writing a
SANE-conforming backend and including it into the SANE package:
@@ -79,16 +79,10 @@ sane-backends/
configure.ac depcomp install-sh ltmain.sh Makefile.am Makefile.in missing
mkinstalldirs: Part of the build system as explained above.
* ChangeLog:
- The ChangeLog contains all the changes made since the last stable release.
- If anything is changed in git, write a decent commit message documenting
- your work. This commit message will be included as is in the ChangeLog
- file for the next stable release. Users of development code should refer
- to the `git log` output or the on-line log.
- For more details on the format, see the SANE git page on the website.
- * ChangeLog-1.0.0, ChangeLog-1.0.1 (...):
- These files contain the ChangeLogs of older releases. Once a new release has
- been made, the current ChangeLog renamed to ChangeLog-1.something.something
- and a new empty ChangeLog is created.
+ The ChangeLog contains all the changes made since sane-backends-1.0.28
+ or a stub explaining how to create an up-to-date list of changes.
+ ChangeLogs for all releases up to and including 1.0.28 can be found in
+ the ChangeLogs/ directory. Please note that we skipped 1.0.26.
* AUTHORS COPYING INSTALL LICENSE:
General documentation + license.
* NEWS:
diff --git a/doc/descriptions-external/brother-mfc4600.desc b/doc/descriptions-external/brother-mfc4600.desc
index 18bd3cb..1f03591 100644
--- a/doc/descriptions-external/brother-mfc4600.desc
+++ b/doc/descriptions-external/brother-mfc4600.desc
@@ -12,8 +12,6 @@
:backend "brother-mfc4600" ; name of backend
;:version "0.42" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://sourceforge.net/projects/brother-mfc"
;:comment ""
diff --git a/doc/descriptions-external/brother.desc b/doc/descriptions-external/brother.desc
index 39c54da..e935a53 100644
--- a/doc/descriptions-external/brother.desc
+++ b/doc/descriptions-external/brother.desc
@@ -12,8 +12,6 @@
:backend "brother" ; name of backend
;:version "1.0.0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" ; backend's web page
:comment "External backend made by brother. As this software contains non-free parts, it can't be included into SANE. If you can't find your model here, please have a look at the brother website which contains the latest list."
diff --git a/doc/descriptions-external/brother2.desc b/doc/descriptions-external/brother2.desc
index afdb1a6..6be12ec 100644
--- a/doc/descriptions-external/brother2.desc
+++ b/doc/descriptions-external/brother2.desc
@@ -12,8 +12,6 @@
:backend "brother2" ; name of backend
;:version "1.0.0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" ; backend's web page
:comment "External backend made by brother. As this software contains non-free parts, it can't be included into SANE. If you can't find your model here, please have a look at the brother website which contains the latest list."
diff --git a/doc/descriptions-external/cs3200f.desc b/doc/descriptions-external/cs3200f.desc
index 15c8c33..4d22d95 100644
--- a/doc/descriptions-external/cs3200f.desc
+++ b/doc/descriptions-external/cs3200f.desc
@@ -12,8 +12,6 @@
:backend "cs3200f" ; name of backend
;:version "0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-cs3200f" ; name of manpage (if it exists)
;:url "http://www.luser.com/temp/" ; backend's web page
:comment "Backend is in experimental CVS"
diff --git a/doc/descriptions-external/hp3770.desc b/doc/descriptions-external/hp3770.desc
index c6e8b9f..03ce486 100644
--- a/doc/descriptions-external/hp3770.desc
+++ b/doc/descriptions-external/hp3770.desc
@@ -12,8 +12,6 @@
:backend "hp3770" ; name of backend
;:version "0.0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://www.cyberbaladeur.fr/telechargement.html" ; backend's web page
:comment "This backend can't be added to the SANE distribution because it consists of binary-only code."
diff --git a/doc/descriptions-external/hp8200.desc b/doc/descriptions-external/hp8200.desc
index 0a259be..7593d67 100644
--- a/doc/descriptions-external/hp8200.desc
+++ b/doc/descriptions-external/hp8200.desc
@@ -12,8 +12,6 @@
:backend "hp8200" ; name of backend
;:version "0.0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://www.cyberbaladeur.fr/telechargement.html" ; backend's web page
:comment "This backend can't be added to the SANE distribution because it consists of binary-only code."
diff --git a/doc/descriptions-external/hpaio.desc b/doc/descriptions-external/hpaio.desc
index dab5a8c..611d877 100644
--- a/doc/descriptions-external/hpaio.desc
+++ b/doc/descriptions-external/hpaio.desc
@@ -10,148 +10,568 @@
:devicetype :scanner ; start of a list of devices....
:mfg "Hewlett-Packard" ; name a manufacturer
:url "http://www.hp.com/united-states/consumer/gateway/printing_multifunction.html"
-:model "HP Officejet v30 All-in-one Printer"
+:model "HP 915 Inkjet All-in-one Printer"
:status :good
-:model "HP Officejet v40xi All-in-one Printer"
+:model "HP cm8050 Color Multifunction Printer With Edgeline Technology"
:status :good
-:model "HP Officejet v40s All-in-one Printer"
+:model "HP cm8060 Color Multifunction Printer With Edgeline Technology"
:status :good
-:model "HP Officejet r40 All-in-one Printer"
+:model "HP Color LaserJet 2800 All-in-one Printer"
:status :good
-:model "HP Officejet v40 All-in-one Printer"
+:model "HP Color LaserJet 2820 All-in-one Printer"
:status :good
-:model "HP Officejet r40xi All-in-one Printer"
+:model "HP Color LaserJet 2830 All-in-one Printer"
:status :good
-:model "HP Officejet t45xi All-in-one Printer"
+:model "HP Color LaserJet 2840 All-in-one Printer"
:status :good
-:model "HP Officejet r45 All-in-one Printer"
+:model "HP Color LaserJet 4730 Multifunction Printer"
:status :good
-:model "HP Officejet v45 All-in-one Printer"
+:model "HP Color LaserJet 4730x Multifunction Printer"
:status :good
-:model "HP Officejet t45 All-in-one Printer"
+:model "HP Color LaserJet 4730xm Multifunction Printer"
:status :good
-:model "HP Officejet g55 All-in-one Printer"
+:model "HP Color LaserJet 4730xs Multifunction Printer"
:status :good
-:model "HP Officejet g55xi All-in-one Printer"
+:model "HP Color LaserJet cm1015 Multifunction Printer"
:status :good
-:model "HP Officejet k60 All-in-one Printer"
+:model "HP Color LaserJet cm1017 Multifunction Printer"
:status :good
-:model "HP Officejet r60 All-in-one Printer"
+:model "HP Color LaserJet cm1312 Multifunction Printer"
:status :good
-:model "HP Officejet k60xi All-in-one Printer"
+:model "HP Color LaserJet cm1312nfi Multifunction Printer"
:status :good
-:model "HP Officejet t65xi All-in-one Printer"
+:model "HP Color LaserJet cm2320 Multifunction Printer"
:status :good
-:model "HP Officejet t65 All-in-one Printer"
+:model "HP Color LaserJet cm2320fxi Multifunction Printer"
:status :good
-:model "HP Officejet r65 All-in-one Printer"
+:model "HP Color LaserJet cm2320n Multifunction Printer"
:status :good
-:model "HP Officejet k80 All-in-one Printer"
+:model "HP Color LaserJet cm2320nf Multifunction Printer"
:status :good
-:model "HP Officejet k80xi All-in-one Printer"
+:model "HP Color LaserJet cm4730 Multifunction Printer"
:status :good
-:model "HP Officejet r80xi All-in-one Printer"
+:model "HP Color LaserJet cm4730f Multifunction Printer"
:status :good
-:model "HP Officejet r80 All-in-one Printer"
+:model "HP Color LaserJet cm4730fm Multifunction Printer"
:status :good
-:model "HP Officejet g85 All-in-one Printer"
+:model "HP Color LaserJet cm4730fsk Multifunction Printer"
:status :good
-:model "HP Officejet g85xi All-in-one Printer"
+:model "HP Color LaserJet Enterprise Flow MFP m776z"
:status :good
-:model "HP Officejet g95 All-in-one Printer"
+:model "HP Color LaserJet Enterprise Flow MFP m776zs"
:status :good
-:model "HP Photosmart All-in-one Printer - b109d"
+:model "HP Color LaserJet Enterprise MFP m776dn"
:status :good
-:model "HP Photosmart All-in-one Printer - b109e"
+:model "HP Color LaserJet Managed Flow MFP e67560z"
:status :good
-:model "HP Photosmart All-in-one Printer - b109c"
+:model "HP Color LaserJet Managed Flow MFP e67660z"
:status :good
-:model "HP Photosmart All-in-one Printer - b109a"
+:model "HP Color LaserJet Managed Flow MFP e77822z"
:status :good
-:model "HP Photosmart Wireless All-in-one Printer - b109q"
+:model "HP Color LaserJet Managed Flow MFP e77825z"
:status :good
-:model "HP Photosmart Wireless All-in-one Printer - b109n"
+:model "HP Color LaserJet Managed Flow MFP e77830z"
:status :good
-:model "HP Photosmart Wireless All-in-one Printer - b109q=r"
+:model "HP Color LaserJet Managed Flow MFP e87640z"
:status :good
-:model "HP Officejet d125xi All-in-one Printer"
+:model "HP Color LaserJet Managed Flow MFP e87650z"
:status :good
-:model "HP Officejet d135 All-in-one Printer"
+:model "HP Color LaserJet Managed Flow MFP e87660z"
:status :good
-:model "HP Officejet d135xi All-in-one Printer"
+:model "HP Color LaserJet Managed MFP e67650dh"
:status :good
-:model "HP Officejet d145xi All-in-one Printer"
+:model "HP Color LaserJet Managed MFP e77422a"
:status :good
-:model "HP Officejet d145 All-in-one Printer"
+:model "HP Color LaserJet Managed MFP e77422dn"
:status :good
-:model "HP Officejet d155xi All-in-one Printer"
+:model "HP Color LaserJet Managed MFP e77422dv"
:status :good
-:model "HP Deskjet Ink Advantage k209a All-in-one Printer"
+:model "HP Color LaserJet Managed MFP e77428dn"
:status :good
-:model "HP Photosmart Plus All-in-one Printer - b209a"
+:model "HP Color LaserJet Managed MFP e77822dn"
:status :good
-:model "HP Photosmart Plus All-in-one Printer - b209b"
+:model "HP Color LaserJet Managed MFP e77825dn"
:status :good
-:model "HP Photosmart Plus All-in-one Printer - b209c"
+:model "HP Color LaserJet Managed MFP e77830dn"
:status :good
-:model "HP Printer Scanner Copier 300"
+:model "HP Color LaserJet Managed MFP e87640 Dn"
:status :good
-:model "HP Photosmart Premium All-in-one Printer Series - c309h"
+:model "HP Color LaserJet Managed MFP e87640 Du"
:status :good
-:model "HP Photosmart Premium All-in-one Printer Series - c309g"
+:model "HP Color LaserJet Managed MFP e87650dn"
:status :good
-:model "HP Photosmart Premium Fax All-in-one Printer - c309a"
+:model "HP Color LaserJet Managed MFP e87650du"
:status :good
-:model "HP Photosmart Premium Fax All-in-one Printer Series -c309c"
+:model "HP Color LaserJet Managed MFP e87660dn"
:status :good
-:model "HP Photosmart Premium Fax All-in-one Printer Series -c309a"
+:model "HP Color LaserJet Managed MFP e87660du"
+:status :good
+
+:model "HP Color LaserJet MFP m277c6"
+:status :good
+
+:model "HP Color LaserJet MFP m277dw"
+:status :good
+
+:model "HP Color LaserJet MFP m277n"
+:status :good
+
+:model "HP Color LaserJet MFP m377 Fnw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m178cn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m178n"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m179cfw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m179fw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m180cn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m180n"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m180nw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m181cfw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m181fnw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m181fw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m274n"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m278cw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m278dn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m278nw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m279fdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m280c2"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m280cnw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m280nw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m281cdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m281dne"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m281fdn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m281fdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m476dn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m476dw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m476nw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m477 Fdn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m477 Fdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m477 Fnw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m478fcdn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m478fcdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479dw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479fcdn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479fcdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479fdn"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479fdw"
+:status :good
+
+:model "HP Color LaserJet Pro MFP m479fnw"
+:status :good
+
+:model "HP Color LaserJet Pro Mpf m176n"
+:status :good
+
+:model "HP Color LaserJet Pro Mpf m177fw"
+:status :good
+
+:model "HP Designjet 4500mfp"
+:status :good
+
+:model "HP Designjet 4520mfp"
+:status :good
+
+:model "HP Designjet t790ps 24in"
+:status :good
+
+:model "HP Deskjet 1050 j410 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1051 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1055 All-in-one Printer -j410e"
+:status :good
+
+:model "HP Deskjet 1056 All-in-one Printer -j410a"
+:status :good
+
+:model "HP Deskjet 1510 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1511 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1512 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1513 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 1514 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2050 j510 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2130 All-in-one Printer Series"
+:status :good
+
+:model "HP Deskjet 2131 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2132 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2134 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2200 All-in-one"
+:status :good
+
+:model "HP Deskjet 2510 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2511 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2512 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2514 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2540 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2541 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2542 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2543 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2544 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2545 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2546b All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2546p All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2546r All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2549 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 2620 All-in-one"
+:status :good
+
+:model "HP Deskjet 2621 All-in-one"
+:status :good
+
+:model "HP Deskjet 2622 All-in-one"
+:status :good
+
+:model "HP Deskjet 2623 All-in-one"
+:status :good
+
+:model "HP Deskjet 3050 j610 Series"
+:status :good
+
+:model "HP Deskjet 3050a j611 Series"
+:status :good
+
+:model "HP Deskjet 3051a E-all-in-one Printer j611h"
+:status :good
+
+:model "HP Deskjet 3052a E-all-in-one Printer j611e"
+:status :good
+
+:model "HP Deskjet 3052a E-all-in-one Printer j611f"
+:status :good
+
+:model "HP Deskjet 3052a E-all-in-one Printer j611g"
+:status :good
+
+:model "HP Deskjet 3054a E-all-in-one Printer j611c"
+:status :good
+
+:model "HP Deskjet 3054a E-all-in-one Printer j611d"
+:status :good
+
+:model "HP Deskjet 3054a E-all-in-one Printer j611j"
+:status :good
+
+:model "HP Deskjet 3055a E-all-in-one Printer j611n"
+:status :good
+
+:model "HP Deskjet 3056a E-all-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3057a E-all-in-one Printer j611n"
+:status :good
+
+:model "HP Deskjet 3059a E-all-in-one Printer j611n"
+:status :good
+
+:model "HP Deskjet 3070 b611 Series"
+:status :good
+
+:model "HP Deskjet 3510 E-all-in-one"
+:status :good
+
+:model "HP Deskjet 3511 E-all-in-one"
+:status :good
+
+:model "HP Deskjet 3512 E-all-in-one"
+:status :good
+
+:model "HP Deskjet 3520 E-all-in-one Series"
+:status :good
+
+:model "HP Deskjet 3521 E-all-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3522 E-all-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3524 E-all-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3526 E-all-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3630 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3632 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3633 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3634 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet 3700 All-in-one"
+:status :good
+
+:model "HP Deskjet 3722 All-in-one"
+:status :good
+
+:model "HP Deskjet f2110 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2120 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2128 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2140 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2179 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2180 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2185 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2187 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2188 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2210 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2212 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2214 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2224 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2235 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2238 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2240 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2250 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2275 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2276 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2280 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2288 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2290 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2410 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2418 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2420 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2423 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2430 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2440 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2476 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2480 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2483 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2488 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2492 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f2493 All-in-one Printer"
:status :good
:model "HP Deskjet f310 All-in-one Printer"
@@ -196,670 +616,844 @@
:model "HP Deskjet f394 All-in-one Printer"
:status :good
-:model "HP PSC 500xi All-in-one Printer"
+:model "HP Deskjet f4135 All-in-one Printer"
:status :good
-:model "HP PSC 500 All-in-one Printer"
+:model "HP Deskjet f4140 All-in-one Printer"
:status :good
-:model "HP Officejet 500 All-in-one Printer"
+:model "HP Deskjet f4150 All-in-one Printer"
:status :good
-:model "HP Officejet 520 All-in-one Printer"
+:model "HP Deskjet f4172 All-in-one Printer"
:status :good
-:model "HP Officejet 570 All-in-one Printer"
+:model "HP Deskjet f4175 All-in-one Printer"
:status :good
-:model "HP Officejet 580 All-in-one Printer"
+:model "HP Deskjet f4180 All-in-one Printer"
:status :good
-:model "HP Officejet 590 All-in-one Printer"
+:model "HP Deskjet f4185 All-in-one Printer"
:status :good
-:model "HP Officejet 600 All-in-one Printer"
+:model "HP Deskjet f4188 All-in-one Printer"
:status :good
-:model "HP Officejet 610 All-in-one Printer"
+:model "HP Deskjet f4190 All-in-one Printer"
:status :good
-:model "HP Officejet 630 All-in-one Printer"
+:model "HP Deskjet f4194 All-in-one Printer"
:status :good
-:model "HP Officejet 635 All-in-one Printer"
+:model "HP Deskjet f4210 All-in-one Printer"
:status :good
-:model "HP Officejet 700 All-in-one Printer"
+:model "HP Deskjet f4213 All-in-one Printer"
:status :good
-:model "HP Officejet 710 All-in-one Printer"
+:model "HP Deskjet f4224 All-in-one Printer"
:status :good
-:model "HP PSC 720 All-in-one Printer"
+:model "HP Deskjet f4230 All-in-one Printer"
:status :good
-:model "HP Officejet 720 All-in-one Printer"
+:model "HP Deskjet f4235 All-in-one Printer"
:status :good
-:model "HP Officejet 725 All-in-one Printer"
+:model "HP Deskjet f4238 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4240 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4250 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4272 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4273 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4274 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4275 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4280 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4283 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4288 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4292 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4293 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4294 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4435 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4440 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4450 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4470 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4472 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4473 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4480 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4483 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4488 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4492 All-in-one Printer"
+:status :good
+
+:model "HP Deskjet f4500 All-in-one Printer Series"
:status :good
:model "HP Deskjet f735 All-in-one Printer"
:status :good
-:model "HP PSC 750 All-in-one Printer"
+:model "HP Deskjet Gt 5810 All-in-one Printer"
:status :good
-:model "HP PSC 750xi All-in-one Printer"
+:model "HP Deskjet Gt 5820 All-in-one Printer"
:status :good
-:model "HP PSC 760 All-in-one Printer"
+:model "HP Deskjet Ink Adv 2060 k110"
:status :good
-:model "HP PSC 780 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 1510 All-in-one Printer Series"
:status :good
-:model "HP PSC 780xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 1515 All-in-one Printer"
:status :good
-:model "HP PSC 900 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 1516 All-in-one Printer"
:status :good
-:model "HP 915 Inkjet All-in-one Printer"
+:model "HP Deskjet Ink Advantage 1518 All-in-one Printer"
:status :good
-:model "HP PSC 920 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2130 All-in One Printer"
:status :good
-:model "HP PSC 950 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2135 All-in One Printer"
:status :good
-:model "HP PSC 950vr All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2136 All-in One Printer"
:status :good
-:model "HP PSC 950xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2138 All-in One Printer"
:status :good
-:model "HP LaserJet m1005 Multifunction Printer"
+:model "HP Deskjet Ink Advantage 2200 All-in-one"
:status :good
-:model "HP Color LaserJet cm1015 Multifunction Printer"
+:model "HP Deskjet Ink Advantage 2510 All-in-one"
:status :good
-:model "HP Color LaserJet cm1017 Multifunction Printer"
+:model "HP Deskjet Ink Advantage 2515 All-in-one Printer"
:status :good
-:model "HP LaserJet 1100a Xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2516 All-in-one Printer"
:status :good
-:model "HP LaserJet 1100xi Printer"
+:model "HP Deskjet Ink Advantage 2520hc All-in-one"
:status :good
-:model "HP LaserJet 1100a All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2540 All-in-one Printer Series"
:status :good
-:model "HP LaserJet 1100 Printer"
+:model "HP Deskjet Ink Advantage 2545 All-in-one Printer"
:status :good
-:model "HP LaserJet 1100a Se All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2546 All-in-one Printer"
:status :good
-:model "HP LaserJet 1100se Printer"
+:model "HP Deskjet Ink Advantage 2548 All-in-one Printer"
:status :good
-:model "HP PSC 1110v All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2635 All-in-one"
:status :good
-:model "HP PSC 1110 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2636 All-in-one"
:status :good
-:model "HP PSC 1118 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2645 All-in-one Printer"
:status :good
-:model "HP LaserJet m1120 Multifunction Printer"
+:model "HP Deskjet Ink Advantage 2646 All-in-one Printer"
:status :good
-:model "HP LaserJet m1120n Multifunction Printer"
+:model "HP Deskjet Ink Advantage 2675 All-in-one"
:status :good
-:model "HP Officejet Pro 1150c All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2676 All-in-one"
:status :good
-:model "HP Officejet Pro 1150cse All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2677 All-in-one"
:status :good
-:model "HP Officejet Pro 1170cse All-in-one Printer"
+:model "HP Deskjet Ink Advantage 2678 All-in-one"
:status :good
-:model "HP Officejet Pro 1170c All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3515 E-all-in-one"
:status :good
-:model "HP Officejet Pro 1170cxi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3516 E-all-in-one"
:status :good
-:model "HP Officejet Pro 1175cxi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3525 E-all-in-one"
:status :good
-:model "HP Officejet Pro 1175cse All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3540 E-all-in-one Printer Series"
:status :good
-:model "HP Officejet Pro 1175c All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3545 E-all-in-one Printer"
:status :good
-:model "HP PSC 1200 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3546 E-all-in-one Printer"
:status :good
-:model "HP PSC 1205 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3630 All-in-one Printer"
:status :good
-:model "HP PSC 1209 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3635 All-in-one Printer"
:status :good
-:model "HP PSC 1210xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3636 All-in-one Printer"
:status :good
-:model "HP PSC 1210v All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3638 All-in-one Printer"
:status :good
-:model "HP PSC 1210 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3735 All-in-one"
:status :good
-:model "HP PSC 1213 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3789 All-in-one"
:status :good
-:model "HP PSC 1215 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3790 All-in-one"
:status :good
-:model "HP PSC 1216 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3830 All-in-one Printer"
:status :good
-:model "HP PSC 1217 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3835 All-in-one Printer"
:status :good
-:model "HP PSC 1218 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 3836 All-in-one Printer"
:status :good
-:model "HP PSC 1219 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4515 E-all-in-one Printer"
:status :good
-:model "HP LaserJet 1220 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4518 E-all-in-one Printer"
:status :good
-:model "HP LaserJet 1220se All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4530 All-in-one"
:status :good
-:model "HP PSC 1300 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4535 All-in-one"
:status :good
-:model "HP PSC 1310 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4536 All-in-one"
:status :good
-:model "HP PSC 1311 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4610 All-in-one Printer Series"
:status :good
-:model "HP Color LaserJet cm1312 Multifunction Printer"
+:model "HP Deskjet Ink Advantage 4615 All-in-one Printer"
:status :good
-:model "HP Color LaserJet cm1312nfi Multifunction Printer"
+:model "HP Deskjet Ink Advantage 4620 E-all-in-one Printer"
:status :good
-:model "HP PSC 1312 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4625 E-all-in-one Printer"
:status :good
-:model "HP PSC 1315v All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4640 E-all-in-one Printer Series"
:status :good
-:model "HP PSC 1315s All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4645 E-all-in-one Printer"
:status :good
-:model "HP PSC 1315xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4646 E-all-in-one Printer"
:status :good
-:model "HP PSC 1315 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4648 E-all-in-one Printer"
:status :good
-:model "HP PSC 1317 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4670 All-in-one"
:status :good
-:model "HP PSC 1318 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 4675 All-in-one"
:status :good
-:model "HP LaserJet m1319f Multifunction Printer"
+:model "HP Deskjet Ink Advantage 4676 All-in-one"
:status :good
-:model "HP PSC 1340 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5075 All-in-one"
:status :good
-:model "HP PSC 1345 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5275 All-in-one"
:status :good
-:model "HP PSC 1350xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5525 E-all-in-one"
:status :good
-:model "HP PSC 1350v All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5570 All-in-one"
:status :good
-:model "HP PSC 1350 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5575 All-in-one"
:status :good
-:model "HP PSC 1355 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5640 All-in-one Printer Series"
:status :good
-:model "HP PSC 1401 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 5645 All-in-one Printer"
:status :good
-:model "HP PSC 1402 All-in-one Printer"
+:model "HP Deskjet Ink Advantage 6525 E-all-in-one"
:status :good
-:model "HP PSC 1403 All-in-one Printer"
+:model "HP Deskjet Ink Advantage k209a All-in-one Printer"
:status :good
-:model "HP PSC 1406 All-in-one Printer"
+:model "HP Deskjet Ink Advantage Ultra 2529 All-in-one Printer"
:status :good
-:model "HP PSC 1408 All-in-one Printer"
+:model "HP Deskjet Ink Advantage Ultra 4720 All-in-one Printer Series"
:status :good
-:model "HP PSC 1410 All-in-one Printer"
+:model "HP Deskjet Ink Advantage Ultra 4729 All-in-one Printer"
:status :good
-:model "HP PSC 1410v All-in-one Printer"
+:model "HP Deskjet Ink Advantage Ultra 5738 All-in-one Printer"
:status :good
-:model "HP PSC 1410xi All-in-one Printer"
+:model "HP Deskjet Ink Advantage Ultra 5739 All-in-one Printer"
:status :good
-:model "HP PSC 1415 All-in-one Printer"
+:model "HP Digital Sender Flow 8500 fn2 Document Capture Workstation"
:status :good
-:model "HP PSC 1417 All-in-one Printer"
+:model "HP Envy 100 d410 Series"
:status :good
-:model "HP PSC 1503 All-in-one Printer"
+:model "HP Envy 110 E-all-in-one"
:status :good
-:model "HP PSC 1504 All-in-one Printer"
+:model "HP Envy 111 E-all-in-one"
:status :good
-:model "HP PSC 1507 All-in-one Printer"
+:model "HP Envy 114 E-all-in-one"
:status :good
-:model "HP PSC 1508 All-in-one Printer"
+:model "HP Envy 120 E-all-in-one"
:status :good
-:model "HP PSC 1510s All-in-one Printer"
+:model "HP Envy 121 E-all-in-one"
:status :good
-:model "HP PSC 1510xi All-in-one Printer"
+:model "HP Envy 4500 E-all-in-one"
:status :good
-:model "HP PSC 1510 All-in-one Printer"
+:model "HP Envy 4501 E-all-in-one"
:status :good
-:model "HP PSC 1510v All-in-one Printer"
+:model "HP Envy 4502 E-all-in-one"
:status :good
-:model "HP PSC 1513s All-in-one Printer"
+:model "HP Envy 4503 E-all-in-one"
:status :good
-:model "HP PSC 1513 All-in-one Printer"
+:model "HP Envy 4504 E-all-in-one"
:status :good
-:model "HP PSC 1514 All-in-one Printer"
+:model "HP Envy 4505 E-all-in-one"
:status :good
-:model "HP LaserJet m1522n Multifunction Printer"
+:model "HP Envy 4507 E-all-in-one"
:status :good
-:model "HP LaserJet m1522nf Multifunction Printer"
+:model "HP Envy 4508 E-all-in-one"
:status :good
-:model "HP LaserJet m1522 Multifunction Printer"
+:model "HP Envy 4510 All-in-one"
:status :good
-:model "HP PSC 1600 All-in-one Printer"
+:model "HP Envy 4512 All-in-one"
:status :good
-:model "HP PSC 1603 All-in-one Printer"
+:model "HP Envy 4516 All-in-one"
:status :good
-:model "HP PSC 1605 All-in-one Printer"
+:model "HP Envy 4520 All-in-one Printer"
:status :good
-:model "HP PSC 1608 All-in-one Printer"
+:model "HP Envy 4520 All-in-one Printer Series"
:status :good
-:model "HP PSC 1610 All-in-one Printer"
+:model "HP Envy 4522 All-in-one Printer"
:status :good
-:model "HP PSC 1610xi All-in-one Printer"
+:model "HP Envy 4523 All-in-one Printer"
:status :good
-:model "HP PSC 1610v All-in-one Printer"
+:model "HP Envy 4524 All-in-one Printer"
:status :good
-:model "HP PSC 1613 All-in-one Printer"
+:model "HP Envy 5000 All-in-one"
:status :good
-:model "HP PSC 1615 All-in-one Printer"
+:model "HP Envy 5020 All-in-one"
:status :good
-:model "HP PSC 2105 All-in-one Printer"
+:model "HP Envy 5030 All-in-one"
:status :good
-:model "HP PSC 2108 All-in-one Printer"
+:model "HP Envy 5032 All-in-one"
:status :good
-:model "HP Deskjet f2110 All-in-one Printer"
+:model "HP Envy 5530 E-all-in-one Printer"
:status :good
-:model "HP PSC 2110 All-in-one Printer"
+:model "HP Envy 5531 E-all-in-one Printer"
:status :good
-:model "HP PSC 2110v All-in-one Printer"
+:model "HP Envy 5532 E-all-in-one Printer"
:status :good
-:model "HP PSC 2110xi All-in-one Printer"
+:model "HP Envy 5534 E-all-in-one Printer"
:status :good
-:model "HP PSC 2115 All-in-one Printer"
+:model "HP Envy 5535 E-all-in-one Printer"
:status :good
-:model "HP Deskjet f2120 All-in-one Printer"
+:model "HP Envy 5536 E-all-in-one Printer"
:status :good
-:model "HP Deskjet f2128 All-in-one Printer"
+:model "HP Envy 5539 E-all-in-one Printer"
:status :good
-:model "HP Deskjet f2140 All-in-one Printer"
+:model "HP Envy 5540 All-in-one Printer"
:status :good
-:model "HP PSC 2150 All-in-one Printer"
+:model "HP Envy 5540 All-in-one Printer Series"
:status :good
-:model "HP PSC 2170 All-in-one Printer"
+:model "HP Envy 5542 E-all-in-one Printer"
:status :good
-:model "HP PSC 2171 All-in-one Printer"
+:model "HP Envy 5543 All-in-one Printer"
:status :good
-:model "HP PSC 2175 All-in-one Printer"
+:model "HP Envy 5544 All-in-one Printer"
:status :good
-:model "HP PSC 2175v All-in-one Printer"
+:model "HP Envy 5545 E-all-in-one Printer"
:status :good
-:model "HP PSC 2175xi All-in-one Printer"
+:model "HP Envy 5546 All-in-one Printer"
:status :good
-:model "HP Deskjet f2179 All-in-one Printer"
+:model "HP Envy 5640 E-all-in-one"
:status :good
-:model "HP PSC 2179 All-in-one Printer"
+:model "HP Envy 5642 E-all-in-one"
:status :good
-:model "HP Deskjet f2180 All-in-one Printer"
+:model "HP Envy 5643 E-all-in-one"
:status :good
-:model "HP Deskjet f2185 All-in-one Printer"
+:model "HP Envy 5644 E-all-in-one"
:status :good
-:model "HP Deskjet f2187 All-in-one Printer"
+:model "HP Envy 5660 E-all-in-one"
:status :good
-:model "HP Deskjet f2188 All-in-one Printer"
+:model "HP Envy 5665 E-all-in-one"
:status :good
-:model "HP PSC 2200 All-in-one Printer"
+:model "HP Envy 7640 E-all-in-one"
:status :good
-:model "HP PSC 2210 All-in-one Printer"
+:model "HP Envy 7645 E-all-in-one"
:status :good
-:model "HP PSC 2210v All-in-one Printer"
+:model "HP Envy 8000 E-all-in-one"
:status :good
-:model "HP PSC 2210xi All-in-one Printer"
+:model "HP Envy Photo 6200 All-in-one"
:status :good
-:model "HP Deskjet f2210 All-in-one Printer"
+:model "HP Envy Photo 6220 All-in-one"
:status :good
-:model "HP Deskjet f2212 All-in-one Printer"
+:model "HP Envy Photo 6230 All-in-one"
:status :good
-:model "HP Deskjet f2214 All-in-one Printer"
+:model "HP Envy Photo 6232 All-in-one"
:status :good
-:model "HP Deskjet f2224 All-in-one Printer"
+:model "HP Envy Photo 6234 All-in-one"
:status :good
-:model "HP Deskjet f2235 All-in-one Printer"
+:model "HP Envy Photo 7100 All-in-one"
:status :good
-:model "HP Deskjet f2238 All-in-one Printer"
+:model "HP Envy Photo 7120 All-in-one"
:status :good
-:model "HP Deskjet f2240 All-in-one Printer"
+:model "HP Envy Photo 7130 All-in-one"
:status :good
-:model "HP Deskjet f2250 All-in-one Printer"
+:model "HP Envy Photo 7134 All-in-one"
:status :good
-:model "HP Deskjet f2275 All-in-one Printer"
+:model "HP Envy Photo 7155 All-in-one"
:status :good
-:model "HP Deskjet f2276 All-in-one Printer"
+:model "HP Envy Photo 7164 All-in-one"
:status :good
-:model "HP Deskjet f2280 All-in-one Printer"
+:model "HP Envy Photo 7800 All-in-one"
:status :good
-:model "HP Deskjet f2288 All-in-one Printer"
+:model "HP Envy Photo 7820 All-in-one"
:status :good
-:model "HP Deskjet f2290 All-in-one Printer"
+:model "HP Envy Photo 7830 All-in-one"
:status :good
-:model "HP PSC 2300 Series All-in-one Printer"
+:model "HP Envy Photo 7855 All-in-one"
:status :good
-:model "HP PSC 2310 All-in-one Printer"
+:model "HP Hotspot LaserJet Pro m1218nfs MFP"
:status :good
-:model "HP Color LaserJet cm2320n Multifunction Printer"
+:model "HP Ink Tank 310"
:status :good
-:model "HP Color LaserJet cm2320nf Multifunction Printer"
+:model "HP Ink Tank Wireless 410"
:status :good
-:model "HP Color LaserJet cm2320fxi Multifunction Printer"
+:model "HP Laser Ns MFP 1005"
:status :good
-:model "HP Color LaserJet cm2320 Multifuntion Printer"
+:model "HP Laser Ns MFP 1005w"
:status :good
-:model "HP PSC 2350 All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175"
:status :good
-:model "HP PSC 2352 All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175a"
:status :good
-:model "HP PSC 2353p All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175b"
:status :good
-:model "HP PSC 2353 All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175c"
:status :good
-:model "HP PSC 2355 All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175e"
:status :good
-:model "HP PSC 2355p All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175nw"
:status :good
-:model "HP PSC 2355xi All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175p"
:status :good
-:model "HP PSC 2355v All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175q"
:status :good
-:model "HP PSC 2357 All-in-one Printer"
+:model "HP LaserJet 100 Color MFP m175r"
:status :good
-:model "HP PSC 2358 All-in-one Printer"
+:model "HP LaserJet 1100 Printer"
:status :good
-:model "HP PSC 2405 Photosmart All-in-one Printer"
+:model "HP LaserJet 1100a All-in-one Printer"
:status :good
-:model "HP PSC 2410v Photosmart All-in-one Printer"
+:model "HP LaserJet 1100a Se All-in-one Printer"
:status :good
-:model "HP PSC 2410xi Photosmart All-in-one Printer"
+:model "HP LaserJet 1100a Xi All-in-one Printer"
:status :good
-:model "HP Deskjet f2410 All-in-one Printer"
+:model "HP LaserJet 1100se Printer"
:status :good
-:model "HP PSC 2410 Photosmart All-in-one Printer"
+:model "HP LaserJet 1220 All-in-one Printer"
:status :good
-:model "HP Deskjet f2418 All-in-one Printer"
+:model "HP LaserJet 1220se All-in-one Printer"
:status :good
-:model "HP Deskjet f2420 All-in-one Printer"
+:model "HP LaserJet 200 Color MFP m275nw"
:status :good
-:model "HP PSC 2420 Photosmart All-in-one Printer"
+:model "HP LaserJet 200 Color MFP m275s"
:status :good
-:model "HP Deskjet f2423 All-in-one Printer"
+:model "HP LaserJet 200 Color MFP m275t"
:status :good
-:model "HP Deskjet f2430 All-in-one Printer"
+:model "HP LaserJet 200 Color MFP m275u"
:status :good
-:model "HP Deskjet f2440 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276b"
:status :good
-:model "HP PSC 2450 Photosmart All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276e"
:status :good
-:model "HP Deskjet f2476 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276g"
:status :good
-:model "HP Deskjet f2480 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276j"
:status :good
-:model "HP Deskjet f2483 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276k"
:status :good
-:model "HP Deskjet f2488 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276p"
:status :good
-:model "HP Deskjet f2492 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276q"
:status :good
-:model "HP Deskjet f2493 All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276r"
:status :good
-:model "HP PSC 2500 Photosmart All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276u"
:status :good
-:model "HP PSC 2510 Photosmart All-in-one Printer"
+:model "HP LaserJet 200 Colormfp m276v"
:status :good
-:model "HP PSC 2510xi Photosmart All-in-one Printer"
+:model "HP LaserJet 300 Color MFP m375nw"
:status :good
-:model "HP PSC 2550 Photosmart All-in-one Printer"
+:model "HP LaserJet 3015 All-in-one Printer"
:status :good
-:model "HP Photosmart 2570 All-in-one Printer"
+:model "HP LaserJet 3020 All-in-one Printer"
:status :good
-:model "HP Photosmart 2571 All-in-one Printer"
+:model "HP LaserJet 3030 All-in-one Printer"
:status :good
-:model "HP Photosmart 2573 All-in-one Printer"
+:model "HP LaserJet 3050 All-in-one Printer"
:status :good
-:model "HP Photosmart 2574 All-in-one Printer"
+:model "HP LaserJet 3050z All-in-one Printer"
:status :good
-:model "HP Photosmart 2575a All-in-one Printer"
+:model "HP LaserJet 3052 All-in-one Printer"
:status :good
-:model "HP Photosmart 2575v All-in-one Printer"
+:model "HP LaserJet 3055 All-in-one Printer"
:status :good
-:model "HP Photosmart 2575xi All-in-one Printer"
+:model "HP LaserJet 3100 All-in-one Printer"
:status :good
-:model "HP Photosmart 2575 All-in-one Printer"
+:model "HP LaserJet 3100se All-in-one Printer"
:status :good
-:model "HP Photosmart 2578 All-in-one Printer"
+:model "HP LaserJet 3100xi All-in-one Printer"
:status :good
-:model "HP Photosmart 2605 All-in-one Printer"
+:model "HP LaserJet 3150 All-in-one Printer"
:status :good
-:model "HP Photosmart 2608 All-in-one Printer"
+:model "HP LaserJet 3150se All-in-one Printer"
:status :good
-:model "HP Photosmart 2610 All-in-one Printer"
+:model "HP LaserJet 3150xi All-in-one Printer"
:status :good
-:model "HP Photosmart 2610v All-in-one Printer"
+:model "HP LaserJet 3200 All-in-one Printer"
:status :good
-:model "HP Photosmart 2610xi All-in-one Printer"
+:model "HP LaserJet 3200se All-in-one Printer"
:status :good
-:model "HP Photosmart 2613 All-in-one Printer"
+:model "HP LaserJet 3300 Multifunction Printer"
:status :good
-:model "HP Photosmart 2615 All-in-one Printer"
+:model "HP LaserJet 3310 Digital Printer Copier"
:status :good
-:model "HP Photosmart 2710 All-in-one Printer"
+:model "HP LaserJet 3320 Multifunction Printer"
:status :good
-:model "HP Photosmart 2710xi All-in-one Printer"
+:model "HP LaserJet 3320n Multifunction Printer"
:status :good
-:model "HP Photosmart 2713 All-in-one Printer"
+:model "HP LaserJet 3330 Multifunction Printer"
:status :good
-:model "HP LaserJet m2727nf Multifunction Printer"
+:model "HP LaserJet 3380 All-in-one Printer"
:status :good
-:model "HP LaserJet m2727 Multifunction Printer"
+:model "HP LaserJet 3390 All-in-one Printer"
:status :good
-:model "HP LaserJet m2727nfs Multifunction Printer"
+:model "HP LaserJet 3392 All-in-one Printer"
:status :good
-:model "HP Color LaserJet 2800 All-in-one Printer"
+:model "HP LaserJet 400 Color MFP m475dn"
:status :good
-:model "HP Color LaserJet 2820 All-in-one Printer"
+:model "HP LaserJet 400 Color MFP m475dw"
:status :good
-:model "HP Color LaserJet 2830 All-in-one Printer"
+:model "HP LaserJet 400 MFP m425dn"
:status :good
-:model "HP Color LaserJet 2840 All-in-one Printer"
+:model "HP LaserJet 400 MFP m425dw"
:status :good
-:model "HP LaserJet 3015 All-in-one Printer"
+:model "HP LaserJet 4100 Multifunction Printer"
:status :good
-:model "HP LaserJet 3020 All-in-one Printer"
+:model "HP LaserJet 4101 Multifunction Printer"
:status :good
-:model "HP LaserJet 3030 All-in-one Printer"
+:model "HP LaserJet 4345 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 4345x Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 4345xm Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 4345xs Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 8100 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 8150 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9000 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9000l Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9040 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9050 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9055 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet 9065 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet Enterprise Flow MFP m528c"
+:status :good
+
+:model "HP LaserJet Enterprise Flow MFP m528z"
+:status :good
+
+:model "HP LaserJet Enterprise Flow MFP m630h"
+:status :good
+
+:model "HP LaserJet Enterprise Flow MFP m630z"
+:status :good
+
+:model "HP LaserJet Enterprise MFP m528dn"
+:status :good
+
+:model "HP LaserJet Enterprise MFP m528f"
+:status :good
+
+:model "HP LaserJet Enterprise MFP m630dn"
+:status :good
+
+:model "HP LaserJet Enterprise MFP m630f"
+:status :good
+
+:model "HP LaserJet Enterprise MFP m630h"
+:status :good
+
+:model "HP LaserJet m1005 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1120 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1120n Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1210 MFP Series"
+:status :good
+
+:model "HP LaserJet m1319f Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1522 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1522n Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1522nf Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m1536dnf MFP"
+:status :good
+
+:model "HP LaserJet m1537dnf MFP"
+:status :good
+
+:model "HP LaserJet m1538dnf MFP"
+:status :good
+
+:model "HP LaserJet m1539dnf MFP"
+:status :good
+
+:model "HP LaserJet m2727 Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m2727nf Multifunction Printer"
+:status :good
+
+:model "HP LaserJet m2727nfs Multifunction Printer"
:status :good
:model "HP LaserJet m3035 Multifunction Printer"
@@ -868,397 +1462,511 @@
:model "HP LaserJet m3035xs Multifunction Printer"
:status :good
-:model "HP LaserJet 3050z All-in-one Printer"
+:model "HP LaserJet m4345 Multifunction Printer"
:status :good
-:model "HP LaserJet 3050 All-in-one Printer"
+:model "HP LaserJet m4345x Multifunction Printer"
:status :good
-:model "HP LaserJet 3052 All-in-one Printer"
+:model "HP LaserJet m4345xm Multifunction Printer"
:status :good
-:model "HP LaserJet 3055 All-in-one Printer"
+:model "HP LaserJet m4345xs Multifunction Printer"
:status :good
-:model "HP LaserJet 3100xi All-in-one Printer"
+:model "HP LaserJet m4349 MFP"
:status :good
-:model "HP LaserJet 3100se All-in-one Printer"
+:model "HP LaserJet m4555 MFP"
:status :good
-:model "HP LaserJet 3100 All-in-one Printer"
+:model "HP LaserJet m5035 Multifunction Printer"
:status :good
-:model "HP Photosmart 3108 All-in-one Printer"
+:model "HP LaserJet m5035x Multifunction Printer"
:status :good
-:model "HP Photosmart 3110v All-in-one Printer"
+:model "HP LaserJet m5035xs Multifunction Printer"
:status :good
-:model "HP Photosmart 3110 All-in-one Printer"
+:model "HP LaserJet m5039 Multifunction Printer"
:status :good
-:model "HP Photosmart c3110 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e52645c"
:status :good
-:model "HP Photosmart c3125 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e62665h"
:status :good
-:model "HP Photosmart c3135 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e62665z"
:status :good
-:model "HP Photosmart c3140 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e62675z"
:status :good
-:model "HP LaserJet 3150se All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e72525z"
:status :good
-:model "HP Photosmart c3150 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e72530z"
:status :good
-:model "HP LaserJet 3150 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e72535z"
:status :good
-:model "HP LaserJet 3150xi All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e82540z"
:status :good
-:model "HP Photosmart c3170 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e82550z"
:status :good
-:model "HP Photosmart c3173 All-in-one Printer"
+:model "HP LaserJet Managed Flow MFP e82560z"
:status :good
-:model "HP Photosmart c3175 All-in-one Printer"
+:model "HP LaserJet Managed MFP e52645dn"
:status :good
-:model "HP Photosmart c3180 All-in-one Printer"
+:model "HP LaserJet Managed MFP e62655dn"
:status :good
-:model "HP Photosmart c3183 All-in-one Printer"
+:model "HP LaserJet Managed MFP e62665hs"
:status :good
-:model "HP Photosmart c3188 All-in-one Printer"
+:model "HP LaserJet Managed MFP e72525dn"
:status :good
-:model "HP Photosmart c3190 All-in-one Printer"
+:model "HP LaserJet Managed MFP e72530dn"
:status :good
-:model "HP Photosmart c3193 All-in-one Printer"
+:model "HP LaserJet Managed MFP e72535dn"
:status :good
-:model "HP Photosmart c3194 All-in-one Printer"
+:model "HP LaserJet Managed MFP e82540dn"
:status :good
-:model "HP LaserJet 3200 All-in-one Printer"
+:model "HP LaserJet Managed MFP e82540du"
:status :good
-:model "HP LaserJet 3200m All-in-one Printer"
+:model "HP LaserJet Managed MFP e82550dn"
:status :good
-:model "HP Photosmart 3207 All-in-one Printer"
+:model "HP LaserJet Managed MFP e82550du"
:status :good
-:model "HP Photosmart 3210a All-in-one Printer"
+:model "HP LaserJet Managed MFP e82560dn"
:status :good
-:model "HP Photosmart 3210v All-in-one Printer"
+:model "HP LaserJet Managed MFP e82560du"
:status :good
-:model "HP Photosmart 3210xi All-in-one Printer"
+:model "HP LaserJet MFP e72425a"
:status :good
-:model "HP Photosmart 3210 All-in-one Printer"
+:model "HP LaserJet MFP e72425dn"
:status :good
-:model "HP Photosmart 3213 All-in-one Printer"
+:model "HP LaserJet MFP e72425dv"
:status :good
-:model "HP Photosmart 3214 All-in-one Printer"
+:model "HP LaserJet MFP e72430dn"
:status :good
-:model "HP LaserJet 3300 Multifunction Printer"
+:model "HP LaserJet Pro 200 Color MFP m276n"
:status :good
-:model "HP Photosmart 3308 All-in-one Printer"
+:model "HP LaserJet Pro 200 Color MFP m276nw"
:status :good
-:model "HP Photosmart 3310 All-in-one Printer"
+:model "HP LaserJet Pro 500 Color MFP m570dn"
:status :good
-:model "HP Photosmart 3310xi All-in-one Printer"
+:model "HP LaserJet Pro 500 Color MFP m570dw"
:status :good
-:model "HP LaserJet 3310 Digital Printer Copier"
+:model "HP LaserJet Pro m521dn Multifunction Printer"
:status :good
-:model "HP Photosmart 3313 All-in-one Printer"
+:model "HP LaserJet Pro m521dw Multifunction Printer"
:status :good
-:model "HP Photosmart 3314 All-in-one Printer"
+:model "HP LaserJet Pro MFP m125a"
:status :good
-:model "HP LaserJet 3320n Multifunction Printer"
+:model "HP LaserJet Pro MFP m125nr"
:status :good
-:model "HP LaserJet 3320 Multifunction Printer"
+:model "HP LaserJet Pro MFP m125nw"
:status :good
-:model "HP LaserJet 3330 Multifunction Printer"
+:model "HP LaserJet Pro MFP m125r"
:status :good
-:model "HP LaserJet 3380 All-in-one Printer"
+:model "HP LaserJet Pro MFP m125rnw"
:status :good
-:model "HP LaserJet 3390 All-in-one Printer"
+:model "HP LaserJet Pro MFP m125s"
:status :good
-:model "HP LaserJet 3392 All-in-one Printer"
+:model "HP LaserJet Pro MFP m126a"
:status :good
-:model "HP Officejet j3608 All-in-one Printer"
+:model "HP LaserJet Pro MFP m126nw"
:status :good
-:model "HP Officejet j3625 All-in-one Printer"
+:model "HP LaserJet Pro MFP m127fn"
:status :good
-:model "HP Officejet j3635 All-in-one Printer"
+:model "HP LaserJet Pro MFP m127fp"
:status :good
-:model "HP Officejet j3640 All-in-one Printer"
+:model "HP LaserJet Pro MFP m127fs"
:status :good
-:model "HP Officejet j3650 All-in-one Printer"
+:model "HP LaserJet Pro MFP m127fw"
:status :good
-:model "HP Officejet j3680 All-in-one Printer"
+:model "HP LaserJet Pro MFP m128fn"
:status :good
-:model "HP Officejet 4100 Series All-in-one Printer"
+:model "HP LaserJet Pro MFP m128fp"
:status :good
-:model "HP LaserJet 4100 Multifunction Printer"
+:model "HP LaserJet Pro MFP m128fw"
:status :good
-:model "HP LaserJet 4101 Multifunction Printer"
+:model "HP LaserJet Pro MFP m130a"
:status :good
-:model "HP Officejet 4105 All-in-one Printer"
+:model "HP LaserJet Pro MFP m130fn"
:status :good
-:model "HP Officejet 4110xi All-in-one Printer"
+:model "HP LaserJet Pro MFP m130fw"
:status :good
-:model "HP Photosmart c4110 All-in-one Printer"
+:model "HP LaserJet Pro MFP m130nw"
:status :good
-:model "HP Officejet 4110v All-in-one Printer"
+:model "HP LaserJet Pro MFP m132a"
:status :good
-:model "HP Officejet 4110 All-in-one Printer"
+:model "HP LaserJet Pro MFP m132fn"
:status :good
-:model "HP Officejet 4115 All-in-one Printer"
+:model "HP LaserJet Pro MFP m132fp"
:status :good
-:model "HP Deskjet f4135 All-in-one Printer"
+:model "HP LaserJet Pro MFP m132fw"
:status :good
-:model "HP Photosmart c4140 All-in-one Printer"
+:model "HP LaserJet Pro MFP m132nw"
:status :good
-:model "HP Deskjet f4140 All-in-one Printer"
+:model "HP LaserJet Pro MFP m132snw"
:status :good
-:model "HP Deskjet f4150 All-in-one Printer"
+:model "HP LaserJet Pro MFP m134a"
:status :good
-:model "HP Photosmart c4150 All-in-one Printer"
+:model "HP LaserJet Pro MFP m134fn"
:status :good
-:model "HP Photosmart c4170 All-in-one Printer"
+:model "HP LaserJet Pro MFP m148dw"
:status :good
-:model "HP Deskjet f4172 All-in-one Printer"
+:model "HP LaserJet Pro MFP m148fdw"
:status :good
-:model "HP Photosmart c4173 All-in-one Printer"
+:model "HP LaserJet Pro MFP m149dw"
:status :good
-:model "HP Deskjet f4175 All-in-one Printer"
+:model "HP LaserJet Pro MFP m149fdw"
:status :good
-:model "HP Photosmart c4175 All-in-one Printer"
+:model "HP LaserJet Pro MFP m225dn"
:status :good
-:model "HP Deskjet f4180 All-in-one Printer"
+:model "HP LaserJet Pro MFP m225dw"
:status :good
-:model "HP Photosmart c4180 All-in-one Printer"
+:model "HP LaserJet Pro MFP m225rdn"
:status :good
-:model "HP Photosmart c4183 All-in-one Printer"
+:model "HP LaserJet Pro MFP m226dn"
:status :good
-:model "HP Deskjet f4185 All-in-one Printer"
+:model "HP LaserJet Pro MFP m226dw"
:status :good
-:model "HP Photosmart c4188 All-in-one Printer"
+:model "HP LaserJet Pro MFP m227d"
:status :good
-:model "HP Deskjet f4188 All-in-one Printer"
+:model "HP LaserJet Pro MFP m227fdn"
:status :good
-:model "HP Deskjet f4190 All-in-one Printer"
+:model "HP LaserJet Pro MFP m227fdw"
:status :good
-:model "HP Photosmart c4190 All-in-one Printer"
+:model "HP LaserJet Pro MFP m227sdn"
:status :good
-:model "HP Photosmart c4193 All-in-one Printer"
+:model "HP LaserJet Pro MFP m25a"
:status :good
-:model "HP Deskjet f4194 All-in-one Printer"
+:model "HP LaserJet Pro MFP m25nw"
:status :good
-:model "HP Photosmart c4194 All-in-one Printer"
+:model "HP LaserJet Pro MFP m26a"
:status :good
-:model "HP Officejet 4200 All-in-one Printer"
+:model "HP LaserJet Pro MFP m26nw"
:status :good
-:model "HP Photosmart c4205 All-in-one Printer"
+:model "HP LaserJet Pro MFP m27c"
:status :good
-:model "HP Photosmart c4210 All-in-one Printer"
+:model "HP LaserJet Pro MFP m27cnw"
:status :good
-:model "HP Deskjet f4210 All-in-one Printer"
+:model "HP LaserJet Pro MFP m28a"
:status :good
-:model "HP Officejet 4211 All-in-one Printer"
+:model "HP LaserJet Pro MFP m29a"
:status :good
-:model "HP Officejet 4212 All-in-one Printer"
+:model "HP LaserJet Pro MFP m30a"
:status :good
-:model "HP Deskjet f4213 All-in-one Printer"
+:model "HP LaserJet Pro MFP m30c"
:status :good
-:model "HP Officejet 4215 All-in-one Printer"
+:model "HP LaserJet Pro MFP m31a"
:status :good
-:model "HP Officejet 4215v All-in-one Printer"
+:model "HP LaserJet Pro MFP m31c"
:status :good
-:model "HP Officejet 4215xi All-in-one Printer"
+:model "HP LaserJet Pro MFP m329dn"
:status :good
-:model "HP Officejet 4219 All-in-one Printer"
+:model "HP LaserJet Pro MFP m329dw"
:status :good
-:model "HP Deskjet f4224 All-in-one Printer"
+:model "HP LaserJet Pro MFP m426dw"
:status :good
-:model "HP Deskjet f4230 All-in-one Printer"
+:model "HP LaserJet Pro MFP m426fdn"
:status :good
-:model "HP Deskjet f4235 All-in-one Printer"
+:model "HP LaserJet Pro MFP m426fdw"
:status :good
-:model "HP Photosmart c4235 All-in-one Printer"
+:model "HP LaserJet Pro MFP m427dn"
:status :good
-:model "HP Deskjet f4238 All-in-one Printer"
+:model "HP LaserJet Pro MFP m427dw"
:status :good
-:model "HP Deskjet f4240 All-in-one Printer"
+:model "HP LaserJet Pro MFP m427fdw"
:status :good
-:model "HP Photosmart c4240 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428c1"
:status :good
-:model "HP Photosmart c4250 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428c2"
:status :good
-:model "HP Deskjet f4250 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428c3"
:status :good
-:model "HP Officejet 4251 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428c4"
:status :good
-:model "HP Officejet 4252 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428dw"
:status :good
-:model "HP Officejet 4255 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428fdn"
:status :good
-:model "HP Officejet 4256 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428fdw"
:status :good
-:model "HP Officejet 4259 All-in-one Printer"
+:model "HP LaserJet Pro MFP m428m"
:status :good
-:model "HP Photosmart c4270 All-in-one Printer"
+:model "HP LaserJet Pro MFP m429dw"
:status :good
-:model "HP Deskjet f4272 All-in-one Printer"
+:model "HP LaserJet Pro MFP m429fdn"
:status :good
-:model "HP Photosmart c4272 All-in-one Printer"
+:model "HP LaserJet Pro MFP m429fdw"
:status :good
-:model "HP Deskjet f4273 All-in-one Printer"
+:model "HP LaserJet Pro MFP m435nw"
:status :good
-:model "HP Photosmart c4273 All-in-one Printer"
+:model "HP LaserJet Professional cm1411fn"
:status :good
-:model "HP Deskjet f4274 All-in-one Printer"
+:model "HP LaserJet Professional cm1412fn"
:status :good
-:model "HP Photosmart c4275 All-in-one Printer"
+:model "HP LaserJet Professional cm1413fn"
:status :good
-:model "HP Deskjet f4275 All-in-one Printer"
+:model "HP LaserJet Professional cm1415fn"
:status :good
-:model "HP Deskjet f4280 All-in-one"
+:model "HP LaserJet Professional cm1415fnw"
:status :good
-:model "HP Photosmart c4280 All-in-one Printer"
+:model "HP LaserJet Professional cm1416fnw"
:status :good
-:model "HP Deskjet f4280 All-in-one Printer"
+:model "HP LaserJet Professional cm1417fnw"
:status :good
-:model "HP Photosmart c4283 All-in-one Printer"
+:model "HP LaserJet Professional cm1418fnw"
:status :good
-:model "HP Deskjet f4283 All-in-one Printer"
+:model "HP LaserJet Professional m1132 Multifunction Printer"
:status :good
-:model "HP Photosmart c4285 All-in-one Printer"
+:model "HP LaserJet Professional m1132s Multifunction Printer"
:status :good
-:model "HP Photosmart c4288 All-in-one Printer"
+:model "HP LaserJet Professional m1136 Multifunction Printer"
:status :good
-:model "HP Deskjet f4288 All-in-one Printer"
+:model "HP LaserJet Professional m1137 Multifunction Printer"
:status :good
-:model "HP Deskjet f4292 All-in-one Printer"
+:model "HP LaserJet Professional m1138 Multifunction Printer"
:status :good
-:model "HP Deskjet f4293 All-in-one Printer"
+:model "HP LaserJet Professional m1139 Multifunction Printer"
:status :good
-:model "HP Photosmart c4293 All-in-one Printer"
+:model "HP LaserJet Professional m1212nf Multifunction Printer"
:status :good
-:model "HP Deskjet f4294 All-in-one Printer"
+:model "HP LaserJet Professional m1213nf Multifunction Printer"
:status :good
-:model "HP Photosmart c4294 All-in-one Printer"
+:model "HP LaserJet Professional m1214nfh Multifunction Printer"
+:status :good
+
+:model "HP LaserJet Professional m1216nfh MFP"
+:status :good
+
+:model "HP LaserJet Professional m1217nfw Multifunction Printer"
+:status :good
+
+:model "HP LaserJet Professional m1219nf MFP"
+:status :good
+
+:model "HP LaserJet Professional m1219nfg MFP"
+:status :good
+
+:model "HP LaserJet Professional m1219nfs MFP"
+:status :good
+
+:model "HP LaserJet Ultra MFP m230sdn"
+:status :good
+
+:model "HP Neverstop Laser MFP 1200a"
+:status :good
+
+:model "HP Neverstop Laser MFP 1200w"
+:status :good
+
+:model "HP Officejet 150 Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 250 Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 250c Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 252 Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 252c Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 258 Mobile All-in-one"
+:status :good
+
+:model "HP Officejet 2620 All-in-one"
+:status :good
+
+:model "HP Officejet 2621 All-in-one"
+:status :good
+
+:model "HP Officejet 2622 All-in-one"
+:status :good
+
+:model "HP Officejet 3830 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 3832 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 3834 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4100 Series All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4105 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4110 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4110v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4110xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4115 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4200 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4211 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4212 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4215 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4215v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4215xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4219 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4251 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4252 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4255 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4256 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 4259 All-in-one Printer"
:status :good
:model "HP Officejet 4308 All-in-one Printer"
@@ -1276,10 +1984,10 @@
:model "HP Officejet 4315 All-in-one Printer"
:status :good
-:model "HP Officejet 4315xi All-in-one Printer"
+:model "HP Officejet 4315v All-in-one Printer"
:status :good
-:model "HP Officejet 4315v All-in-one Printer"
+:model "HP Officejet 4315xi All-in-one Printer"
:status :good
:model "HP Officejet 4317 All-in-one Printer"
@@ -1291,163 +1999,484 @@
:model "HP Officejet 4338 All-in-one Printer"
:status :good
-:model "HP Photosmart c4340 All-in-one Printer"
+:model "HP Officejet 4352 All-in-one Printer"
:status :good
-:model "HP Photosmart c4342 All-in-one Printer"
+:model "HP Officejet 4353 All-in-one Printer"
:status :good
-:model "HP Photosmart c4343 All-in-one Printer"
+:model "HP Officejet 4355 All-in-one Printer"
:status :good
-:model "HP Photosmart c4344 All-in-one Printer"
+:model "HP Officejet 4357 All-in-one Printer"
:status :good
-:model "HP LaserJet m4345 Multifunction Printer"
+:model "HP Officejet 4359 All-in-one Printer"
:status :good
-:model "HP LaserJet 4345xm Multifunction Printer"
+:model "HP Officejet 4400 k410 All-in-one Printer"
:status :good
-:model "HP LaserJet 4345 Multifunction Printer"
+:model "HP Officejet 4500 All-in-one Desktop Printer - g510b"
:status :good
-:model "HP LaserJet m4345x Multifunction Printer"
+:model "HP Officejet 4500 All-in-one Printer - g510g"
:status :good
-:model "HP LaserJet m4345xs Multifunction Printer"
+:model "HP Officejet 4500 All-in-one Printer - g510h"
:status :good
-:model "HP LaserJet 4345xs Multifunction Printer"
+:model "HP Officejet 4500 All-in-one Printer - k710"
:status :good
-:model "HP LaserJet 4345x Multifunction Printer"
+:model "HP Officejet 4500 Desktop All-in-one Printer - g510a"
:status :good
-:model "HP Photosmart c4345 All-in-one Printer"
+:model "HP Officejet 4500 g510n-z All-in-one Printer"
:status :good
-:model "HP LaserJet m4345xm Multifunction Printer"
+:model "HP Officejet 4610 All-in-one Printer Series"
:status :good
-:model "HP Photosmart c4348 All-in-one Printer"
+:model "HP Officejet 4620 E-all-in-one Printer"
:status :good
-:model "HP LaserJet m4349 MFP"
+:model "HP Officejet 4622 E-all-in-one Printer"
:status :good
-:model "HP Officejet 4352 All-in-one Printer"
+:model "HP Officejet 4630 E-all-in-one Printer"
:status :good
-:model "HP Officejet 4353 All-in-one Printer"
+:model "HP Officejet 4631 E-all-in-one Printer"
:status :good
-:model "HP Officejet 4355 All-in-one Printer"
+:model "HP Officejet 4632 E-all-in-one Printer"
:status :good
-:model "HP Officejet 4357 All-in-one Printer"
+:model "HP Officejet 4634 E-all-in-one Printer"
:status :good
-:model "HP Officejet 4359 All-in-one Printer"
+:model "HP Officejet 4635 E-all-in-one Printer"
:status :good
-:model "HP Photosmart c4380 All-in-one Printer"
+:model "HP Officejet 4636 E-all-in-one Printer"
:status :good
-:model "HP Photosmart c4383 All-in-one Printer"
+:model "HP Officejet 4650 All-in-one Printer"
:status :good
-:model "HP Photosmart c4384 All-in-one Printer"
+:model "HP Officejet 4650 All-in-one Printer Series"
:status :good
-:model "HP Photosmart c4385 All-in-one Printer"
+:model "HP Officejet 4652 All-in-one Printer"
:status :good
-:model "HP Photosmart c4388 All-in-one Printer"
+:model "HP Officejet 4654 All-in-one Printer"
:status :good
-:model "HP Photosmart c4410 All-in-one Printer"
+:model "HP Officejet 4655 All-in-one Printer"
:status :good
-:model "HP Photosmart c4424 All-in-one Printer"
+:model "HP Officejet 5100 All-in-one Printer"
:status :good
-:model "HP Deskjet f4435 All-in-one Printer"
+:model "HP Officejet 5105 All-in-one Printer"
:status :good
-:model "HP Photosmart c4435 All-in-one Printer"
+:model "HP Officejet 5110 All-in-one Printer"
:status :good
-:model "HP Photosmart c4440 All-in-one Printer"
+:model "HP Officejet 5110v All-in-one Printer"
:status :good
-:model "HP Deskjet f4440 All-in-one Printer"
+:model "HP Officejet 5110xi All-in-one Printer"
:status :good
-:model "HP Photosmart c4450 All-in-one Printer"
+:model "HP Officejet 520 All-in-one Printer"
:status :good
-:model "HP Deskjet f4450 All-in-one Printer"
+:model "HP Officejet 5200 All-in-one"
:status :good
-:model "HP Deskjet f4470 All-in-one Printer"
+:model "HP Officejet 5220 All-in-one"
:status :good
-:model "HP Photosmart c4470 All-in-one Printer"
+:model "HP Officejet 5230 All-in-one"
:status :good
-:model "HP Photosmart c4472 All-in-one Printer"
+:model "HP Officejet 5232 All-in-one"
:status :good
-:model "HP Deskjet f4472 All-in-one Printer"
+:model "HP Officejet 5505 All-in-one Printer"
:status :good
-:model "HP Photosmart c4473 All-in-one Printer"
+:model "HP Officejet 5508 All-in-one Printer"
:status :good
-:model "HP Deskjet f4473 All-in-one Printer"
+:model "HP Officejet 5510 All-in-one Printer"
:status :good
-:model "HP Deskjet f4480 All-in-one Printer"
+:model "HP Officejet 5510v All-in-one Printer"
:status :good
-:model "HP Photosmart c4480 All-in-one Printer"
+:model "HP Officejet 5510xi All-in-one Printer"
:status :good
-:model "HP Photosmart c4483 All-in-one Printer"
+:model "HP Officejet 5515 All-in-one Printer"
:status :good
-:model "HP Deskjet f4483 All-in-one Printer"
+:model "HP Officejet 5600 Series All-in-one Printer"
:status :good
-:model "HP Photosmart c4485 All-in-one Printer"
+:model "HP Officejet 5605 All-in-one Printer"
:status :good
-:model "HP Photosmart c4486 All-in-one Printer"
+:model "HP Officejet 5607 All-in-one Printer"
:status :good
-:model "HP Photosmart c4488 All-in-one Printer"
+:model "HP Officejet 5608 All-in-one Printer"
:status :good
-:model "HP Deskjet f4488 All-in-one Printer"
+:model "HP Officejet 5609 All-in-one Printer"
:status :good
-:model "HP Photosmart c4490 All-in-one Printer"
+:model "HP Officejet 5610 All-in-one Printer"
:status :good
-:model "HP Deskjet f4492 All-in-one Printer"
+:model "HP Officejet 5610v All-in-one Printer"
:status :good
-:model "HP Photosmart c4493 All-in-one Printer"
+:model "HP Officejet 5610xi All-in-one Printer"
:status :good
-:model "HP Photosmart c4494 All-in-one Printer"
+:model "HP Officejet 5615 All-in-one Printer"
:status :good
-:model "HP Deskjet f4500 All-in-one Printer Series"
+:model "HP Officejet 5679 All-in-one Printer"
:status :good
-:model "HP Designjet 4520mfp"
+:model "HP Officejet 5680 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 570 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 5740 E-all-in-one"
+:status :good
+
+:model "HP Officejet 5742 E-all-in-one"
+:status :good
+
+:model "HP Officejet 5744 E-all-in-one"
+:status :good
+
+:model "HP Officejet 5745 E-all-in-one"
+:status :good
+
+:model "HP Officejet 580 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 590 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 600 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 610 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6105 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6110 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6110v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6110xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6150 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6200 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6203 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6205 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6208 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6210 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6210v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6210xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6213 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6215 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 630 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6301 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6304 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6305 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6307 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6308 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6310 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6310v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6310xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6313 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6315 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6318 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 635 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 6500 All-in-one Printer - e709a"
+:status :good
+
+:model "HP Officejet 6500 All-in-one Printer - e709c"
+:status :good
+
+:model "HP Officejet 6500 e710"
+:status :good
+
+:model "HP Officejet 6500 e710n-z"
+:status :good
+
+:model "HP Officejet 6500 Wireless All-in-one Printer - e709n"
+:status :good
+
+:model "HP Officejet 6500 Wireless All-in-one Printer - e709q"
+:status :good
+
+:model "HP Officejet 6600 E-all-in-one Printer - h711a"
+:status :good
+
+:model "HP Officejet 6700 Premium E-all-in-one printer-h711n"
+:status :good
+
+:model "HP Officejet 6800 E-all-in-one"
+:status :good
+
+:model "HP Officejet 6810 E-all-in-one Printer Series"
+:status :good
+
+:model "HP Officejet 6812 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 6815 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 6820 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 6950 All-in-one"
+:status :good
+
+:model "HP Officejet 6960 All-in-one"
+:status :good
+
+:model "HP Officejet 700 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 710 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7100 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7110 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7110xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7115 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7130 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7130xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7135xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7140xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 720 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7205 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7208 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7210 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7210v All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7210xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7213 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7215 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 725 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7310 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7310xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7313 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7408 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7410 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7410xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7413 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 7500 e910"
+:status :good
+
+:model "HP Officejet 7510 Wide Format E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 7610 Wide Format E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 7612 Wide Format E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet 8010 All-in-one Printer Series"
+:status :good
+
+:model "HP Officejet 8020 All-in-one Printer Series"
+:status :good
+
+:model "HP Officejet 8040 E-all-in-one"
+:status :good
+
+:model "HP Officejet 8702 All-in-one"
+:status :good
+
+:model "HP Officejet 9110 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 9120 All-in-one Printer"
+:status :good
+
+:model "HP Officejet 9130 All-in-one Printer"
+:status :good
+
+:model "HP Officejet All-in-one 9010"
+:status :good
+
+:model "HP Officejet d125xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet d135 All-in-one Printer"
+:status :good
+
+:model "HP Officejet d135xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet d145 All-in-one Printer"
+:status :good
+
+:model "HP Officejet d145xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet d155xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet g55 All-in-one Printer"
+:status :good
+
+:model "HP Officejet g55xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet g85 All-in-one Printer"
+:status :good
+
+:model "HP Officejet g85xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet g95 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3508 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3608 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3625 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3635 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3640 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3650 All-in-one Printer"
+:status :good
+
+:model "HP Officejet j3680 All-in-one Printer"
:status :good
:model "HP Officejet j4524 All-in-one Printer"
@@ -1459,172 +2488,850 @@
:model "HP Officejet j4535 All-in-one Printer"
:status :good
-:model "HP Photosmart c4540 All-in-one Printer"
+:model "HP Officejet j4540 All-in-one Printer"
:status :good
-:model "HP Officejet j4540 All-in-one Printer"
+:model "HP Officejet j4550 All-in-one Printer"
:status :good
-:model "HP Photosmart c4550 All-in-one Printer"
+:model "HP Officejet j4560 All-in-one Printer"
:status :good
-:model "HP Officejet j4550 All-in-one Printer"
+:model "HP Officejet j4580 All-in-one Printer"
:status :good
-:model "HP Officejet j4560 All-in-one Printer"
+:model "HP Officejet j4580c All-in-one Printer"
:status :good
-:model "HP Photosmart c4570 All-in-one Printer"
+:model "HP Officejet j4585 All-in-one Printer"
:status :good
-:model "HP Photosmart c4572 All-in-one Printer"
+:model "HP Officejet j4660 All-in-one Printer"
:status :good
-:model "HP Photosmart c4573 All-in-one Printer"
+:model "HP Officejet j4680 All-in-one Printer"
:status :good
-:model "HP Photosmart c4575 All-in-one Printer"
+:model "HP Officejet j4680c All-in-one Printer"
:status :good
-:model "HP Officejet j4580c All-in-one Printer"
+:model "HP Officejet j5505 All-in-one Printer"
:status :good
-:model "HP Photosmart c4580 All-in-one Printer"
+:model "HP Officejet j5508 All-in-one Printer"
:status :good
-:model "HP Officejet j4580 All-in-one Printer"
+:model "HP Officejet j5510 All-in-one Printer"
:status :good
-:model "HP Photosmart c4583 All-in-one Printer"
+:model "HP Officejet j5510v All-in-one Printer"
:status :good
-:model "HP Photosmart c4585 All-in-one Printer"
+:model "HP Officejet j5510xi All-in-one Printer"
:status :good
-:model "HP Officejet j4585 All-in-one Printer"
+:model "HP Officejet j5515 All-in-one Printer"
:status :good
-:model "HP Photosmart c4588 All-in-one Printer"
+:model "HP Officejet j5520 All-in-one Printer"
:status :good
-:model "HP Photosmart c4593 All-in-one Printer"
+:model "HP Officejet j5725 All-in-one Printer"
:status :good
-:model "HP Photosmart c4599 All-in-one Printer"
+:model "HP Officejet j5730 All-in-one Printer"
:status :good
-:model "HP Photosmart c4610 All-in-one Printer"
+:model "HP Officejet j5735 All-in-one Printer"
:status :good
-:model "HP Photosmart c4635 All-in-one Printer"
+:model "HP Officejet j5738 All-in-one Printer"
:status :good
-:model "HP Photosmart c4640 All-in-one Printer"
+:model "HP Officejet j5740 All-in-one Printer"
:status :good
-:model "HP Photosmart c4650 All-in-one Printer"
+:model "HP Officejet j5750 All-in-one Printer"
:status :good
-:model "HP Officejet j4660 All-in-one Printer"
+:model "HP Officejet j5780 All-in-one Printer"
:status :good
-:model "HP Photosmart c4670 All-in-one Printer"
+:model "HP Officejet j5783 All-in-one Printer"
:status :good
-:model "HP Photosmart c4673 All-in-one Printer"
+:model "HP Officejet j5785 All-in-one Printer"
:status :good
-:model "HP Officejet j4680 All-in-one Printer"
+:model "HP Officejet j5788 All-in-one Printer"
:status :good
-:model "HP Photosmart c4680 All-in-one Printer"
+:model "HP Officejet j5790 All-in-one Printer"
:status :good
-:model "HP Officejet j4680c All-in-one Printer"
+:model "HP Officejet j6405 All-in-one Printer"
:status :good
-:model "HP Photosmart c4683 All-in-one Printer"
+:model "HP Officejet j6410 All-in-one Printer"
:status :good
-:model "HP Photosmart c4688 All-in-one Printer"
+:model "HP Officejet j6413 All-in-one Printer"
:status :good
-:model "HP Color LaserJet 4730x Multifunction Printer"
+:model "HP Officejet j6415 All-in-one Printer"
:status :good
-:model "HP Color LaserJet 4730xs Multifunction Printer"
+:model "HP Officejet j6424 All-in-one Printer"
:status :good
-:model "HP Color LaserJet cm4730 Multifunction Printer"
+:model "HP Officejet j6450 All-in-one Printer"
:status :good
-:model "HP Color LaserJet 4730 Multifunction Printer"
+:model "HP Officejet j6480 All-in-one Printer"
:status :good
-:model "HP Color LaserJet cm4730fsk Multifunction Printer"
+:model "HP Officejet j6488 All-in-one Printer"
:status :good
-:model "HP Color LaserJet cm4730fm Multifunction Printer"
+:model "HP Officejet k60 All-in-one Printer"
:status :good
-:model "HP Color LaserJet cm4730f Multifunction Printer"
+:model "HP Officejet k60xi All-in-one Printer"
:status :good
-:model "HP Color LaserJet 4730xm Multifunction Printer"
+:model "HP Officejet k80 All-in-one Printer"
:status :good
-:model "HP Photosmart c4740 All-in-one Printer"
+:model "HP Officejet k80xi All-in-one Printer"
:status :good
-:model "HP Photosmart c4750 All-in-one Printer"
+:model "HP Officejet Pro 1150c All-in-one Printer"
:status :good
-:model "HP Photosmart c4780 All-in-one Printer"
+:model "HP Officejet Pro 1150cse All-in-one Printer"
:status :good
-:model "HP Photosmart c4783 All-in-one Printer"
+:model "HP Officejet Pro 1170c All-in-one Printer"
:status :good
-:model "HP Photosmart c4785 All-in-one Printer"
+:model "HP Officejet Pro 1170cse All-in-one Printer"
:status :good
-:model "HP Photosmart c4788 All-in-one Printer"
+:model "HP Officejet Pro 1170cxi All-in-one Printer"
:status :good
-:model "HP Photosmart c4793 All-in-one Printer"
+:model "HP Officejet Pro 1175c All-in-one Printer"
:status :good
-:model "HP Photosmart c4795 All-in-one Printer"
+:model "HP Officejet Pro 1175cse All-in-one Printer"
:status :good
-:model "HP Photosmart c4798 All-in-one Printer"
+:model "HP Officejet Pro 1175cxi All-in-one Printer"
:status :good
-:model "HP Photosmart c4799 All-in-one Printer"
+:model "HP Officejet Pro 276dw Multifunction Printer"
:status :good
-:model "HP LaserJet m5035 Multifunction Printer"
+:model "HP Officejet Pro 3610 Black And White E-all-in-one"
:status :good
-:model "HP LaserJet m5035xs Multifunction Printer"
+:model "HP Officejet Pro 3620 Black And White E-all-in-one"
:status :good
-:model "HP LaserJet m5035x Multifunction Printer"
+:model "HP Officejet Pro 6830 E-all-in-one"
:status :good
-:model "HP Officejet 5100 All-in-one Printer"
+:model "HP Officejet Pro 6835 E-all-in-one"
:status :good
-:model "HP Officejet 5105 All-in-one Printer"
+:model "HP Officejet Pro 6960 All-in-one"
:status :good
-:model "HP Officejet 5110 All-in-one Printer"
+:model "HP Officejet Pro 6968 All-in-one"
:status :good
-:model "HP Officejet 5110v All-in-one Printer"
+:model "HP Officejet Pro 6970 All-in-one"
:status :good
-:model "HP Officejet 5110xi All-in-one Printer"
+:model "HP Officejet Pro 6975 All-in-one"
+:status :good
+
+:model "HP Officejet Pro 6978 All-in-one"
+:status :good
+
+:model "HP Officejet Pro 7720 Wide Format All-in-one"
+:status :good
+
+:model "HP Officejet Pro 7730 Wide Format All-in-one"
+:status :good
+
+:model "HP Officejet Pro 7740 Wide Format All-in-one"
+:status :good
+
+:model "HP Officejet Pro 8020 All-in-one Printer Series"
+:status :good
+
+:model "HP Officejet Pro 8030 All-in-one Printer Series"
+:status :good
+
+:model "HP Officejet Pro 8500 All-in-one Printer - a909a"
+:status :good
+
+:model "HP Officejet Pro 8500 Premier All-in-one Printer - a909n"
+:status :good
+
+:model "HP Officejet Pro 8500 Wireless All-in-one Printer - a909g"
+:status :good
+
+:model "HP Officejet Pro 8500a E-aio Printer - a910a"
+:status :good
+
+:model "HP Officejet Pro 8500a Plus E-aio Printer - a910g"
+:status :good
+
+:model "HP Officejet Pro 8500a Premium E-aio Printer - a910n"
+:status :good
+
+:model "HP Officejet Pro 8600 E-aio n911a"
+:status :good
+
+:model "HP Officejet Pro 8600 Plus E-aio n911g"
+:status :good
+
+:model "HP Officejet Pro 8600 Premium E-aio n911n"
+:status :good
+
+:model "HP Officejet Pro 8610 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8615 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8616 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8620 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8625 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8630 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8640 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8660 E-all-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8710 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8715 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8720 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8725 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8730"
+:status :good
+
+:model "HP Officejet Pro 8732 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro 8740 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro All-in-one 9010"
+:status :good
+
+:model "HP Officejet Pro All-in-one 9020"
+:status :good
+
+:model "HP Officejet Pro l7300 Series All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7380 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7480 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7500 Series All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7550 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7555 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7580 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7590 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7600 Series All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7650 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7680 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7681 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7700 Series All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7710 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7750 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro l7780 All-in-one Printer"
+:status :good
+
+:model "HP Officejet Pro x476 Multifunction Printer Series"
+:status :good
+
+:model "HP Officejet Pro x476dn Multifunction Printer"
+:status :good
+
+:model "HP Officejet Pro x476dw Multifunction Printer"
+:status :good
+
+:model "HP Officejet Pro x576 Multifunction Printer Series"
+:status :good
+
+:model "HP Officejet Pro x576dw Multifunction Printer"
+:status :good
+
+:model "HP Officejet r40 All-in-one Printer"
+:status :good
+
+:model "HP Officejet r40xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet r45 All-in-one Printer"
+:status :good
+
+:model "HP Officejet r60 All-in-one Printer"
+:status :good
+
+:model "HP Officejet r65 All-in-one Printer"
+:status :good
+
+:model "HP Officejet r80 All-in-one Printer"
+:status :good
+
+:model "HP Officejet r80xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet t45 All-in-one Printer"
+:status :good
+
+:model "HP Officejet t45xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet t65 All-in-one Printer"
+:status :good
+
+:model "HP Officejet t65xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet v30 All-in-one Printer"
+:status :good
+
+:model "HP Officejet v40 All-in-one Printer"
+:status :good
+
+:model "HP Officejet v40s All-in-one Printer"
+:status :good
+
+:model "HP Officejet v40xi All-in-one Printer"
+:status :good
+
+:model "HP Officejet v45 All-in-one Printer"
+:status :good
+
+:model "HP Pagewide Managed MFP p57750dw"
+:status :good
+
+:model "HP Pagewide Managed MFP p77740zs"
+:status :good
+
+:model "HP Pagewide Managed MFP p77750z"
+:status :good
+
+:model "HP Pagewide Managed MFP p77750zs"
+:status :good
+
+:model "HP Pagewide MFP 377dw"
+:status :good
+
+:model "HP Pagewide Pro 477dn Multifunction Printer"
+:status :good
+
+:model "HP Pagewide Pro 477dw Multifunction Printer"
+:status :good
+
+:model "HP Pagewide Pro 577dw Multifunction Printer"
+:status :good
+
+:model "HP Pagewide Pro 577z Multifunction Printer"
+:status :good
+
+:model "HP Pagewide Pro MFP 772dw"
+:status :good
+
+:model "HP Photosmart 2570 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2571 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2573 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2574 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2575 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2575a All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2575v All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2575xi All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2578 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2605 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2608 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2610 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2610v All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2610xi All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2613 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2615 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2710 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2710xi All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 2713 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3108 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3110 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3110v All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3207 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3210 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3210a All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3210v All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3210xi All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3213 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3214 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3308 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3310 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3310xi All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3313 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 3314 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart 5510 E-all-in-one"
+:status :good
+
+:model "HP Photosmart 5510d E-all-in-one"
+:status :good
+
+:model "HP Photosmart 5520 E-all-in-one"
+:status :good
+
+:model "HP Photosmart 5521 E-all-in-one Printer"
+:status :good
+
+:model "HP Photosmart 5522 E-all-in-one Printer"
+:status :good
+
+:model "HP Photosmart 5524 E-all-in-one Printer"
+:status :good
+
+:model "HP Photosmart 5525 E-all-in-one Printer"
+:status :good
+
+:model "HP Photosmart 6510 E-all-in-one"
+:status :good
+
+:model "HP Photosmart 6525 E All-in-one"
+:status :good
+
+:model "HP Photosmart 7510 E-all-in-one"
+:status :good
+
+:model "HP Photosmart 7520 E-all-in-one"
+:status :good
+
+:model "HP Photosmart 7525 E-all-in-one"
+:status :good
+
+:model "HP Photosmart All-in-one Printer - b010"
+:status :good
+
+:model "HP Photosmart b109a Series"
+:status :good
+
+:model "HP Photosmart c3110 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3125 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3135 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3140 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3150 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3170 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3173 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3175 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3180 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3183 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3188 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3190 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3193 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c3194 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4110 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4140 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4150 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4170 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4173 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4175 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4180 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4183 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4188 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4190 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4193 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4194 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4205 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4210 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4235 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4240 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4250 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4270 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4272 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4273 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4275 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4280 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4283 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4285 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4288 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4293 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4294 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4340 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4342 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4343 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4344 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4345 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4348 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4380 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4383 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4384 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4385 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4388 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4410 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4424 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4435 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4440 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4450 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4470 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4472 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4473 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4480 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4483 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4485 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4486 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4488 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4490 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4493 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4494 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4540 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4550 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4570 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4572 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4573 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4575 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4580 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4583 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4585 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4588 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4593 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4599 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4610 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4635 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4640 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4650 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4670 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4673 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4680 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4683 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4688 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4740 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4750 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4780 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4783 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4785 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4788 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4793 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4795 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4798 All-in-one Printer"
+:status :good
+
+:model "HP Photosmart c4799 All-in-one Printer"
:status :good
:model "HP Photosmart c5140 All-in-one Printer"
@@ -1708,533 +3415,602 @@
:model "HP Photosmart c5393 All-in-one Printer"
:status :good
-:model "HP Officejet 5505 All-in-one Printer"
+:model "HP Photosmart c5540 All-in-one Printer"
:status :good
-:model "HP Officejet j5505 All-in-one Printer"
+:model "HP Photosmart c5550 All-in-one Printer"
:status :good
-:model "HP Officejet 5508 All-in-one Printer"
+:model "HP Photosmart c5570 All-in-one Printer"
:status :good
-:model "HP Officejet j5508 All-in-one Printer"
+:model "HP Photosmart c5580 All-in-one Printer"
:status :good
-:model "HP Officejet j5510v All-in-one Printer"
+:model "HP Photosmart c6150 All-in-one Printer"
:status :good
-:model "HP Officejet 5510v All-in-one Printer"
+:model "HP Photosmart c6154 All-in-one Printer"
:status :good
-:model "HP Officejet 5510xi All-in-one Printer"
+:model "HP Photosmart c6170 All-in-one Printer"
:status :good
-:model "HP Officejet 5510 All-in-one Printer"
+:model "HP Photosmart c6175 All-in-one Printer"
:status :good
-:model "HP Officejet j5510xi All-in-one Printer"
+:model "HP Photosmart c6180 All-in-one Printer"
:status :good
-:model "HP Officejet j5510 All-in-one Printer"
+:model "HP Photosmart c6183 All-in-one Printer"
:status :good
-:model "HP Officejet j5515 All-in-one Printer"
+:model "HP Photosmart c6185 All-in-one Printer"
:status :good
-:model "HP Officejet 5515 All-in-one Printer"
+:model "HP Photosmart c6188 All-in-one Printer"
:status :good
-:model "HP Officejet j5520 All-in-one Printer"
+:model "HP Photosmart c6190 All-in-one Printer"
:status :good
-:model "HP Photosmart c5540 All-in-one Printer"
+:model "HP Photosmart c6240 All-in-one Printer"
:status :good
-:model "HP Photosmart c5550 All-in-one Printer"
+:model "HP Photosmart c6245 All-in-one Printer"
:status :good
-:model "HP Photosmart c5570 All-in-one Printer"
+:model "HP Photosmart c6250 All-in-one Printer"
:status :good
-:model "HP Photosmart c5580 All-in-one Printer"
+:model "HP Photosmart c6260 All-in-one Printer"
:status :good
-:model "HP Officejet 5600 Series All-in-one Printer"
+:model "HP Photosmart c6263 All-in-one Printer"
:status :good
-:model "HP Officejet 5605 All-in-one Printer"
+:model "HP Photosmart c6268 All-in-one Printer"
:status :good
-:model "HP Officejet 5607 All-in-one Printer"
+:model "HP Photosmart c6270 All-in-one Printer"
:status :good
-:model "HP Officejet 5608 All-in-one Printer"
+:model "HP Photosmart c6275 All-in-one Printer"
:status :good
-:model "HP Officejet 5609 All-in-one Printer"
+:model "HP Photosmart c6280 All-in-one Printer"
:status :good
-:model "HP Officejet 5610v All-in-one Printer"
+:model "HP Photosmart c6283 All-in-one Printer"
:status :good
-:model "HP Officejet 5610xi All-in-one Printer"
+:model "HP Photosmart c6285 All-in-one Printer"
:status :good
-:model "HP Officejet 5610 All-in-one Printer"
+:model "HP Photosmart c6286 All-in-one Printer"
:status :good
-:model "HP Officejet 5615 All-in-one Printer"
+:model "HP Photosmart c6288 All-in-one Printer"
:status :good
-:model "HP Officejet 5679 All-in-one Printer"
+:model "HP Photosmart c6324 All-in-one Printer"
:status :good
-:model "HP Officejet 5680 All-in-one Printer"
+:model "HP Photosmart c6340 All-in-one Printer"
:status :good
-:model "HP Officejet j5725 All-in-one Printer"
+:model "HP Photosmart c6350 All-in-one Printer"
:status :good
-:model "HP Officejet j5730 All-in-one Printer"
+:model "HP Photosmart c6375 All-in-one Printer"
:status :good
-:model "HP Officejet j5735 All-in-one Printer"
+:model "HP Photosmart c6380 All-in-one Printer"
:status :good
-:model "HP Officejet j5738 All-in-one Printer"
+:model "HP Photosmart c6383 All-in-one Printer"
:status :good
-:model "HP Officejet j5740 All-in-one Printer"
+:model "HP Photosmart c6388 All-in-one Printer"
:status :good
-:model "HP Officejet j5750 All-in-one Printer"
+:model "HP Photosmart c7150 All-in-one Printer"
:status :good
-:model "HP Officejet j5780 All-in-one Printer"
+:model "HP Photosmart c7154 All-in-one Printer"
:status :good
-:model "HP Officejet j5783 All-in-one Printer"
+:model "HP Photosmart c7170 All-in-one Printer"
:status :good
-:model "HP Officejet j5785 All-in-one Printer"
+:model "HP Photosmart c7180 All-in-one Printer"
:status :good
-:model "HP Officejet j5788 All-in-one Printer"
+:model "HP Photosmart c7183 All-in-one Printer"
:status :good
-:model "HP Officejet j5790 All-in-one Printer"
+:model "HP Photosmart c7185 All-in-one Printer"
:status :good
-:model "HP Officejet 6105 All-in-one Printer"
+:model "HP Photosmart c7188 All-in-one Printer"
:status :good
-:model "HP Officejet 6110v All-in-one Printer"
+:model "HP Photosmart c7190 All-in-one Printer"
:status :good
-:model "HP Officejet 6110 All-in-one Printer"
+:model "HP Photosmart c7250 All-in-one Printer"
:status :good
-:model "HP Officejet 6110xi All-in-one Printer"
+:model "HP Photosmart c7275 All-in-one Printer"
:status :good
-:model "HP Officejet 6150 All-in-one Printer"
+:model "HP Photosmart c7280 All-in-one Printer"
:status :good
-:model "HP Photosmart c6150 All-in-one Printer"
+:model "HP Photosmart c7283 All-in-one Printer"
:status :good
-:model "HP Photosmart c6154 All-in-one Printer"
+:model "HP Photosmart c7288 All-in-one Printer"
:status :good
-:model "HP Photosmart c6170 All-in-one Printer"
+:model "HP Photosmart c8150 All-in-one Printer"
:status :good
-:model "HP Photosmart c6175 All-in-one Printer"
+:model "HP Photosmart c8180 All-in-one Printer"
:status :good
-:model "HP Photosmart c6180 All-in-one Printer"
+:model "HP Photosmart c8183 All-in-one Printer"
:status :good
-:model "HP Photosmart c6183 All-in-one Printer"
+:model "HP Photosmart c8188 All-in-one Printer"
:status :good
-:model "HP Photosmart c6185 All-in-one Printer"
+:model "HP Photosmart d110 Series Printer"
:status :good
-:model "HP Photosmart c6188 All-in-one Printer"
+:model "HP Photosmart Estn c510 Series"
:status :good
-:model "HP Photosmart c6190 All-in-one Printer"
+:model "HP Photosmart Ink Adv k510"
:status :good
-:model "HP Officejet 6200 All-in-one Printer"
+:model "HP Photosmart Plus All-in-one Printer - b209a"
:status :good
-:model "HP Officejet 6203 All-in-one Printer"
+:model "HP Photosmart Plus All-in-one Printer - b209b"
:status :good
-:model "HP Officejet 6205 All-in-one Printer"
+:model "HP Photosmart Plus All-in-one Printer - b209c"
:status :good
-:model "HP Officejet 6208 All-in-one Printer"
+:model "HP Photosmart Plus b210 Series"
:status :good
-:model "HP Officejet 6210xi All-in-one Printer"
+:model "HP Photosmart Prem c310 Series"
:status :good
-:model "HP Officejet 6210v All-in-one Printer"
+:model "HP Photosmart Prem c410 Series"
:status :good
-:model "HP Officejet 6210 All-in-one Printer"
+:model "HP Photosmart Premium All-in-one Printer Series - c309g"
:status :good
-:model "HP Officejet 6213 All-in-one Printer"
+:model "HP Photosmart Premium All-in-one Printer Series - c309h"
:status :good
-:model "HP Officejet 6215 All-in-one Printer"
+:model "HP Photosmart Premium Fax All-in-one Printer - c309a"
:status :good
-:model "HP Photosmart c6240 All-in-one Printer"
+:model "HP Photosmart Premium Fax All-in-one Printer Series -c309a"
:status :good
-:model "HP Photosmart c6245 All-in-one Printer"
+:model "HP Photosmart Premium Fax All-in-one Printer Series -c309c"
:status :good
-:model "HP Photosmart c6250 All-in-one Printer"
+:model "HP Photosmart Wireless All-in-one Printer - b109n"
:status :good
-:model "HP Photosmart c6260 All-in-one Printer"
+:model "HP Photosmart Wireless All-in-one Printer - b109q"
:status :good
-:model "HP Photosmart c6263 All-in-one Printer"
+:model "HP Photosmart Wireless All-in-one Printer - b109qr"
:status :good
-:model "HP Photosmart c6268 All-in-one Printer"
+:model "HP Photosmart Wireless All-in-one Printer - b110"
:status :good
-:model "HP Photosmart c6270 All-in-one Printer"
+:model "HP Photsmart 6520 E All-in-one"
:status :good
-:model "HP Photosmart c6275 All-in-one Printer"
+:model "HP Printer Scanner Copier 300"
:status :good
-:model "HP Photosmart c6280 All-in-one Printer"
+:model "HP PSC 1000 Series"
:status :good
-:model "HP Photosmart c6283 All-in-one Printer"
+:model "HP PSC 1110 All-in-one Printer"
:status :good
-:model "HP Photosmart c6285 All-in-one Printer"
+:model "HP PSC 1110v All-in-one Printer"
:status :good
-:model "HP Photosmart c6286 All-in-one Printer"
+:model "HP PSC 1118 All-in-one Printer"
:status :good
-:model "HP Photosmart c6288 All-in-one Printer"
+:model "HP PSC 1200 All-in-one Printer"
:status :good
-:model "HP Officejet 6301 All-in-one Printer"
+:model "HP PSC 1205 All-in-one Printer"
:status :good
-:model "HP Officejet 6304 All-in-one Printer"
+:model "HP PSC 1209 All-in-one Printer"
:status :good
-:model "HP Officejet 6305 All-in-one Printer"
+:model "HP PSC 1210 All-in-one Printer"
:status :good
-:model "HP Officejet 6307 All-in-one Printer"
+:model "HP PSC 1210v All-in-one Printer"
:status :good
-:model "HP Officejet 6308 All-in-one Printer"
+:model "HP PSC 1210xi All-in-one Printer"
:status :good
-:model "HP Officejet 6310 All-in-one Printer"
+:model "HP PSC 1213 All-in-one Printer"
:status :good
-:model "HP Officejet 6310xi All-in-one Printer"
+:model "HP PSC 1215 All-in-one Printer"
:status :good
-:model "HP Officejet 6310v All-in-one Printer"
+:model "HP PSC 1216 All-in-one Printer"
:status :good
-:model "HP Officejet 6313 All-in-one Printer"
+:model "HP PSC 1217 All-in-one Printer"
:status :good
-:model "HP Officejet 6315 All-in-one Printer"
+:model "HP PSC 1218 All-in-one Printer"
:status :good
-:model "HP Officejet 6318 All-in-one Printer"
+:model "HP PSC 1219 All-in-one Printer"
:status :good
-:model "HP Photosmart c6324 All-in-one Printer"
+:model "HP PSC 1300 All-in-one Printer"
:status :good
-:model "HP Photosmart c6340 All-in-one Printer"
+:model "HP PSC 1310 All-in-one Printer"
:status :good
-:model "HP Photosmart c6350 All-in-one Printer"
+:model "HP PSC 1311 All-in-one Printer"
:status :good
-:model "HP Photosmart c6375 All-in-one Printer"
+:model "HP PSC 1312 All-in-one Printer"
:status :good
-:model "HP Photosmart c6380 All-in-one Printer"
+:model "HP PSC 1315 All-in-one Printer"
:status :good
-:model "HP Photosmart c6383 All-in-one Printer"
+:model "HP PSC 1315s All-in-one Printer"
:status :good
-:model "HP Photosmart c6388 All-in-one Printer"
+:model "HP PSC 1315v All-in-one Printer"
:status :good
-:model "HP Officejet j6405 All-in-one Printer"
+:model "HP PSC 1315xi All-in-one Printer"
:status :good
-:model "HP Officejet j6410 All-in-one Printer"
+:model "HP PSC 1317 All-in-one Printer"
:status :good
-:model "HP Officejet j6413 All-in-one Printer"
+:model "HP PSC 1318 All-in-one Printer"
:status :good
-:model "HP Officejet j6415 All-in-one Printer"
+:model "HP PSC 1340 All-in-one Printer"
:status :good
-:model "HP Officejet j6424 All-in-one Printer"
+:model "HP PSC 1350 All-in-one Printer"
:status :good
-:model "HP Officejet j6450 All-in-one Printer"
+:model "HP PSC 1350v All-in-one Printer"
:status :good
-:model "HP Officejet j6480 All-in-one Printer"
+:model "HP PSC 1350xi All-in-one Printer"
:status :good
-:model "HP Officejet j6488 All-in-one Printer"
+:model "HP PSC 1355 All-in-one Printer"
:status :good
-:model "HP Officejet 6500 Wireless All-in-one Printer - e709q"
+:model "HP PSC 1358 Series"
:status :good
-:model "HP Officejet 6500 Wireless All-in-one Printer - e709n"
+:model "HP PSC 1401 All-in-one Printer"
:status :good
-:model "HP Officejet 6500 All-in-one Printer - e709c"
+:model "HP PSC 1402 All-in-one Printer"
:status :good
-:model "HP Officejet 6500 All-in-one Printer - e709a"
+:model "HP PSC 1403 All-in-one Printer"
:status :good
-:model "HP Officejet 7100 All-in-one Printer"
+:model "HP PSC 1406 All-in-one Printer"
:status :good
-:model "HP Officejet 7110xi All-in-one Printer"
+:model "HP PSC 1408 All-in-one Printer"
:status :good
-:model "HP Officejet 7110 All-in-one Printer"
+:model "HP PSC 1410 All-in-one Printer"
:status :good
-:model "HP Officejet 7115 All-in-one Printer"
+:model "HP PSC 1410v All-in-one Printer"
:status :good
-:model "HP Officejet 7130 All-in-one Printer"
+:model "HP PSC 1410xi All-in-one Printer"
:status :good
-:model "HP Officejet 7130xi All-in-one Printer"
+:model "HP PSC 1415 All-in-one Printer"
:status :good
-:model "HP Officejet 7135xi All-in-one Printer"
+:model "HP PSC 1417 All-in-one Printer"
:status :good
-:model "HP Officejet 7140xi All-in-one Printer"
+:model "HP PSC 1508 All-in-one Printer"
:status :good
-:model "HP Photosmart c7150 All-in-one Printer"
+:model "HP PSC 1510 All-in-one Printer"
:status :good
-:model "HP Photosmart c7154 All-in-one Printer"
+:model "HP PSC 1510 Series"
:status :good
-:model "HP Photosmart c7170 All-in-one Printer"
+:model "HP PSC 1510s All-in-one Printer"
:status :good
-:model "HP Photosmart c7180 All-in-one Printer"
+:model "HP PSC 1510v All-in-one Printer"
:status :good
-:model "HP Photosmart c7183 All-in-one Printer"
+:model "HP PSC 1510xi All-in-one Printer"
:status :good
-:model "HP Photosmart c7185 All-in-one Printer"
+:model "HP PSC 1513 All-in-one Printer"
:status :good
-:model "HP Photosmart c7188 All-in-one Printer"
+:model "HP PSC 1513s All-in-one Printer"
:status :good
-:model "HP Photosmart c7190 All-in-one Printer"
+:model "HP PSC 1514 All-in-one Printer"
:status :good
-:model "HP Officejet 7205 All-in-one Printer"
+:model "HP PSC 1600 All-in-one Printer"
:status :good
-:model "HP Officejet 7208 All-in-one Printer"
+:model "HP PSC 1603 All-in-one Printer"
:status :good
-:model "HP Officejet 7210 All-in-one Printer"
+:model "HP PSC 1605 All-in-one Printer"
:status :good
-:model "HP Officejet 7210v All-in-one Printer"
+:model "HP PSC 1608 All-in-one Printer"
:status :good
-:model "HP Officejet 7210xi All-in-one Printer"
+:model "HP PSC 1610 All-in-one Printer"
:status :good
-:model "HP Officejet 7213 All-in-one Printer"
+:model "HP PSC 1610v All-in-one Printer"
:status :good
-:model "HP Officejet 7215 All-in-one Printer"
+:model "HP PSC 1610xi All-in-one Printer"
:status :good
-:model "HP Photosmart c7250 All-in-one Printer"
+:model "HP PSC 1613 All-in-one Printer"
:status :good
-:model "HP Photosmart c7275 All-in-one Printer"
+:model "HP PSC 1615 All-in-one Printer"
:status :good
-:model "HP Photosmart c7280 All-in-one Printer"
+:model "HP PSC 2105 All-in-one Printer"
:status :good
-:model "HP Photosmart c7283 All-in-one Printer"
+:model "HP PSC 2108 All-in-one Printer"
:status :good
-:model "HP Photosmart c7288 All-in-one Printer"
+:model "HP PSC 2110 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7300 Series All-in-one Printer"
+:model "HP PSC 2110v All-in-one Printer"
:status :good
-:model "HP Officejet 7310xi All-in-one Printer"
+:model "HP PSC 2110xi All-in-one Printer"
:status :good
-:model "HP Officejet 7310 All-in-one Printer"
+:model "HP PSC 2115 All-in-one Printer"
:status :good
-:model "HP Officejet 7313 All-in-one Printer"
+:model "HP PSC 2150 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7380 All-in-one Printer"
+:model "HP PSC 2170 All-in-one Printer"
:status :good
-:model "HP Officejet 7408 All-in-one Printer"
+:model "HP PSC 2171 All-in-one Printer"
:status :good
-:model "HP Officejet 7410xi All-in-one Printer"
+:model "HP PSC 2175 All-in-one Printer"
:status :good
-:model "HP Officejet 7410 All-in-one Printer"
+:model "HP PSC 2175v All-in-one Printer"
:status :good
-:model "HP Officejet 7413 All-in-one Printer"
+:model "HP PSC 2175xi All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7480 All-in-one Printer"
+:model "HP PSC 2179 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7500 Series All-in-one Printer"
+:model "HP PSC 2200 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7550 All-in-one Printer"
+:model "HP PSC 2210 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7555 All-in-one Printer"
+:model "HP PSC 2210v All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7580 All-in-one Printer"
+:model "HP PSC 2210xi All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7590 All-in-one Printer"
+:model "HP PSC 2300 Series All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7600 Series All-in-one Printer"
+:model "HP PSC 2310 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7650 All-in-one Printer"
+:model "HP PSC 2350 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7680 All-in-one Printer"
+:model "HP PSC 2352 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7681 All-in-one Printer"
+:model "HP PSC 2353 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7700 Series All-in-one Printer"
+:model "HP PSC 2353p All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7710 All-in-one Printer"
+:model "HP PSC 2355 All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7750 All-in-one Printer"
+:model "HP PSC 2355p All-in-one Printer"
:status :good
-:model "HP Officejet Pro l7780 All-in-one Printer"
+:model "HP PSC 2355v All-in-one Printer"
:status :good
-:model "HP cm8050 Color Multifunction Printer With Edgeline Technology"
+:model "HP PSC 2355xi All-in-one Printer"
:status :good
-:model "HP cm8060 Color Multifunction Printer With Edgeline Technology"
+:model "HP PSC 2357 All-in-one Printer"
:status :good
-:model "HP LaserJet 8100 Multifunction Printer"
+:model "HP PSC 2358 All-in-one Printer"
:status :good
-:model "HP LaserJet 8150 Multifunction Printer"
+:model "HP PSC 2405 Photosmart All-in-one Printer"
:status :good
-:model "HP Photosmart c8150 All-in-one Printer"
+:model "HP PSC 2410 Photosmart All-in-one Printer"
:status :good
-:model "HP Photosmart c8180 All-in-one Printer"
+:model "HP PSC 2410v Photosmart All-in-one Printer"
:status :good
-:model "HP Photosmart c8183 All-in-one Printer"
+:model "HP PSC 2410xi Photosmart All-in-one Printer"
:status :good
-:model "HP Photosmart c8188 All-in-one Printer"
+:model "HP PSC 2420 Photosmart All-in-one Printer"
:status :good
-:model "HP Officejet Pro 8500 Premier All-in-one Printer - a909n"
+:model "HP PSC 2450 Photosmart All-in-one Printer"
:status :good
-:model "HP Officejet Pro 8500 Wireless All-in-one Printer - a909g"
+:model "HP PSC 2500 Photosmart All-in-one Printer"
:status :good
-:model "HP Officejet Pro 8500 All-in-one Printer - a909a"
+:model "HP PSC 2510 Photosmart All-in-one Printer"
:status :good
-:model "HP LaserJet 9000 Multifunction Printer"
+:model "HP PSC 2510xi Photosmart All-in-one Printer"
:status :good
-:model "HP LaserJet 9000l Multifunction Printer"
+:model "HP PSC 2550 Photosmart All-in-one Printer"
:status :good
-:model "HP LaserJet 9040 Multifunction Printer"
+:model "HP PSC 500 All-in-one Printer"
:status :good
-:model "HP LaserJet 9050 Multifunction Printer"
+:model "HP PSC 500xi All-in-one Printer"
:status :good
-:model "HP LaserJet 9055 Multifunction Printer"
+:model "HP PSC 720 All-in-one Printer"
:status :good
-:model "HP LaserJet 9065 Multifunction Printer"
+:model "HP PSC 750 All-in-one Printer"
:status :good
-:model "HP Officejet 9110 All-in-one Printer"
+:model "HP PSC 750xi All-in-one Printer"
:status :good
-:model "HP Officejet 9120 All-in-one Printer"
+:model "HP PSC 760 All-in-one Printer"
:status :good
-:model "HP Officejet 9130 All-in-one Printer"
+:model "HP PSC 780 All-in-one Printer"
+:status :good
+
+:model "HP PSC 780xi All-in-one Printer"
+:status :good
+
+:model "HP PSC 900 All-in-one Printer"
+:status :good
+
+:model "HP PSC 920 All-in-one Printer"
+:status :good
+
+:model "HP PSC 950 All-in-one Printer"
+:status :good
+
+:model "HP PSC 950vr All-in-one Printer"
+:status :good
+
+:model "HP PSC 950xi All-in-one Printer"
+:status :good
+
+:model "HP Scanjet Enterprise 7500"
+:status :good
+
+:model "HP Scanjet Enterprise Flow 5000 s4"
+:status :good
+
+:model "HP Scanjet Enterprise Flow 7000 s3"
+:status :good
+
+:model "HP Scanjet Enterprise Flow n9120 fn2 Document Scanner"
+:status :good
+
+:model "HP Scanjet Pro 3000 s3"
+:status :good
+
+:model "HP Scanjet Pro 3500 f1 Flatbed Scanner"
+:status :good
+
+:model "HP Scanjet Pro 4500 fn1"
+:status :good
+
+:model "HP Smart Tank 350"
+:status :good
+
+:model "HP Smart Tank 500 Series"
+:status :good
+
+:model "HP Smart Tank 510"
+:status :good
+
+:model "HP Smart Tank 530 Series"
+:status :good
+
+:model "HP Smart Tank 610"
+:status :good
+
+:model "HP Smart Tank Plus 550"
+:status :good
+
+:model "HP Smart Tank Plus 570 Series"
+:status :good
+
+:model "HP Smart Tank Plus 650"
+:status :good
+
+:model "HP Smart Tank Wireless 450"
+:status :good
+
+:model "HP Tango"
:status :good
-:model "HP Color LaserJet 9500 Multifunction Printer"
+:model "HP Tango X"
:status :good
diff --git a/doc/descriptions-external/lhii.desc b/doc/descriptions-external/lhii.desc
index 1877e0c..19c642d 100644
--- a/doc/descriptions-external/lhii.desc
+++ b/doc/descriptions-external/lhii.desc
@@ -12,8 +12,6 @@
:backend "lhii" ; name of backend
;:version "0.42" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://www.sane-project.org/backends/lhii/lhii-v0.2.tgz" ; backend's web page
:comment "This backend is for old handscanners with proprietary adapter cards. You also need a kernel driver. You may find such drivers at that page: http://www.willamowius.de/scanner.html ."
diff --git a/doc/descriptions-external/panamfs.desc b/doc/descriptions-external/panamfs.desc
index 5a34cea..066207d 100644
--- a/doc/descriptions-external/panamfs.desc
+++ b/doc/descriptions-external/panamfs.desc
@@ -12,8 +12,6 @@
:backend "panamfs" ; name of backend
;:version "1.0.0" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html" ; backend's web page
:comment "External backend made by panasonic."
diff --git a/doc/descriptions-external/primascan.desc b/doc/descriptions-external/primascan.desc
index 6815bcd..8533da3 100644
--- a/doc/descriptions-external/primascan.desc
+++ b/doc/descriptions-external/primascan.desc
@@ -12,8 +12,6 @@
:backend "primascan" ; name of backend
;:version "0.42" ; version of backend (or "unmaintained")
-;:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://www.geocities.com/trsh0101/index.html" ; backend's web page
:comment "SANE backend and stand-alone program"
diff --git a/doc/descriptions-external/scangearmp2.desc b/doc/descriptions-external/scangearmp2.desc
new file mode 100644
index 0000000..d3ea973
--- /dev/null
+++ b/doc/descriptions-external/scangearmp2.desc
@@ -0,0 +1,425 @@
+;
+; 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 "canon_pixma" ; name of backend
+;:version "(external)" ; version of backend
+:url "https://github.com/Ordissimo/scangearmp2/blob/master/README.md" ; backend's web page
+:comment "External binary-only backend for Linux i386 and x86_64?. See the website for the latest release."
+
+
+
+:devicetype :scanner ; start of a list of devices....
+ ; other types: :stillcam, :vidcam,
+ ; :meta, :api
+
+:mfg "Canon" ; name a manufacturer
+:url "https://www.canon.com/"
+:comment "Multi Function Peripheral. External backend made by Canon. Please check the Canon website and/or contact us if you have a Canon device not mentioned here."
+
+;
+; Canon MFP2 conf file
+;
+
+; ---- V390 --------------------------
+:model "G6000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1865"
+:status :good
+
+:model "G6080 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1866"
+:status :good
+
+:model "TS5300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188b"
+:status :good
+
+:model "TS5380 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188c"
+:status :good
+
+:model "TS6300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188d"
+:status :good
+
+:model "TS6380 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188e"
+:status :good
+
+:model "TS7330 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188f"
+:status :good
+
+:model "TS8300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1890"
+:status :good
+
+:model "TS8380 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1891"
+:status :good
+
+:model "TS8330 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1892"
+:status :good
+
+:model "XK60 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1893"
+:status :good
+
+:model "TS6330 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1894"
+:status :good
+
+:model "TS3300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x18a2"
+:status :good
+
+:model "E3300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x18a3"
+:status :good
+
+; ---- V370 --------------------------
+:model "TS8200 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1859"
+:status :good
+
+:model "XK80 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1873"
+:status :good
+
+:model "TS8230 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x185b"
+:status :good
+
+:model "TS8280 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x185a"
+:status :good
+
+:model "TS6200 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1856"
+:status :good
+
+:model "TS6230 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1858"
+:status :good
+
+:model "TS6280 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1857"
+:status :good
+
+:model "TS9500 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x185c"
+:status :good
+
+:model "TR9530 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x185e"
+:status :good
+
+:model "TS9580 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x185d"
+:status :good
+
+:model "TR4500 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1854"
+:status :good
+
+:model "E4200 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1855"
+:status :good
+
+:model "LiDE 400"
+:interface "USB"
+:usbid "0x04a9" "0x1912"
+:status :good
+
+:model "LiDE 300"
+:interface "USB"
+:usbid "0x04a9" "0x1913"
+:status :good
+
+
+; ---- V360 --------------------------
+:model "G3010 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x183b"
+:status :good
+
+:model "G4010 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x183d"
+:status :good
+
+
+; ---- V350 --------------------------
+:model "TS9100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1820"
+:status :good
+
+:model "TS8100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1821"
+:status :good
+
+:model "TS6100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1822"
+:status :good
+
+:model "TR8500 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1823"
+:status :good
+
+:model "TR7500 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1824"
+:status :good
+
+:model "TS5100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1825"
+:status :good
+
+:model "TS3100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1827"
+:status :good
+
+:model "E3100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1828"
+:status :good
+
+:model "TS9180 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x183e"
+:status :good
+
+:model "TS8180 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x183f"
+:status :good
+
+:model "TS6180 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1840"
+:status :good
+
+:model "TR8580 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1841"
+:status :good
+
+:model "TS8130 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1842"
+:status :good
+
+:model "TS6130 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1843"
+:status :good
+
+:model "TR8530 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1844"
+:status :good
+
+:model "TR7530 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1845"
+:status :good
+
+:model "XK50 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1846"
+:status :good
+
+:model "XK70 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1847"
+:status :good
+
+
+; ---- V340 --------------------------
+:model "TS9000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x179f"
+:status :good
+
+:model "TS8000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1800"
+:status :good
+
+:model "TS6000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1801"
+:status :good
+
+:model "TS5000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1802"
+:status :good
+
+:model "MG3000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x180b"
+:status :good
+
+:model "E470 series"
+:interface "USB"
+:usbid "0x04a9" "0x180c"
+:status :good
+
+:model "G4000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x181d"
+:status :good
+
+; Network attached versions of the above
+:model "MB2100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1793"
+:status :good
+
+:model "MB2700 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1792"
+:status :good
+
+:model "MB5100 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1790"
+:status :good
+
+:model "MB5400 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178f"
+:status :good
+
+; ---- V330 --------------------------
+:model "G3000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1794"
+:status :good
+
+
+; ---- V320 --------------------------
+:model "MG7700 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178b"
+:status :good
+
+:model "MG6900 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178c"
+:status :good
+
+:model "MG6800 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178d"
+:status :good
+
+:model "MG5700 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178e"
+:status :good
+
+:model "MG3600 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x178a"
+:status :good
+
+
+; ---- V310 --------------------------
+:model "MX490 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1787"
+:status :good
+
+:model "E480 series"
+:interface "USB"
+:usbid "0x04a9" "0x1789"
+:status :good
+
+
+; ---- V300 --------------------------
+:model "MG7500 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x177c"
+:status :good
+
+:model "MG6600 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x177e"
+:status :good
+
+:model "MG5600 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x177f"
+:status :good
+
+:model "MG2900 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1780"
+:status :good
+
+:model "MB2000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1778"
+:status :good
+
+:model "MB2300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1779"
+:status :good
+
+:model "MB5000 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1776"
+:status :good
+
+:model "MB5300 series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1777"
+:status :good
+
+:model "E460 series"
+:interface "USB"
+:usbid "0x04a9" "0x1788"
+:status :good
diff --git a/doc/descriptions-external/template.desc. b/doc/descriptions-external/template.desc.
index a6b6bab..ce5d077 100644
--- a/doc/descriptions-external/template.desc.
+++ b/doc/descriptions-external/template.desc.
@@ -12,8 +12,6 @@
:backend "template" ; name of backend
:version "0.42" ; version of backend (or "unmaintained")
-:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
:manpage "sane-template" ; name of manpage (if it exists)
:url "http://www.luser.com/temp/" ; backend's web page
:url "http://www.luser.com/b/" ; another backend webpage
diff --git a/doc/descriptions-external/utsushi.desc b/doc/descriptions-external/utsushi.desc
index 08ad17f..105b0c7 100644
--- a/doc/descriptions-external/utsushi.desc
+++ b/doc/descriptions-external/utsushi.desc
@@ -69,7 +69,7 @@
:interface "USB"
:status :good
-:model "DS-535"
+:model "DS-535H"
:interface "USB"
:usbid "0x04b8" "0x017a"
:status :good
@@ -192,6 +192,11 @@
:usbid "0x04b8" "0x1106"
:status :good
+:model "ET-3750"
+:interface "USB"
+:usbid "0x04b8" "0x1130"
+:status :good
+
:model "ET-4500"
:interface "USB"
:usbid "0x04b8" "0x1107"
@@ -934,6 +939,18 @@
:status :good
:comment "L61x0"
+:model "PID 1167"
+:interface "USB"
+:usbid "0x04b8" "0x1167"
+:status :good
+:comment "ET-16xxx"
+
+:model "PID 1168"
+:interface "USB"
+:usbid "0x04b8" "0x1168"
+:status :good
+:comment "ET-16xxx"
+
:model "PID 1169"
:interface "USB"
:usbid "0x04b8" "0x1169"
@@ -951,8 +968,56 @@
:usbid "0x04b8" "0x116b"
:status :good
+:model "PID 116C"
+:interface "USB"
+:usbid "0x04b8" "0x116c"
+:status :good
+:comment "WFC8xxR"
+
+:model "PID 116D"
+:interface "USB"
+:usbid "0x04b8" "0x116d"
+:status :good
+:comment "WFC8xxR"
+
:model "PID 116E"
:interface "USB"
:usbid "0x04b8" "0x116e"
:status :good
:comment "EWM7xxTR"
+
+:model "PID 116F"
+:interface "USB"
+:usbid "0x04b8" "0x116f"
+:status :good
+:comment "ET-16xxx"
+
+:model "PID 1170"
+:interface "USB"
+:usbid "0x04b8" "0x1170"
+:status :good
+:comment "ET-16xxx"
+
+:model "PID 1174"
+:interface "USB"
+:usbid "0x04b8" "0x1174"
+:status :good
+:comment "ET-58xx"
+
+:model "PID 1175"
+:interface "USB"
+:usbid "0x04b8" "0x1175"
+:status :good
+:comment "ET-58xx"
+
+:model "PID 1176"
+:interface "USB"
+:usbid "0x04b8" "0x1176"
+:status :good
+:comment "ET-58xx"
+
+:model "PID 1177"
+:interface "USB"
+:usbid "0x04b8" "0x1177"
+:status :good
+:comment "ET-16xxx"
diff --git a/doc/descriptions/escl.desc b/doc/descriptions/escl.desc
new file mode 100644
index 0000000..f654f75
--- /dev/null
+++ b/doc/descriptions/escl.desc
@@ -0,0 +1,7 @@
+:backend "escl"
+:new :yes
+:manpage "sane-escl"
+:url "https://support.apple.com/en-us/HT201311"
+:comment "The eSCL backend for sane supports AirScan/eSCL devices that announce themselves on mDNS as _uscan._utcp or _uscans._utcp"
+
+:devicetype :scanner
diff --git a/doc/descriptions/fujitsu.desc b/doc/descriptions/fujitsu.desc
index 99e5d7a..b858415 100644
--- a/doc/descriptions/fujitsu.desc
+++ b/doc/descriptions/fujitsu.desc
@@ -651,3 +651,9 @@
:interface "USB"
:status :untested
:usbid "0x04c5" "0x1522"
+
+:model "ScanSnap iX1500"
+:interface "USB WiFi"
+:status :good
+:usbid "0x04c5" "0x159f"
+:comment "small, current, WiFi not supported."
diff --git a/doc/descriptions/genesys.desc b/doc/descriptions/genesys.desc
index 77c1fd8..888f252 100644
--- a/doc/descriptions/genesys.desc
+++ b/doc/descriptions/genesys.desc
@@ -17,6 +17,21 @@
:status :basic
:comment "Has a Primax USB ID"
+:model "OpticFilm 7200i"
+:interface "USB"
+:usbid "0x07b3" "0x0c04"
+:status :basic
+
+:model "OpticFilm 7300"
+:interface "USB"
+:usbid "0x07b3" "0x0c12"
+:status :basic
+
+:model "OpticFilm 7500i"
+:interface "USB"
+:usbid "0x07b3" "0x0c13"
+:status :basic
+
; -----------------------------------------------------------------------------
:mfg "Medion/Lifetec/Tevion/Cytron"
@@ -64,7 +79,7 @@
:status :basic
:comment "clone of the HP 2400C"
-:model "ScanJet 3670C"
+:model "ScanJet 3670"
:interface "USB"
:usbid "0x03f0" "0x1405"
:status :complete
@@ -74,7 +89,7 @@
:interface "USB"
:usbid "0x03f0" "0x1405"
:status :complete
-:comment "1200x1200 dpi max, same as HP 3670C"
+:comment "1200x1200 dpi max, same as HP 3670"
:model "ScanJet 4850C"
:interface "USB"
@@ -169,11 +184,11 @@
:status :complete
:comment "GL124+ based, resolution from 75 to 4800 dpi"
-:model "CanoScan 4400f"
+:model "CanoScan 4400F"
:interface "USB"
:usbid "0x04a9" "0x2228"
-:status :unsupported
-:comment "GL843 based, to be added to the genesys backend"
+:status :basic
+:comment "GL843 based"
:model "CanoScan 5600F"
:interface "USB"
@@ -181,6 +196,13 @@
:status :unsupported
:comment "GL847 based, to be added to the genesys backend"
+:model "CanoScan 8400F"
+:url "unsupported/canon-8400f.html"
+:interface "USB"
+:usbid "0x04a9" "0x221e"
+:status :basic
+:comment "GL841 based, to be added to genesys backend"
+
:model "CanoScan 8600F"
:url "unsupported/canon-8600.html"
:interface "USB"
diff --git a/doc/descriptions/pixma.desc b/doc/descriptions/pixma.desc
index be2ec1d..4366891 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.23.0" ; version of backend (or "unmaintained")
+:version "0.27.0" ; 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."
@@ -88,6 +88,12 @@
:status :untested
:comment "Testers needed!"
+:model "PIXMA E3300 Series"
+:interface "USB"
+:usbid "0x04a9" "0x18a3"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA E4200 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1855"
@@ -100,6 +106,12 @@
:status :complete
:comment "All resolutions supported (up to 600DPI)."
+:model "PIXMA G2010 Series"
+:interface "USB"
+:usbid "0x04a9" "0x183a"
+:status :complete
+:comment "All resolutions supported (up to 600DPI)."
+
:model "PIXMA G2100"
:interface "USB"
:usbid "0x04a9" "0x1795"
@@ -130,6 +142,18 @@
:status :untested
:comment "Testers needed!"
+:model "PIXMA G6000"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1865"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA G6080"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1866"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA MG2100 Series"
:interface "USB"
:usbid "0x04a9" "0x1751"
@@ -163,8 +187,8 @@
:model "PIXMA MG3000 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x180b"
-:status :untested
-:comment "Testers needed!"
+:status :good
+:comment "All resolutions supported (up to 600DPI). WiFi not working."
:model "PIXMA MG3100 Series"
:interface "USB WiFi"
@@ -875,6 +899,12 @@
:status :good
:comment "All resolutions supported (up to 600DPI). WiFi not working."
+:model "PIXMA TS3300 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x18a2"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA TS5000 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1802"
@@ -887,6 +917,18 @@
:status :untested
:comment "Testers needed!"
+:model "PIXMA TS5300 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188b"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA TS5380 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188c"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA TS6000 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1801"
@@ -914,8 +956,8 @@
:model "PIXMA TS6200 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1856"
-:status :untested
-:comment "Testers needed!"
+:status :good
+:comment "All resolutions supported (up to 1200DPI). WiFi not working."
:model "PIXMA TS6230 Series"
:interface "USB WiFi"
@@ -929,6 +971,30 @@
:status :untested
:comment "Testers needed!"
+:model "PIXMA TS6300 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188b"
+:status :good
+:comment "Testers needed!"
+
+:model "PIXMA TS6330 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1894"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA TS6380 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188e"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA TS7330 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x188f"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA TS8000 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1800"
@@ -971,6 +1037,24 @@
:status :untested
:comment "Testers needed!"
+:model "PIXMA TS8300 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1890"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA TS8330 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1892"
+:status :untested
+:comment "Testers needed!"
+
+:model "PIXMA TS8380 Series"
+:interface "USB WiFi"
+:usbid "0x04a9" "0x1891"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXMA TS9000 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x179f"
@@ -1019,6 +1103,12 @@
:status :untested
:comment "Testers needed!"
+:model "CanoScan XK 60"
+:interface "USB"
+:usbid "0x04a9" "0x1893"
+:status :untested
+:comment "Testers needed!"
+
:model "PIXUS XK70 Series"
:interface "USB WiFi"
:usbid "0x04a9" "0x1847"
@@ -1058,8 +1148,8 @@
:model "imageCLASS D570"
:interface "USB"
:usbid "0x04a9" "0x27e8"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "All resolutions supported (up to 600DPI)"
:model "i-SENSYS MF110 Series"
:interface "USB Ethernet WiFi"
@@ -1130,14 +1220,26 @@
:model "i-SENSYS MF630 Series"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x27e1"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
+
+:model "imageCLASS MF634C"
+:interface "USB Ethernet WiFi"
+:usbid "0x04a9" "0x27e2"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
:model "i-SENSYS MF640 Series"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x27fe"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
+
+:model "i-SENSYS MF645C"
+:interface "USB Ethernet WiFi"
+:usbid "0x04a9" "0x27fd"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
:model "i-SENSYS MF730 Series"
:interface "USB Ethernet WiFi"
@@ -1145,14 +1247,6 @@
:status :good
:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI). Ethernet and WiFi not tested yet"
-
-:model "imageCLASS MF634C"
-:interface "USB Ethernet WiFi"
-:usbid "0x04a9" "0x27e2"
-:status :complete
-:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
-
-
:model "imageCLASS MF733Cdw"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x27e5"
@@ -1171,6 +1265,12 @@
:status :untested
:comment "Testers needed!"
+:model "i-SENSYS MF741/743"
+:interface "USB Ethernet WiFi"
+:usbid "0x04a9" "0x27fc"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 600DPI)."
+
:model "i-SENSYS MF810/820"
:interface "USB Ethernet"
:usbid "0x04a9" "0x27a6"
@@ -1462,8 +1562,8 @@
:model "MAXIFY MB5000 Series"
:interface "USB"
:usbid "0x04a9" "0x1776"
-:status :good
-:comment "Flatbed works, All resolutions supported (up to 1200DPI), ADF does not work"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)."
:model "MAXIFY MB5100 Series"
:interface "USB Ethernet WiFi"
@@ -1480,8 +1580,8 @@
:model "MAXIFY MB5400 Series"
:interface "USB Ethernet WiFi"
:usbid "0x04a9" "0x178f"
-:status :untested
-:comment "Testers needed!"
+:status :complete
+:comment "Flatbed and ADF scan. All resolutions supported (up to 1200DPI)."
:model "CanoScan 8800F"
:interface "USB"
@@ -1505,10 +1605,10 @@
:interface "USB"
:usbid "0x04a9" "0x1913"
:status :complete
-:comment "Support up to 4800DPI (Note: does not have less than 300DPI support)"
+:comment "All resolutions supported (up to 2400DPI)"
:model "CanoScan LiDE 400"
:interface "USB"
:usbid "0x04a9" "0x1912"
:status :complete
-:comment "Support up to 4800DPI (Note: does not have less than 300DPI support)"
+:comment "All resolutions supported (up to 4800DPI)"
diff --git a/doc/descriptions/ricoh2.desc b/doc/descriptions/ricoh2.desc
index 55ee372..12a9b4c 100644
--- a/doc/descriptions/ricoh2.desc
+++ b/doc/descriptions/ricoh2.desc
@@ -12,8 +12,6 @@
:backend "ricoh2" ; name of backend
:version "1.0" ; version of backend (or "unmaintained")
-:new :yes ; Is the backend new to this SANE release?
- ; :yes or :no
:manpage "sane-ricoh2" ; name of manpage (if it exists)
:url "http://www.ricoh.com/" ; backend's web page
@@ -24,6 +22,11 @@
:mfg "Ricoh" ; name a manufacturer
:url "http://www.ricoh.com/" ; manufacturer's URL
+:model "SG-3100SFNw"
+:status :basic
+:interface "USB"
+:usbid "0x05ca" "0x0439"
+
:model "SG-3100SNw"
:status :basic
:interface "USB"
@@ -34,7 +37,7 @@
:interface "USB"
:usbid "0x05ca" "0x042c"
-:model "SP-111SU"
+:model "SP-111SU/SP-112SU"
:status :basic
:interface "USB"
:usbid "0x05ca" "0x0448"
diff --git a/doc/descriptions/unsupported.desc b/doc/descriptions/unsupported.desc
index 496ebea..e062682 100644
--- a/doc/descriptions/unsupported.desc
+++ b/doc/descriptions/unsupported.desc
@@ -305,13 +305,6 @@
:status :unsupported
:comment "Probably unsupported. See link."
-:model "CanoScan 4400F"
-:url "unsupported/canon-4400.html"
-:interface "USB"
-:usbid "0x04a9" "0x2228"
-:status :unsupported
-:comment "GL843 based, to be added to genesys backend"
-
:model "CanoScan 5000F"
:url "unsupported/canon-5000f.html"
:interface "USB"
@@ -333,13 +326,6 @@
:status :unsupported
:comment "Not supported. See link for more information. With transparency adapter."
-:model "CanoScan 8400F"
-:url "unsupported/canon-8400f.html"
-:interface "USB"
-:usbid "0x04a9" "0x221e"
-:status :unsupported
-:comment "GL841 based, to be added to genesys backend"
-
:model "CanoScan 9900F"
:url "unsupported/canon-9900f.html"
:interface "USB"
@@ -1766,12 +1752,6 @@
:status :unsupported
:comment "GL842 based, maybe to be added to genesys backend"
-:model "OpticFilm 7200i"
-:interface "USB"
-:usbid "0x07b3" "0x0c04"
-:status :unsupported
-:comment "GL843 based, maybe to be added to genesys backend"
-
:model "OpticPro A3U"
:interface "USB"
:status :unsupported
diff --git a/doc/releases.txt b/doc/releases.txt
index abd007e..0cb7518 100644
--- a/doc/releases.txt
+++ b/doc/releases.txt
@@ -1,4 +1,4 @@
-2019-07-30
+2019-08-24
This text summarizes some points to pay attention to when a new release
of sane-backends is planned.
@@ -32,34 +32,31 @@ Before the release:
Making the release:
* temporarily set a PRIVATE_TOKEN variable in the GitLab CI/CD
- variables You have to create one in your own Settings > Access
- Tokens. Set it to expire in a few hours to avoid abuse.
+ variables. You have to create one in your own Settings > Access
+ Tokens. Set it to expire the next day to avoid abuse. Better yet,
+ remove it from the CI/CD variables when the job is finished.
* git tag -a -s 1.0.28 -m Release
* git push --tags origin master
* trigger the manual 'release' stage of the build via the web UI when
this becomes possible. This requires a valid PRIVATE_TOKEN.
-Announcing the release:
+Updating the website and announcing the release:
-* [TBD] checkout the sane/website.git module and:
-* [TBD] copy sane-backends.html to sane-backends-"old-version".html
-* [TBD] update sane-supported-devices.html with link to above "old" file
-* [TBD] rebuild sane-backends.html and sane-mfgs.html (make -C doc html-pages)
+* checkout the sane/website.git module and:
+* copy sane-backends.html to sane-backends-"old-version".html
+* update sane-supported-devices.html with link to above "old" file
+* rebuild sane-backends.html and sane-mfgs.html (make -C doc html-pages)
* [TBD] use man2html from http://hydra.nac.uci.edu/indiv/ehood/man2html.html
to rebuild html man pages (make -C doc html-man) (no other version works)
-* [TBD] add md5 sum to sane-md5sums.txt
-* [TBD] check and update platforms page (sane-support.html)
-* add announcement to index.html
+* update announcement to index.html
* git commit -a && git push
-* check that website was updated automatically
-* [TBD] rebuild descriptions.db (make -C doc descriptions.db)
-* announce release on sane-devel and sane-announce mailing lists
+* check that website's pipeline succeeded
+* announce release on sane-announce mailing list (and Cc: sane-devel).
+ Ping the sane-announce list's moderator (m. allan noah) to get your
+ post approved ASAP.
After the release:
-* [TBD] copy ChangeLog to ChangeLogs/ChangeLog-$version
-* [TBD] start a new ChangeLog via git checkout ChangeLog
-* [TBD] bump version number in tools/create-changelog.sh
* remove the ':new' tag from all doc/descriptions*/*.desc files
* git add new and changed files and commit
* git push
diff --git a/doc/sane-escl.man b/doc/sane-escl.man
new file mode 100644
index 0000000..21a4d6c
--- /dev/null
+++ b/doc/sane-escl.man
@@ -0,0 +1,41 @@
+.TH sane\-escl 5 "14 Dec 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.IX sane\-escl
+.SH NAME
+sane\-escl \- SANE backend for eSCL scanners
+.SH DESCRIPTION
+The
+.B sane\-escl
+library implements a SANE (Scanner Access Now Easy) backend that
+provides access to eSCL protocol scanners.
+
+.PP
+The "escl" backend for SANE supports AirScan/eSCL devices that announce
+themselves on mDNS as _uscan._utcp or _uscans._utcp.
+If the device is available, the "escl" backend recovers these capacities.
+The user configures and starts scanning.
+A list of devices that use the eSCL protocol can be found at
+.IR https://support.apple.com/en-us/HT201311 .
+While these devices are expected to work, your mileage may vary.
+
+.SH FILES
+.TP
+.I @CONFIGDIR@/escl.conf
+The backend configuration file.
+.TP
+.I @LIBDIR@/libsane\-escl.a
+The static library implementing this backend.
+.TP
+.I @LIBDIR@/libsane\-escl.so
+The shared library implementing this backend (present on systems that
+support dynamic loading).
+.SH ENVIRONMENT
+.TP
+.B SANE_DEBUG_ESCL
+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.
+.SH "SEE ALSO"
+sane(7), scanimage(1), xscanimage(1), xsane(1)
+.SH AUTHORS
+Touboul Nathane, Thierry HUCHARD
diff --git a/doc/sane-pixma.man b/doc/sane-pixma.man
index 1ceb6d6..ea85ec5 100644
--- a/doc/sane-pixma.man
+++ b/doc/sane-pixma.man
@@ -1,4 +1,4 @@
-.TH "sane\-pixma" "5" "29 Jul 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH "sane\-pixma" "5" "28 Dec 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-pixma
.SH NAME
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
@@ -17,15 +17,15 @@ Currently, the following models work with this backend:
.RS
PIXMA E510
.br
-PIXMA G2000, G2100
+PIXMA G2000, G2010, G2100
.br
-PIXMA MG2100, MG2200, MG2400, MG2500, MG2900, MG3100, MG3200
+PIXMA MG2100, MG2200, MG2400, MG2500, MG2900, MG3000, MG3100
.br
-PIXMA MG3500, MG3600, MG4200, MG5100, MG5200, MG5300, MG5400
+PIXMA MG3200, MG3500, MG3600, MG4200, MG5100, MG5200, MG5300
.br
-PIXMA MG5500, MG5600, MG5700, MG6100, MG6200, MG6300, MG6400
+PIXMA MG5400, MG5500, MG5600, MG5700, MG6100, MG6200, MG6300
.br
-PIXMA MG7100, MG7500, MG7700, MG8200
+PIXMA MG6400, MG7100, MG7500, MG7700, MG8200
.br
PIXMA MP140, MP150, MP160, MP170, MP180, MP190
.br
@@ -51,7 +51,7 @@ PIXMA MX410, MX420, MX470, MX510, MX520, MX530, MX700, MX720
.br
PIXMA MX850, MX860, MX870, MX882, MX885, MX890, MX920, MX7600
.br
-PIXMA TS3100, TS5000, TS6100, TS8000, TS8200
+PIXMA TS3100, TS5000, TS6100, TS6200, TS8000, TS8200
.br
PIXUS MP10
.br
@@ -65,13 +65,15 @@ imageCLASS MF4270, MF4350d, MF4370dn, MF4380dn
.br
imageCLASS MF4410, MF4430, MF4570dw, MF4660, MF4690
.br
-imageCLASS MF5730, MF5770, MF6550, MPC200, D420, D480, D530
+imageCLASS MF5730, MF5770, MF6550, MPC200
.br
-i-SENSYS MF210, MF230, MF240, MF620, MF730, MF731/733, MF3010
+imageCLASS D420, D480, D530, D570
.br
-i-SENSYS MF4320d, MF4330d, MF4500, MF4700, MF4800, MF6100
+i-SENSYS MF210, MF230, MF240, MF620, MF630, MF640, MF645C, MF730
.br
-i-SENSYS MF8030, MF8200C, MF8300
+i-SENSYS MF731/733, MF741/743, MF3010, MF4320d, MF4330d, MF4500
+.br
+i-SENSYS MF4700, MF4800, MF6100, MF8030, MF8200C, MF8300
.br
imageRUNNER 1020/1024/1025, 1133
.br
@@ -79,7 +81,7 @@ CanoScan 8800F, 9000F, 9000F Mark II
.br
CanoScan LiDE 300, 400
.br
-MAXIFY MB2000, MB2100, MB2300, MB2700, MB5000
+MAXIFY MB2000, MB2100, MB2300, MB2700, MB5000, MB5400
.RE
.PP
The following models are not well tested and/or the scanner sometimes hangs
@@ -97,46 +99,49 @@ Feedback in the sane\-devel mailing list welcome.
.RS
PIXMA E400, E410, E460, E470, E480, E500, E560, E600, E610
.br
-PIXMA E3100, E4200
+PIXMA E3100, E3300, E4200
.br
-PIXMA MG3000, MG4100, MG6500, MG6600, MG6800, MG6900, MG8100
+PIXMA MG4100, MG6500, MG6600, MG6800, MG6900, MG8100
.br
PIXMA MP375R, MP493, MP495, MP740
.br
PIXMA MX320, MX390, MX430, MX450, MX490, MX710
.br
-PIXMA G3000, G3010, G4000, G4010
+PIXMA G3000, G3010, G4000, G4010, G6000, G6080
.br
PIXMA TR4500, TR7500, TR7530, TR8500, TR8530, TR8580, TR9530
.br
-PIXMA TS5100, TS6000, TS6130, TS6180, TS6200, TS6230, TS6280
+PIXMA TS5100, TS6000, TS6130, TS6180, TS6230, TS6280, TS6300
+.br
+PIXMA TS6330, TS6380, TS7330, TS8100, TS8130, TS8180, TS8230
.br
-PIXMA TS8100, TS8130, TS8180, TS8230, TS8280, TS9000, TS9100
+PIXMA TS8280,, TS8300, TS8330, TS8380, TS9000, TS9100, TS9180
.br
-PIXMA TS9180, TS9500, TS9580
+PIXMA TS9500, TS9580
.br
-PIXUS MP5, XK50, XK70, XK80
+PIXUS MP5, XK50, XK60, XK70, XK80
.br
imageCLASS MF810/820, MF5630, MF5650, MF5750, MF8170c
.br
-imageCLASS MPC190, D550, D570
+imageCLASS MPC190, D550
.br
-i-SENSYS MF110, MF220, MF260, MF410, MF420, MF510, MF520, MF630
+i-SENSYS MF110, MF220, MF260, MF410, MF420, MF510, MF520, MF740
.br
-i-SENSYS MF640, MF740, MF5880dn, MF5900, MF6680dn, MF8500C
+i-SENSYS MF5880dn, MF5900, MF6680dn, MF8500C
.br
-MAXIFY MB5100, MB5300, MB5400
+MAXIFY MB5100, MB5300
+.RE
+.PP
+The following models may use partly the same Pixma protocol as other devices
+listed above, but may still need some work. They are declared in the backend
+as experimental and need the environment variable PIXMA_EXPERIMENT=1 to get
+recognized and activated. Snoop logs are required to further investigate,
+please contact the sane\-devel mailing list.
+.PP
+.RS
+\-\- none \-\-
.RE
.PP
-\#The following models may use partly the same Pixma protocol as other devices
-\#listed above, but may still need some work. They are declared in the backend
-\#as experimental. Snoop logs are required to further investigate, please contact
-\#the sane\-devel mailing list.
-\#.PP
-\#.RS
-\#PIXMA MP---
-\#.RE
-\#.PP
The backend supports:
.PP
.RS
@@ -245,12 +250,15 @@ support dynamic loading).
.I @CONFIGDIR@/pixma.conf
The backend configuration file (see also description of
.B SANE_CONFIG_DIR
-below). The file contains an optional list of networked scanners. Normally
+below).
+.RS
+.PP
+The file contains an optional list of networked scanners using the BJNP or MFNP protools
+(See below for datails on networking support for scanners). Normally
only scanners that cannot be auto-detected because they are on a different
-subnet shall be listed here. If your OS does not allow enumeration of
+subnet shall be listed here. If you do not use Linux and your OS does not allow enumeration of
interfaces (i.e. it does not support the getifaddrs() function) you also may need
to add your scanner here as well.
-.RS
.PP
.I Scanners shall be listed in the configuration file as follows:
.PP
@@ -287,11 +295,32 @@ If not explicitly set, the default 1000ms setting will apply.
.PP
Setting timeouts should only be required in exceptional cases.
.PP
+.RE
+.PP
+If so desired networking can be disbled as follows:
+.RS
+.IP -
+If the first non-commented line contains
+.B networking=no
+all networking will be disabled.
+This will cause all further statements in the configuration file to be ignored.
+.IP -
+A line that contains
+.B auto_detection=no
+will cause auto-detection to be skipped. Explicitely defined network scanners will still be probed.
.SH USB SUPPORT
USB scanners will be auto-detected and require no configuration.
.SH NETWORKING SUPPORT
The pixma backend supports network scanners using the so called Canon BJNP
-protocol and MFNP protocol. Both IPv4 and IPv6 are supported, but IPv6 is as
+and MFNP protocols.
+.PP
+Canon seems to be dropping support for these protocols in recent scanners.
+To verify if your scanner supports one of these protocols, check the content of
+the _scanner._tcp service entry in mDNS/DNS-SD (using for example avahi-discover).
+If that does not list port 8610
+or 8612 your scanner probably does not support the mfmp or bjnp protols.
+.PP
+Both IPv4 and IPv6 are supported, but IPv6 is as
yet untested with MFNP. Please report your results on the mailing list.
.PP
Configuration is normally not required.
diff --git a/doc/sane-ricoh2.man b/doc/sane-ricoh2.man
index 86db7c6..ff74974 100644
--- a/doc/sane-ricoh2.man
+++ b/doc/sane-ricoh2.man
@@ -1,4 +1,4 @@
-.TH sane\-ricoh2 5 "28 Sep 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH sane\-ricoh2 5 "04 Sep 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-ricoh2
.SH NAME
sane\-ricoh2 \- SANE backend for Ricoh flatbed scanners
@@ -9,11 +9,13 @@ library implements a SANE (Scanner Access Now Easy) backend that
provides access to the following Ricoh flatbed scanners:
.PP
.RS
+SG-3110SFNw
+.br
SG-3100SNw
.br
SP-100SU
.br
-SP-111SU
+SP-111SU (SP-112SU)
.RE
.PP
.SH FILES
diff --git a/doc/sane.man b/doc/sane.man
index a9fd50a..070a993 100644
--- a/doc/sane.man
+++ b/doc/sane.man
@@ -1,4 +1,4 @@
-.TH sane 7 "14 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
+.TH sane 7 "03 Jan 2020" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane
.SH NAME
@@ -238,8 +238,6 @@ for details.
This is a SANE backend for Nikon Coolscan film-scanners.
See
.BR sane\-coolscan2 (5)
-or
-.I http://coolscan2.sourceforge.net
for details.
.TP
.B epjitsu
@@ -421,10 +419,10 @@ SCSI flatbed scanners. See
for details.
.TP
.B pixma
-The pixma backend supports Canon PIXMA MP series (multi-function devices). See
+The pixma backend supports Canon PIXMA MP series (multi-function devices),
+Canon imageCLASS series (laser devices), Canon MAXIFY series and some Canon
+CanoScan series. See
.BR sane\-pixma (5)
-or
-.I http://home.arcor.de/wittawat/pixma/
for details.
.TP
.B plustek