From 90506e7aa4a2d6b86ae9fa0852dfd8f4ceaf6ed7bf24f3cad1faa94843a5963c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 12 Apr 2008 19:21:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sane-backends?expand=0&rev=18 --- create_hpaio.desc_from_models.dat | 95 + epkowa.desc | 156 +- hpaio.desc | 415 - models.dat | 28508 ++++++++++++++++++++++++++++ sane-backends.changes | 8 + sane-backends.spec | 51 +- 6 files changed, 28785 insertions(+), 448 deletions(-) create mode 100644 create_hpaio.desc_from_models.dat delete mode 100644 hpaio.desc create mode 100644 models.dat diff --git a/create_hpaio.desc_from_models.dat b/create_hpaio.desc_from_models.dat new file mode 100644 index 0000000..117cd84 --- /dev/null +++ b/create_hpaio.desc_from_models.dat @@ -0,0 +1,95 @@ +#! /bin/bash +# +# Johannes Meixner , 2008 + +#set -x + +export PATH="/sbin:/usr/sbin:/usr/bin:/bin" +export LC_ALL="POSIX" +export LANG="POSIX" +umask 022 + +MY_NAME=${0##*/} + +# Input: + +# Create a temporary file: +TMP_DATA=$(mktemp -u /tmp/$MY_NAME.XXXXXX) || { echo "Error: Failed to make a temporary file /tmp/$MY_NAME.XXXXXX" 1>&2 ; exit 1 ; } + +# Get the raw data: +egrep '^\[|^model[1-9]*|^scan-type|^usb-pid' | sed -e 's/^\[\(.*\)\]$/class=\1/' -e 's/ /_/g' -e 's/=/ /' >$TMP_DATA + +# Output: + +# Output header: +echo ':backend "hpaio"' +echo ':version "2.8.4"' +echo ':url "http://hplip.sourceforge.net/"' +echo ':comment "This backend is not included in SANE because it is included in the HPLIP software."' +echo ':devicetype :scanner' +echo ':mfg "Hewlett-Packard"' +echo ':url "http://www.hp.com/united-states/consumer/gateway/printing_multifunction.html"' +echo +# Add a generic entry (the "Any" with capital 'A' lets it appear at the top of YaST's sorted list): +# This USB ID ("0x03f0" "0x0000") is used as fallback by the YaST scanner autodetection +# via /usr/lib/YaST2/bin/autodetect_scanners which calls "hp-probe -busb -escan" +# because hp-probe does not show the USB ID. With this USB ID the generic entry matches +# to any autodetected HPLIP USB all-in-one device (the "-escan" excludes plain printers) +# so that the usually right driver (hpaio) can be preselected by YaST. +# Nevertheless, to be on the safe side, the support status is set to "untested". +echo ':model "Any all-in-one device"' +echo ':usbid "0x03f0" "0x0000"' +echo ':status :untested' +echo ':comment "fallback entry for HP all-in-one devices"' +echo + +# Function to unify a model name: +Unify() +{ MODEL=$( echo $MODEL | sed -e 's/hp_//i' -e 's/Aii-in-One/all-in-one/i' ) + for w in LaserJet Mopier DeskJet Business Inkjet Officejet Photosmart PSC Printer Scanner Copier DJ CP CM MFP Apollo series Color all-in-one + do MODEL=$( echo $MODEL | sed -e "s/$w/$w/i" ) + done +} + +# Function to output one model entry: +Output() +{ if [ -n "$CLASS" -a ! "0" = "$TYPE" ] + then UNIFIEDMODELS="" + for MODEL in $( echo $MODELS ) + do Unify + UNIFIEDMODELS=$( echo $UNIFIEDMODELS $MODEL ) + done + UNIFIEDMODELS=$( echo $UNIFIEDMODELS | tr ' ' '\n' | sort -u | tr '\n' ' ' ) + for MODEL in $( echo $UNIFIEDMODELS ) + do MODEL=$( echo $MODEL | sed -e "s/_/ /g" ) + echo ":model \"$MODEL\"" + if echo "$ID" | grep '[1-9a-f]' | grep -q '[0-9a-f][0-9a-f][0-9a-f][0-9a-f]' + then echo ":usbid \"0x03f0\" \"0x$ID\"" + fi + echo ':status :good' + echo + done + fi +} + +# Output model entries: +CLASS="" +exec <$TMP_DATA +while read KEY VALUE +do case "$KEY" in + class) Output + ID="" + TYPE="0" + CLASS="$VALUE" + MODELS="$CLASS" ;; + model*) MODELS=$( echo $MODELS $VALUE ) ;; + scan-type) TYPE="$VALUE" ;; + usb-pid) ID=$( echo "$VALUE" | tr '[:upper:]' '[:lower:]' ) ;; + *) echo "Ignoring key $KEY" 1>&2 ;; + esac +done + +# Remove the temporary file +rm $TMP_DATA +exit 0 + diff --git a/epkowa.desc b/epkowa.desc index bcd3a97..b624b1e 100644 --- a/epkowa.desc +++ b/epkowa.desc @@ -22,9 +22,9 @@ ;;; This list of devices was compiled from the following sources: ;;; -;;; * iscan-2.6.0/NEWS -;;; * iscan-2.6.0/doc/sane-epkowa.man -;;; * iscan-2.6.0/backend/epkowa_usb.c +;;; * iscan-2.10.0/NEWS +;;; * iscan-2.10.0/doc/sane-epkowa.man +;;; * iscan-2.10.0/backend/epkowa_usb.c ;;; * sane-backends/backend/epson_usb.c (CVS 1.18) ;;; * sane-backends/doc/descriptions/epson.desc (CVS 1.26) ;;; * http://www.freecolormanagement.com/sane/supported.html @@ -39,7 +39,7 @@ ;; Backend data. ;; :backend "epkowa" -:version "2.6.0" +:version "2.10.0" :url "http://www.avasys.jp/english/linux_e/index.html" ;:comment "Based on the epson backend of sane-backends-1.0.15." @@ -48,7 +48,7 @@ ;; Device and manufacturer information. ;; :devicetype :scanner -:mfg "Epson" +:mfg "EPSON" :url "http://www.epson.com/" :comment "" @@ -664,6 +664,11 @@ :status :good :comment "all-in-one" +:model "PM-A840" +:interface "USB" +:usbid "0x04b8" "0x083c" +:status :good +:comment "all-in-one" :model "PM-A850" ; product spec (JP) :interface "USB" @@ -695,6 +700,12 @@ :status :good :comment "all-in-one" +:model "PM-A940" +:interface "USB" +:usbid "0x04b8" "0x0837" +:status :good +:comment "all-in-one" + :model "PM-A950" :interface "USB" :usbid "0x04b8" "0x081d" @@ -707,6 +718,12 @@ :status :good :comment "all-in-one" +:model "PM-T960" +:interface "USB" +:usbid "0x04b8" "0x0836" +:status :good +:comment "all-in-one" + :model "PM-T990" :interface "USB" :usbid "0x04b8" "0x0829" @@ -737,6 +754,12 @@ :status :good :comment "all-in-one" +:model "PX-A740" +:interface "USB" +:usbid "0x04b8" "0x0839" +:status :good +:comment "all-in-one" + :model "Perfection 600" :interface "SCSI" :status :unsupported @@ -1081,6 +1104,20 @@ :status :good :comment "all-in-one" +:model "Stylus CX4300" +:interface "USB" +:usbid "0x04b8" "0x083f" +:status :good +:comment "all-in-one
requires DFSG non-free iscan-plugin-cx4400" +:url "http://www.avasys.jp/english/linux_e/dl_scan.html" + +:model "Stylus CX4400" +:interface "USB" +:usbid "0x04b8" "0x083f" +:status :good +:comment "all-in-one
requires DFSG non-free iscan-plugin-cx4400" +:url "http://www.avasys.jp/english/linux_e/dl_scan.html" + :model "Stylus CX4500" :interface "USB" :usbid "0x04b8" "0x080d" @@ -1141,6 +1178,20 @@ :status :good :comment "all-in-one" +:model "Stylus CX5500" +:interface "USB" +:usbid "0x04b8" "0x083f" +:status :good +:comment "all-in-one
requires DFSG non-free iscan-plugin-cx4400" +:url "http://www.avasys.jp/english/linux_e/dl_scan.html" + +:model "Stylus CX5600" +:interface "USB" +:usbid "0x04b8" "0x083f" +:status :good +:comment "all-in-one
requires DFSG non-free iscan-plugin-cx4400" +:url "http://www.avasys.jp/english/linux_e/dl_scan.html" + :model "Stylus CX5700F" :interface "USB" :usbid "0x04b8" "0x0821" @@ -1201,6 +1252,18 @@ :status :unsupported :comment "may work with the snapscan backend
all-in-one with FAX" +:model "Stylus CX7300" +:interface "USB" +:usbid "0x04b8" "0x0838" +:status :good +:comment "all-in-one" + +:model "Stylus CX7400" +:interface "USB" +:usbid "0x04b8" "0x0838" +:status :good +:comment "all-in-one" + :model "Stylus CX7700" :interface "USB" :usbid "0x04b8" "0x081f" @@ -1213,6 +1276,30 @@ :status :good :comment "all-in-one" +:model "Stylus CX8300" +:interface "USB" +:usbid "0x04b8" "0x0839" +:status :good +:comment "all-in-one
overseas version of the PX-A740" + +:model "Stylus CX8400" +:interface "USB" +:usbid "0x04b8" "0x0839" +:status :good +:comment "all-in-one
overseas version of the PX-A740" + +:model "Stylus CX9300F" +:interface "USB" +:usbid "0x04b8" "0x083a" +:status :good +:comment "all-in-one" + +:model "Stylus CX9400Fax" +:interface "USB" +:usbid "0x04b8" "0x083a" +:status :good +:comment "all-in-one" + :model "Stylus DX3800" :interface "USB" :usbid "0x04b8" "0x0818" @@ -1237,6 +1324,13 @@ :status :good :comment "all-in-one" +:model "Stylus DX4400" +:interface "USB" +:usbid "0x04b8" "0x083f" +:status :good +:comment "all-in-one
requires DFSG non-free iscan-plugin-cx4400" +:url "http://www.avasys.jp/english/linux_e/dl_scan.html" + :model "Stylus DX4800" :interface "USB" :usbid "0x04b8" "0x0819" @@ -1267,6 +1361,24 @@ :status :unsupported :comment "may work with the snapscan backend
all-in-one with FAX" +:model "Stylus DX7400" +:interface "USB" +:usbid "0x04b8" "0x0838" +:status :good +:comment "all-in-one" + +:model "Stylus DX8400" +:interface "USB" +:usbid "0x04b8" "0x0839" +:status :good +:comment "all-in-one
overseas version of the PX-A740" + +:model "Stylus DX9400F" +:interface "USB" +:usbid "0x04b8" "0x083a" +:status :good +:comment "all-in-one" + :model "Stylus Photo RX420" :interface "USB" :usbid "0x04b8" "0x080f" @@ -1315,12 +1427,24 @@ :status :good :comment "all-in-one
overseas version of the PM-A820" +:model "Stylus Photo RX585" +:interface "USB" +:usbid "0x04b8" "0x083c" +:status :good +:comment "all-in-one
overseas version of the PM-A840" + :model "Stylus Photo RX580" :interface "USB" :usbid "0x04b8" "0x0827" :status :good :comment "all-in-one
overseas version of the PM-A820" +:model "Stylus Photo RX595" +:interface "USB" +:usbid "0x04b8" "0x083c" +:status :good +:comment "all-in-one
overseas version of the PM-A840" + :model "Stylus Photo RX590" :interface "USB" :usbid "0x04b8" "0x0827" @@ -1335,9 +1459,9 @@ :model "Stylus Photo RX610" :interface "USB" -:usbid "0x04b8" "0x0806" +:usbid "0x04b8" "0x083c" :status :good -:comment "all-in-one
overseas version of the PM-A850" +:comment "all-in-one
overseas version of the PM-A840" :model "Stylus Photo RX620" :interface "USB" @@ -1363,6 +1487,24 @@ :status :good :comment "all-in-one
overseas version of the PM-A890" +:model "Stylus Photo RX680" +:interface "USB" +:usbid "0x04b8" "0x0837" +:status :good +:comment "all-in-one
overseas version of the PM-A940" + +:model "Stylus Photo RX685" +:interface "USB" +:usbid "0x04b8" "0x0837" +:status :good +:comment "all-in-one
overseas version of the PM-A940" + +:model "Stylus Photo RX690" +:interface "USB" +:usbid "0x04b8" "0x0837" +:status :good +:comment "all-in-one
overseas version of the PM-A940" + :model "Stylus Photo RX700" :interface "USB" :usbid "0x04b8" "0x0810" diff --git a/hpaio.desc b/hpaio.desc deleted file mode 100644 index 455cb5a..0000000 --- a/hpaio.desc +++ /dev/null @@ -1,415 +0,0 @@ -; -; SANE Backend specification file -; - -:backend "hpaio" ; name of backend -:version "2.7.7" ; version of backend -:url "http://hpinkjet.sourceforge.net/" ; backend's web page -:comment "This backend isn't included in SANE because it is included in the HPLIP software." - -: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 "any HP all-in-one device" -:status :untested - -:model "915" -:status :good - -:model "Color LaserJet 2800" -:status :good - -:model "Color LaserJet 2820" -:status :good - -:model "Color LaserJet 2830" -:status :good - -:model "Color LaserJet 2840" -:status :good - -:model "DeskJet F2100 series" -:status :good - -:model "DeskJet F300 series" -:status :good - -:model "DeskJet F4100 series" -:status :good - -:model "LaserJet 1100" -:status :good - -:model "LaserJet 1100a" -:status :good - -:model "LaserJet 1100xi" -:status :good - -:model "LaserJet 1220" -:status :good - -:model "LaserJet 1220se" -:status :good - -:model "LaserJet 3015" -:status :good - -:model "LaserJet 3020" -:status :good - -:model "LaserJet 3030" -:status :good - -:model "LaserJet 3050" -:status :good - -:model "LaserJet 3052" -:status :good - -:model "LaserJet 3055" -:status :good - -:model "LaserJet 3200" -:status :good - -:model "LaserJet 3200m" -:status :good - -:model "LaserJet 3200se" -:status :good - -:model "LaserJet 3300" -:status :good - -:model "LaserJet 3310" -:status :good - -:model "LaserJet 3320" -:status :good - -:model "LaserJet 3330" -:status :good - -:model "LaserJet 3380" -:status :good - -:model "LaserJet 3390" -:status :good - -:model "LaserJet 3392" -:status :good - -:model "LaserJet 4100 mfp" -:status :good - -:model "OfficeJet 4100 series" -:status :good - -:model "OfficeJet 4105 series" -:status :good - -:model "OfficeJet 4110 series" -:status :good - -:model "OfficeJet 4115 series" -:status :good - -:model "OfficeJet 4200 series" -:status :good - -:model "OfficeJet 4255" -:status :good - -:model "OfficeJet 4300 series" -:status :good - -:model "OfficeJet 5100 series" -:status :good - -:model "OfficeJet 5105" -:status :good - -:model "OfficeJet 5110" -:status :good - -:model "OfficeJet 5110v" -:status :good - -:model "OfficeJet 5500 series" -:status :good - -:model "OfficeJet 5600 series" -:status :good - -:model "OfficeJet 6100 series" -:status :good - -:model "OfficeJet 6150 series" -:status :good - -:model "OfficeJet 6200 series" -:status :good - -:model "OfficeJet 6300 series" -:status :good - -:model "OfficeJet 7100 series" -:status :good - -:model "OfficeJet 7200 series" -:status :good - -:model "OfficeJet 7300 series" -:status :good - -:model "OfficeJet 7400 series" -:status :good - -:model "OfficeJet 9100 series" -:status :good - -:model "OfficeJet Pro 1150c" -:status :good - -:model "OfficeJet Pro 1170c series" -:status :good - -:model "OfficeJet Pro l7300" -:status :good - -:model "OfficeJet Pro l7500" -:status :good - -:model "OfficeJet Pro l7600" -:status :good - -:model "OfficeJet Pro l7700" -:status :good - -:model "OfficeJet D series" -:status :good - -:model "OfficeJet G55" -:status :good - -:model "OfficeJet G55xi" -:status :good - -:model "OfficeJet G85" -:status :good - -:model "OfficeJet G85xi" -:status :good - -:model "OfficeJet G95" -:status :good - -:model "OfficeJet J5700 series" -:status :good - -:model "OfficeJet K60" -:status :good - -:model "OfficeJet K60xi" -:status :good - -:model "OfficeJet K80" -:status :good - -:model "OfficeJet K80xi" -:status :good - -:model "OfficeJet R40" -:status :good - -:model "OfficeJet R40xi" -:status :good - -:model "OfficeJet R45" -:status :good - -:model "OfficeJet R60" -:status :good - -:model "OfficeJet R65" -:status :good - -:model "OfficeJet R80" -:status :good - -:model "OfficeJet R80xi" -:status :good - -:model "OfficeJet 500 series" -:status :good - -:model "OfficeJet 520 series" -:status :good - -:model "OfficeJet 570 series" -:status :good - -:model "OfficeJet 580 series" -:status :good - -:model "OfficeJet 590 series" -:status :good - -:model "OfficeJet 600 series" -:status :good - -:model "OfficeJet 610 series" -:status :good - -:model "OfficeJet 630 series" -:status :good - -:model "OfficeJet 700 series" -:status :good - -:model "OfficeJet 710 series" -:status :good - -:model "OfficeJet 720 series" -:status :good - -:model "OfficeJet 725 series" -:status :good - -:model "OfficeJet T series" -:status :good - -:model "OfficeJet V30" -:status :good - -:model "OfficeJet V40" -:status :good - -:model "OfficeJet V40xi" -:status :good - -:model "OfficeJet V45" -:status :good - -:model "PSC 1100 series" -:status :good - -:model "PSC 1200 series" -:status :good - -:model "PSC 1300 series" -:status :good - -:model "PSC 1310 series" -:status :good - -:model "PSC 1400 series" -:status :good - -:model "PSC 1500 series" -:status :good - -:model "PSC 1510 series" -:status :good - -:model "PSC 1600 series" -:status :good - -:model "PSC 2100 series" -:status :good - -:model "PSC 2150 series" -:status :good - -:model "PSC 2170 series" -:status :good - -:model "PSC 2200 series" -:status :good - -:model "PSC 2210 series" -:status :good - -:model "PSC 2300 series" -:status :good - -:model "PSC 2350 series" -:status :good - -:model "PSC 2400 series" -:status :good - -:model "PSC 2500 series" -:status :good - -:model "PSC 500" -:status :good - -:model "PSC 720" -:status :good - -:model "PSC 750" -:status :good - -:model "PSC 750xi" -:status :good - -:model "PSC 760" -:status :good - -:model "PSC 900 series" -:status :good - -:model "PSC 950" -:status :good - -:model "PSC 950vr" -:status :good - -:model "PSC 950xi" -:status :good - -:model "Photosmart 2570 series" -:status :good - -:model "Photosmart 2600 series" -:status :good - -:model "Photosmart 2700 series" -:status :good - -:model "Photosmart 3100 series" -:status :good - -:model "Photosmart 3200 series" -:status :good - -:model "Photosmart 3300 series" -:status :good - -:model "Photosmart C3100 series" -:status :good - -:model "Photosmart C4100 series" -:status :good - -:model "Photosmart C4200 series" -:status :good - -:model "Photosmart C5100 series" -:status :good - -:model "Photosmart C5200 series" -:status :good - -:model "Photosmart C6100 series" -:status :good - -:model "Photosmart C7100 series" -:status :good - -:model "PSC 300" -:status :good - diff --git a/models.dat b/models.dat new file mode 100644 index 0000000..2f4290e --- /dev/null +++ b/models.dat @@ -0,0 +1,28508 @@ +# (c) Copyright 2003-2008 Hewlett-Packard Development Company, L.P. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# NOTICE: +# +# This file automatically generated by model_editor_dat.py. +# Please do not hand edit this file. +# +# Last written on Mon, 31 Mar 2008 15:24:01 by syie +# using model_editor_dat version 4.2. + + +[910] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP 910 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21/27/56/900 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22/28/57/900 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21/27/56/900 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22/28/57/900 +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21/27/56/900 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22/28/57/900 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 +r2-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJ3320 +tech-type=2 +usb-pid=2604 +usb-vid=03f0 + +[915] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP 915 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658x) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 (C6658x) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 (C6658x) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=58 (C6658x) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=58 (C6658x) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=58 (C6658x) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=58 (C6658x) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B/G) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/C8817G) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=58 (C6658x) +r7-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJ3600 +tech-type=2 +usb-pid=2704 +usb-vid=03f0 + +[apollo_2100] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2100 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP21xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[apollo_2150] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2150 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP21xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_2200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2200 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP2xxx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_2500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2500 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP2560 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_2600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2600 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP2560 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_2650] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo 2650 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP2560 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_p2000-u] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo P2000-U +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP21xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[apollo_p2250] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Apollo P2250 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=0.9.5 +tech-class=AP2xxx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[business_inkjet_1000] +align-type=1 +clean-type=1 +color-cal-type=2 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_business_inkjet.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 1000 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836N) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1712 +usb-vid=03f0 + +[business_inkjet_1200] +align-type=1 +clean-type=1 +color-cal-type=2 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Business_Inkjet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 1200 +model2=Business Inkjet 1200d +model3=Business Inkjet 1200dn +model4=Business Inkjet 1200dtn +model5=Business Inkjet 1200dtwn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0f12 +usb-vid=03f0 + +[color_inkjet_printer_cp1700] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=COLOR_INKJET_PRINTER_CP1700.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Inkjet cp1700 +model2=Color Inkjet cp1700d +model3=Color Inkjet cp1700ps +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=11 (C4836AN) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=11 (C4837AN) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=11 (C4838AN) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=11 (4810A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=11 (4811A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=11 (4812A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=11 (4813A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=0312 +usb-vid=03f0 + +[cp1160] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=cp1160.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Inkjet cp1160 +model2=Color Inkjet cp1160tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=14d (C5011DN) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=14d (C5010DN) +r0-agent2-type=2 +r0-agent3-kind=1 +r0-agent3-sku=14 (C4920A) +r0-agent3-type=1 +r0-agent4-kind=1 +r0-agent4-sku=14 (C4921A) +r0-agent4-type=4 +r0-agent5-kind=1 +r0-agent5-sku=14 (C4922A) +r0-agent5-type=5 +r0-agent6-kind=1 +r0-agent6-sku=14 (C4923A) +r0-agent6-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=4004 +usb-vid=03f0 + +[deskjet_1100] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_1120C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 1100 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ850 +tech-type=2 +usb-pid=7c04 +usb-vid=03f0 + +[deskjet_1120] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_1120C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 1120cse +model2=Deskjet 1120cxi +model3=Deskjet 1120c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_1125] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_1120C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 1125c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_1220c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_1220C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 1220cse +model2=Deskjet 1220cxi +model3=Deskjet 1220c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0212 +usb-vid=03f0 + +[deskjet_1280] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_deskjet_9300.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 1280 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=(51645G)/ (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=(C6578D)/ (C6578A) +r0-agent2-type=2 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1412 +usb-vid=03f0 + +[deskjet_3320] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3320.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3320 +model2=Deskjet 3320v +model3=Deskjet 3323 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7004 +usb-vid=03f0 + +[deskjet_3325] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3320.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3325 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7004 +usb-vid=03f0 + +[deskjet_3420] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3420.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3420 +model2=Deskjet 3420v +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7104 +usb-vid=03f0 + +[deskjet_3425] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3425.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3425 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_3450] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3425.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3450 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_3500] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3500.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3500 +model2=Deskjet 3520 +model3=Deskjet 3520v +model4=Deskjet 3520w +model5=Deskjet 3535 +model6=Deskjet 3538 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_3550] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3500.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3550 +model2=Deskjet 3550v +model3=Deskjet 3550w +model4=Deskjet 3558 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_3600] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3600.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3600 +model2=Deskjet 3620 +model3=Deskjet 3645 +model4=Deskjet 3647 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_3650] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3600.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3650 +model2=Deskjet 3651 +model3=Deskjet 3652 +model4=Deskjet 3653 +model5=Deskjet 3658 +model6=Deskjet 3668 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=7204 +usb-vid=03f0 + +[deskjet_3740] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3740 +model2=Deskjet 3743 +model3=Deskjet 3744 +model4=Deskjet 3745 +model5=Deskjet 3745v +model6=Deskjet 3747 +model7=Deskjet 3748 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7404 +usb-vid=03f0 + +[deskjet_3810] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3810 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1b04 +usb-vid=03f0 + +[deskjet_3816] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3816 +model2=Deskjet 3818 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1a04 +usb-vid=03f0 + +[deskjet_3819] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3819 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1c04 +usb-vid=03f0 + +[deskjet_3820] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=7 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3820 +model2=Deskjet 3820v +model3=Deskjet 3820w +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1904 +usb-vid=03f0 + +[deskjet_3822] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3822 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1904 +usb-vid=03f0 + +[deskjet_3840] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3840.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3844 +model2=Deskjet 3845 +model3=Deskjet 3845xi +model4=Deskjet 3847 +model5=Deskjet 3848 +model6=Deskjet 3843 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=7504 +usb-vid=03f0 + +[deskjet_3870] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_3820.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3870 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_3900] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3900 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 (C9351A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 (C9352A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7604 +usb-vid=03f0 + +[deskjet_3910] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3840.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3910 +model2=Deskjet 3915 +model3=Deskjet 3918 +model4=Deskjet 3920 +model5=Deskjet 3930 +model6=Deskjet 3930v +model7=Deskjet 3938 +model8=Deskjet 3940 +model9=Deskjet 3940v +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=7604 +usb-vid=03f0 + +[deskjet_3920] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3920 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 (C9351A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 (C9352A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7604 +usb-vid=03f0 + +[deskjet_3940] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 3940 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 (C9351A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 (C9352A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=7604 +usb-vid=03f0 + +[deskjet_460] +align-type=8 +clean-type=1 +color-cal-type=1 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=dj450.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 460c +model2=Deskjet 460cb +model3=Deskjet 460wbt +model4=Deskjet 460wf +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=1 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=94 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95/97 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=9 +r0-agent4-sku=C8263A +r0-agent4-type=62 +r0-agent5-kind=3 +r0-agent5-sku=100 +r0-agent5-type=19 +scan-style=0 +scan-type=0 +status-battery-check=1 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.6 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=1312 +usb-vid=03f0 + +[deskjet_500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 500 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[deskjet_500c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 500c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_505j] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 505j +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_510] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 510 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_5100] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5100 +model2=Deskjet 5145 +model3=Deskjet 5150 +model4=Deskjet 5150v +model5=Deskjet 5150w +model6=Deskjet 5151 +model7=Deskjet 5160 +model8=Deskjet 5168 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_520] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 520 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_540] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 540 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_5400_series] +align-type=10 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_5400_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5440 +model2=Deskjet 5438 +model3=Deskjet 5420v +model4=Deskjet 5432 +model5=Deskjet 5440v +model6=Deskjet 5440xi +model7=Deskjet 5442 +model8=Deskjet 5443 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=8604 +usb-vid=03f0 + +[deskjet_5550] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5550.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5550 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6004 +usb-vid=03f0 + +[deskjet_5551] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5550.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5551 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6004 +usb-vid=03f0 + +[deskjet_5552] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5552.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5552 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6004 +usb-vid=03f0 + +[deskjet_5600] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5600 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_5650] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5650 +model2=Deskjet 5650v +model3=Deskjet 5650w +model4=Deskjet 5655 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6104 +usb-vid=03f0 + +[deskjet_5652] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5652 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_5700] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_5700.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5700 +model2=Deskjet 5740 +model3=Deskjet 5740xi +model4=Deskjet 5743 +model5=Deskjet 5745 +model6=Deskjet 5748 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=96 (C8767WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=97 (C9363WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8767HN)/131 (C8766HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8767HN)/131 (C8766HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8767ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8104 +usb-vid=03f0 + +[deskjet_5800] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5800 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=a004 +usb-vid=03f0 + +[deskjet_5850] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5850 +model2=Deskjet 5850w +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=a004 +usb-vid=03f0 + +[deskjet_5900_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_5900_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 5938 +model2=Deskjet 5940 +model3=Deskjet 5940xi +model4=Deskjet 5943 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=98 (C9364WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=98 (C9364WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=98 (C9364WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=98 (C9364WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9364EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=129 (C9364HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=129 (C9364HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=851 (C9364ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8704 +usb-vid=03f0 + +[deskjet_600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 600 +model2=Deskjet 600c +model3=Deskjet 600k +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_610c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_610.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 610c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_610cl] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_610.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 610cL +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_6120] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_6120.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6120 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3404 +usb-vid=03f0 + +[deskjet_6122] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_6120.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6122 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3404 +usb-vid=03f0 + +[deskjet_6127] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=deskjet_6120.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6127 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3404 +usb-vid=03f0 + +[deskjet_612c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_610.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 612c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_630c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 630c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ630 +tech-type=2 +usb-pid=2104 +usb-vid=03f0 + +[deskjet_632c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 632c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ630 +tech-type=2 +usb-pid=2104 +usb-vid=03f0 + +[deskjet_640c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 640c +model2=Deskjet 640u +model3=Deskjet 642c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid=2004 +usb-vid=03f0 + +[deskjet_648c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 648c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid=2004 +usb-vid=03f0 + +[deskjet_6500] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_6500.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6520 +model10=Deskjet 6540dt +model2=Deskjet 6500 +model3=Deskjet 6520xi +model4=Deskjet 6540 +model5=Deskjet 6540d +model6=Deskjet 6540xi +model7=Deskjet 6543 +model8=Deskjet 6543d +model9=Deskjet 6548 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8204 +usb-vid=03f0 + +[deskjet_656c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 656c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ630 +tech-type=2 +usb-pid=2304 +usb-vid=03f0 + +[deskjet_660] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 660c +model2=Deskjet 660cse +model3=Deskjet 660k +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_6600] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Deskjet_6500.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6600 +model2=Deskjet 6620 +model3=Deskjet 6620xi +model4=Deskjet 6623 +model5=Deskjet 6628 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8504 +usb-vid=03f0 + +[deskjet_670] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 670c +model2=Deskjet 670k +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_670tv] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 670TV +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_672c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 672c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_680] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 680c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_6800] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Deskjet_6800.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6800 +model2=Deskjet 6830v +model3=Deskjet 6840 +model4=Deskjet 6840xi +model5=Deskjet 6843 +model6=Deskjet 6848 +model7=Deskjet 6840dt +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8404 +usb-vid=03f0 + +[deskjet_682] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 682c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_690] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 690c +model2=Deskjet 690c plus +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_690c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 690c +model2=Deskjet 690c plus +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_692] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 692c +model2=Deskjet 692k +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_693] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 693c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_694] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_630C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 694c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid=8904 +usb-vid=03f0 + +[deskjet_6940_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Deskjet_6500.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6940 +model2=Deskjet 6940dt +model3=Deskjet 6988 +model4=Deskjet 6988dt +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8904 +usb-vid=03f0 + +[deskjet_695] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_650C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 695c +model2=Deskjet 695cci +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_697] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_650C.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 697c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xxPhoto +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_6980_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Deskjet_6500.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 6980 +model2=Deskjet 6980dt +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=8804 +usb-vid=03f0 + +[deskjet_810c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 810c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=0304 +usb-vid=03f0 + +[deskjet_812c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 812c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_815c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 815c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=204 +usb-vid=03f0 + +[deskjet_816c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 816c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=0804 +usb-vid=03f0 + +[deskjet_825c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 825c +model2=Deskjet 825cvr +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8x5 +tech-type=2 +usb-pid=0704 +usb-vid=03f0 + +[deskjet_830c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 830c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=0404 +usb-vid=03f0 + +[deskjet_832c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 832c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_840c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 840c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=604 +usb-vid=03f0 + +[deskjet_841c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 841c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_842c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 842c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_843c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 843c +model2=Deskjet 843cxe +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_845c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 845c +model2=Deskjet 845cvr +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8x5 +tech-type=2 +usb-pid=904 +usb-vid=03f0 + +[deskjet_850c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 850c +model2=Deskjet 850k +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ850 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_855c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 855c +model2=Deskjet 855cse +model3=Deskjet 855cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ850 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_870c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 870c +model2=Deskjet 870cse +model3=Deskjet 870k +model4=Deskjet 870cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=17 (C6625AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ850 +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[deskjet_880c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 880c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=104 +usb-vid=03f0 + +[deskjet_882c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 882c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_890c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 890c +model2=Deskjet 890cse +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[deskjet_895c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_840C.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 895cse +model2=Deskjet 895cxi +model3=Deskjet 895c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=0004 +usb-vid=03f0 + +[deskjet_916c] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_916C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 916c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1804 +usb-vid=03f0 + +[deskjet_920c] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_916C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 920c +model2=Deskjet 920cw +model3=Deskjet 920cvr +model4=Deskjet 920cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1504 +usb-vid=03f0 + +[deskjet_930c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 930c +model2=Deskjet 930cm +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1204 +usb-vid=03f0 + +[deskjet_932c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 932c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1204 +usb-vid=03f0 + +[deskjet_933c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 933c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1204 +usb-vid=03f0 + +[deskjet_934c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 934c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1204 +usb-vid=03f0 + +[deskjet_935c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 935c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1204 +usb-vid=03f0 + +[deskjet_940c] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 940c +model2=Deskjet 940cvr +model3=Deskjet 940cw +model4=Deskjet 940cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1604 +usb-vid=03f0 + +[deskjet_948c] +align-type=3 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 948c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1704 +usb-vid=03f0 + +[deskjet_950c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1104 +usb-vid=03f0 + +[deskjet_952c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 952c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1104 +usb-vid=03f0 + +[deskjet_955c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 955c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1304 +usb-vid=03f0 + +[deskjet_957c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 957c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1404 +usb-vid=03f0 + +[deskjet_959c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 959c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1104 +usb-vid=03f0 + +[deskjet_9600] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_9600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 9600 +model2=Deskjet 9650 +model3=Deskjet 9670 +model4=Deskjet 9680 +model5=Deskjet 9680gp +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0b12 +usb-vid=03f0 + +[deskjet_960c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_960C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 960c +model2=Deskjet 960cse +model3=Deskjet 960cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3104 +usb-vid=03f0 + +[deskjet_970c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_970C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 970c +model2=Deskjet 970cse +model3=Deskjet 970cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1004 +usb-vid=03f0 + +[deskjet_975c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_970C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 975c +model2=Deskjet 975cse +model3=Deskjet 975cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1004 +usb-vid=03f0 + +[deskjet_9800] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_9600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 9800 +model2=Deskjet 9800d +model3=Deskjet 9803 +model4=Deskjet 9803d +model5=Deskjet 9808 +model6=Deskjet 9808d +model7=Deskjet 9860 +model8=Deskjet 9868 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1212 +usb-vid=03f0 + +[deskjet_980c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_970C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 980cxi +model2=Deskjet 980c +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3004 +usb-vid=03f0 + +[deskjet_990c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_990C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 990c +model2=Deskjet 990cm +model3=Deskjet 990cse +model4=Deskjet 990cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3304 +usb-vid=03f0 + +[deskjet_995c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_995C.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 995c +model2=Deskjet 995ck +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=5004 +usb-vid=03f0 + +[deskjet_d1300_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3600.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D1360 +model2=Deskjet D1330 +model3=Deskjet D1311 +model4=Deskjet D1320 +model5=Deskjet D1341 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +r10-agent1-kind=3 +r10-agent1-sku=816 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=817 +r10-agent2-type=2 +r2-agent1-kind=3 +r2-agent1-sku=21 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 +r2-agent2-type=2 +r4-agent1-kind=3 +r4-agent1-sku=21 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 +r4-agent2-type=2 +r8-agent1-kind=3 +r8-agent1-sku=21 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=22 +r8-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJ3320 +tech-type=2 +usb-pid=7804 +usb-vid=03f0 + +[deskjet_d1400_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D1400 Series +model2=HP Deskjet D1420 Printer +model3=HP Deskjet D1430 Printer +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A/G) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A/G) +r0-agent2-type=2 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A/G) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A/G) +r1-agent2-type=2 +r10-agent1-kind=3 +r10-agent1-sku=816 (C8816A/B/G) +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=817 (C8817A/G) +r10-agent2-type=2 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A/G) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A/G) +r2-agent2-type=2 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A/G) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A/G) +r3-agent2-type=2 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A/G) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A/G) +r4-agent2-type=2 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A/G) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A/G) +r5-agent2-type=2 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A/G) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A/G) +r6-agent2-type=2 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B/G) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/G) +r7-agent2-type=2 +r8-agent1-kind=3 +r8-agent1-sku=21 (C9351A/G) +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=22 (C9352A/G) +r8-agent2-type=2 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=DJ3320 +tech-type=2 +usb-pid=7904 +usb-vid=03f0 + +[deskjet_d2300_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_D2360.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D2360 +model2=Deskjet D2320 +model3=Deskjet D2330 +model4=Deskjet D2345 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=816 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=817 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=58 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=21 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=58 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=21 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=22 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=58 +r8-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJ3600 +tech-type=2 +usb-pid=c302 +usb-vid=03f0 + +[deskjet_d2400_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D2400 Series +model2=HP Deskjet D2430 Printer +model3=HP Deskjet D2445 Printer +model4=HP Deskjet D2460 Printer +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A/G) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A/G) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658x) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A/G) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A/G) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 (C6658x) +r1-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=816 (C8816A/B/G) +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=817 (C8817A/G) +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=58 (C6658x) +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A/G) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A/G) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 (C6658x) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A/G) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A/G) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=58 (C6658x) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A/G) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A/G) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=58 (C6658x) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A/G) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A/G) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=58 (C6658x) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A/G) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A/G) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=58 (C6658x) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B/G) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/G) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=58 (C6658x) +r7-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=21 (C9351A/G) +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=22 (C9352A/G) +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=58 (C6658x) +r8-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=DJ3600 +tech-type=2 +usb-pid=7a04 +usb-vid=03f0 + +[deskjet_d4100_series] +align-type=11 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_5400_series.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D4160 +model2=Deskjet D4145 +model3=Deskjet D4155 +model4=Deskjet D4163 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92/98 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93/95 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=850/851 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=854/855 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92/98 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93/95 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=336/337 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=132/129 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=136/135 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=3 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJ4100 +tech-type=2 +usb-pid=7704 +usb-vid=03f0 + +[deskjet_d4200_series] +align-type=11 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=deskjet_3600.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet D4200 +model2=Deskjet D4260 +model3=Deskjet D4263 +model4=Deskjet D4268 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=74/74XL +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=75/75XL +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=860/860XL +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=861/861XL +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=74/74XL +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=75/75XL +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=350/350XL +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=351/351XL +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r7-agent1-sku=816 (C8816A/B/G) +r8-agent1-kind=3 +r8-agent1-sku=140/140XL +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=141/141XL +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=3 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=DJ4100 +tech-type=2 +usb-pid=7b04 +usb-vid=03f0 + +[deskjet_f2100_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet F2100 Series +model2=Deskjet F2120 All-in-One +model3=Deskjet F2128 All-in-One +model4=Deskjet F2140 All-in-One +model5=Deskjet F2180 All-in-One +model6=Deskjet F2187 All-in-One +model7=Deskjet F2188 All-in-One +model8=Deskjet F2179 All-in-One +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A) +r0-agent2-type=2 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A) +r1-agent2-type=2 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A) +r2-agent2-type=2 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A) +r3-agent2-type=2 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A) +r4-agent2-type=2 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A) +r5-agent2-type=2 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A) +r6-agent2-type=2 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/C8817G) +r7-agent2-type=2 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=DJ3320 +tech-type=2 +usb-pid=7d04 +usb-vid=03f0 + +[deskjet_f300_series] +align-type=6 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet F310 +model10=Deskjet F388 +model11=Deskjet F390 +model12=Deskjet F394 +model13=Deskjet F375 +model2=Deskjet F325 +model3=Deskjet F335 +model4=Deskjet F340 +model5=Deskjet F350 +model6=Deskjet F370 +model7=Deskjet F378 +model8=Deskjet F380 +model9=Deskjet F385 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22 +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 +r1-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=816 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=58 +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=3 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.9 +tech-class=DJ3600 +tech-type=2 +usb-pid=5511 +usb-vid=03f0 + +[deskjet_f4100_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet F4100 Series +model2=HP Deskjet F4140 All-in-One +model3=HP Deskjet F4180 All-in-One +model4=HP Deskjet F4172 All-in-One +model5=HP Deskjet F4185 All-in-One +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658x) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 (C6658x) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 (C6658x) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=58 (C6658x) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=58 (C6658x) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=58 (C6658x) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=58 (C6658x) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B/G) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/C8817G) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=58 (C6658x) +r7-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=DJ3600 +tech-type=2 +usb-pid=7e04 +usb-vid=03f0 + +[dj350] +align-type=8 +clean-type=1 +color-cal-type=1 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=dj350.png +io-mfp-mode=7 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 350c +model2=Deskjet 350cbi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +r0-agent4-kind=9 +r0-agent4-sku=C8222A/C8263A +r0-agent4-type=62 +scan-style=0 +scan-type=0 +status-battery-check=1 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[dj450] +align-type=8 +clean-type=1 +color-cal-type=1 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=dj450.png +io-mfp-mode=7 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 450 +model2=Deskjet 450cbi +model3=Deskjet 450ci +model4=Deskjet 450wbt +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=1 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +r0-agent4-kind=9 +r0-agent4-sku=C8222A/C8263A +r0-agent4-type=62 +scan-style=0 +scan-type=0 +status-battery-check=1 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0512 +usb-vid=03f0 + +[hp_2000c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_2000C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=HP 2000c +model2=HP 2000cxi +model3=HP 2000cn +model4=HP 2000cse +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=10 (C4841A) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=10 (C4843A) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=10 (C4842A) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=10 (C4800A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=10 (C4801A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=10 (C4802A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=10 (C4803A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_2500c] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_2500C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=HP 2500c +model2=HP 2500c plus +model3=HP 2500cm +model4=HP 2500cse +model5=HP 2500cxi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=10 (C4841A) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=10 (C4843A) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=10 (C4842A) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=10 (C4800A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=10 (C4801A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=10 (C4802A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=10 (C4803A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1e04 +usb-vid=03f0 + +[hp_910] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Deskjet_3740.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP 910 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21/27/56/900 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22/28/57/900 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21/27/56/900 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22/28/57/900 +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21/27/56/900 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22/28/57/900 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 +r2-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJ3320 +tech-type=2 +usb-pid=2604 +usb-vid=03f0 + +[hp_915] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP 915 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21(C9153A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22(C9352A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658x) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=21(C9351A) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22(C9352A) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=58 (C6658x) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=21 (C9351A) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=22 (C9352A) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=58 (C6658x) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=21 (C9351A) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=22 (C9352A) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=58 (C6658x) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=21 (C9351A) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=22 (C9352A) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=58 (C6658x) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=21 (C9351A) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=22 (C9352A) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=58 (C6658x) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=21 (C9351A) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=22 (C9352A) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=58 (C6658x) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=816 (C8816A/B/G) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 (C8817A/C8817G) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=58 (C6658x) +r7-agent3-type=3 +r816-agent1-kind=3 +r816-agent1-sku= +r816-agent1-type=1 +r816-agent2-kind=3 +r816-agent2-sku= +r816-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJ3600 +tech-type=2 +usb-pid=2704 +usb-vid=03f0 + +[hp_business_inkjet_1000] +align-type=1 +clean-type=1 +color-cal-type=2 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_business_inkjet.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 1000 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836N) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1712 +usb-vid=03f0 + +[hp_business_inkjet_1100] +align-type=1 +clean-type=1 +color-cal-type=2 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_1100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 1100 +model2=Business Inkjet 1100d +model3=Business Inkjet 1100dtn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836N) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0912 +usb-vid=03f0 + +[hp_business_inkjet_2200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2200.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2200 +model2=Business Inkjet 2200se +model3=Business Inkjet 2200xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[hp_business_inkjet_2230] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2230 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_business_inkjet_2250] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2250 +model2=Business Inkjet 2250tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_business_inkjet_2280] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2280 +model2=Business Inkjet 2280tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_business_inkjet_2300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2200.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2300 +model2=Business Inkjet 2300dtn +model3=Business Inkjet 2300n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=11 (C4836AN) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=11 (C4837AN) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=11 (C4838AN) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=11 (C4810A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=11 (C4811A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=11 (C4812A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=11 (C4813A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=2 +usb-pid=0812 +usb-vid=03f0 + +[hp_business_inkjet_2600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2600 +model2=Business Inkjet 2600dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=11 (C4836AN) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=11 (C4837AN) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=11 (C4838AN) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=11 (C4810A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=11 (C4811A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=11 (C4812A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=11 (C4813A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=0412 +usb-vid=03f0 + +[hp_business_inkjet_2800] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_2600.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 2800 +model2=Business Inkjet 2800dt +model3=Business Inkjet 2800dtn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=2 +usb-pid=1112 +usb-vid=03f0 + +[hp_business_inkjet_3000] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_business_inkjet_3000.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Business Inkjet 3000 +model2=Business Inkjet 3000dtn +model3=Business Inkjet 3000n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=12 (C4804A) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=12 (C4805A) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=12 (C4806A) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=12 (C5023A +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=12 (C5024A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=12 (C5025A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=12 (C5026A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=2 +usb-pid=0612 +usb-vid=03f0 + +[hp_cm8050_mfp_with_edgeline] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4730mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=CM8050 MFP with Edgeline +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=Postscript +tech-type=5 +usb-pid=7717 +usb-vid=03f0 + +[hp_cm8060_mfp_with_edgeline] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4730mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=CM8060 MFP with Edgeline +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=1.7.4 +tech-class=Postscript +tech-type=5 +usb-pid=7117 +usb-vid=03f0 + +[hp_color_inkjet_cp1700] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=CP_1700.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=10 (C4844A) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=11 (C4836AN) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=11 (C4837AN) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=11 (C4838AN) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=11 (4810A) +r0-agent5-type=1 +r0-agent6-kind=1 +r0-agent6-sku=11 (4811A) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=11 (4812A) +r0-agent7-type=5 +r0-agent8-kind=1 +r0-agent8-sku=11 (4813A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=0317 +usb-vid=03f0 + +[hp_color_laserjet_1500] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Color LaserJet 1500 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid=1417 +usb-vid=03f0 + +[hp_color_laserjet_1600] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Color LaserJet 1600 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid=3a17 +usb-vid=03f0 + +[hp_color_laserjet_2500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_1500.png +io-mfp-mode=5 +io-mode=5 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 2500 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=00 (C9700A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=01 (C9701A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=03 (C9703A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=02 (C9702A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=04 (C9704A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=717 +usb-vid=03f0 + +[hp_color_laserjet_2500_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_1500.png +io-mfp-mode=5 +io-mode=5 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 2500L +model2=Color Laserjet 2500Lse +model3=Color Laserjet 2500n +model4=Color Laserjet 2500tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=00 (C9700A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=01 (C9701A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=03 (C9703A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=02 (C9702A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=04 (C9704A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=717 +usb-vid=03f0 + +[hp_color_laserjet_2550] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 2550 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Undefined +tech-type=4 +usb-pid=1c17 +usb-vid=03f0 + +[hp_color_laserjet_2550_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 2550L +model2=Color Laserjet 2550Ln +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Undefined +tech-type=4 +usb-pid=1c17 +usb-vid=03f0 + +[hp_color_laserjet_2600] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Color LaserJet 2600 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid=2e17 +usb-vid=03f0 + +[hp_color_laserjet_2605] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=Postscript +tech-type=4 +usb-pid=2f17 +usb-vid=03f0 + +[hp_color_laserjet_2605dn] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=Postscript +tech-type=4 +usb-pid=3117 +usb-vid=03f0 + +[hp_color_laserjet_2605dtn] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=Postscript +tech-type=4 +usb-pid=3617 +usb-vid=03f0 + +[hp_color_laserjet_2700] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2700 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=Postscript +tech-type=4 +usb-pid=3717 +usb-vid=03f0 + +[hp_color_laserjet_2700n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_2550.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2700n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=Postscript +tech-type=4 +usb-pid=3c17 +usb-vid=03f0 + +[hp_color_laserjet_2800] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2800 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Postscript +tech-type=4 +usb-pid=2617 +usb-vid=03f0 + +[hp_color_laserjet_2820] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2820 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Postscript +tech-type=4 +usb-pid=2617 +usb-vid=03f0 + +[hp_color_laserjet_2830] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2830 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Postscript +tech-type=4 +usb-pid=2617 +usb-vid=03f0 + +[hp_color_laserjet_2840] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 2840 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=60 (Q3960A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=61/71 (Q3961/71A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=62/72 (Q3962/72A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=63/73 (Q3963/73A) +r0-agent4-type=5 +r0-agent5-kind=7 +r0-agent5-sku=64 (Q3964A) +r0-agent5-type=62 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=Postscript +tech-type=4 +usb-pid=2617 +usb-vid=03f0 + +[hp_color_laserjet_3000] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3000 +model2=Color Laserjet 3000dn +model3=Color Laserjet 3000dtn +model4=Color Laserjet 3000n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6470A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q7581A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q7583A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=Q7582A +r0-agent4-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.7 +tech-class=LJColor +tech-type=4 +usb-pid=6717 +usb-vid=03f0 + +[hp_color_laserjet_3500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3500 +model2=Color Laserjet 3500dn +model3=Color Laserjet 3500dtn +panel-check-type=1 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=71 (Q2671A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=73 (Q2673A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=72 (Q2672A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJJetReady +tech-type=4 +usb-pid=1517 +usb-vid=03f0 + +[hp_color_laserjet_3500n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3500n +panel-check-type=1 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=71 (Q2671A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=73 (Q2673A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=72 (Q2672A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJJetReady +tech-type=4 +usb-pid=1517 +usb-vid=03f0 + +[hp_color_laserjet_3550] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3550 +panel-check-type=1 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=71 (Q2671A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=72 (Q2672A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=73 (Q2673A) +r0-agent4-type=5 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=58 (Q3658A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJJetReady +tech-type=4 +usb-pid=6117 +usb-vid=03f0 + +[hp_color_laserjet_3550n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3550n +panel-check-type=1 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=71 (Q2671A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=72 (Q2672A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=73 (Q2673A) +r0-agent4-type=5 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=58 (Q3658A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJJetReady +tech-type=4 +usb-pid=6117 +usb-vid=03f0 + +[hp_color_laserjet_3600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3600 +model2=Color Laserjet 3600dn +model3=Color Laserjet 3600n +panel-check-type=1 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=71 (Q2671A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=73 (Q2673A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=72 (Q2672A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJJetReady +tech-type=4 +usb-pid=6917 +usb-vid=03f0 + +[hp_color_laserjet_3700] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3700 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=81 (Q2681A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=82 (Q2682A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=83 (Q2683A) +r0-agent4-type=5 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=58 (Q3658A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=0a17 +usb-vid=03f0 + +[hp_color_laserjet_3700n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_3700.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3700n +model2=Color Laserjet 3700dtn +model3=Color Laserjet 3700dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=70 (Q2670A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=81 (Q2681A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=82 (Q2682A) +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=83 (Q2683A) +r0-agent4-type=5 +r0-agent5-kind=5 +r0-agent5-sku=55 (Q3655A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=58 (Q3658A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=0a17 +usb-vid=03f0 + +[hp_color_laserjet_3800] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 3800 +model2=Color Laserjet 3800dn +model3=Color Laserjet 3800dtn +model4=Color Laserjet 3800n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6470A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q7581A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q7583A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=Q7582A +r0-agent4-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.7 +tech-class=LJColor +tech-type=4 +usb-pid=6817 +usb-vid=03f0 + +[hp_color_laserjet_4500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 4500 +model2=Color LaserJet 4500dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=91 (C4191A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=92 (C4192A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=93 (C4193A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=94 (C4194A) +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=95 (C4195A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=96 (C4196A) +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=97 (C4197A) +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_4550] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 4550 +model2=Color LaserJet 4550dn +model3=Color LaserJet 4550hdn +model4=Color LaserJet 4550n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=91 (C4191A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=92 (C4192A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=93 (C4193A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=94 (C4194A) +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=95 (C4195A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=96 (C4196A) +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=97 (C4197A) +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_4600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 4600 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=20 (C9720A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=21 (C9721A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=23 (C9723A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=22 (C9722A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=25 (C9725A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=24 (C9724A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_4600_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 4600dn +model2=Color Laserjet 4600dtn +model3=Color Laserjet 4600hdn +model4=Color Laserjet 4600n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=20 (C9720A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=21 (C9721A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=23 (C9723A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=22 (C9722A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=25 (C9725A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=24 (C9724A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_4610] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 4610 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=20 (C9720A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=21 (C9721A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=23 (C9723A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=22 (C9722A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=25 (C9725A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=24 (C9724A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=6c17 +usb-vid=03f0 + +[hp_color_laserjet_4650] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_4600.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 4650 +model2=Color Laserjet 4650dn +model3=Color Laserjet 4650dtn +model4=Color Laserjet 4650hdn +model5=Color Laserjet 4650n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=20 (C9720A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=21 (C9721A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=23 (C9723A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=22 (C9722A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=25 (C9725A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=24 (C9724A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=1a17 +usb-vid=03f0 + +[hp_color_laserjet_4700] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 4700 +model2=Color LaserJet 4700dn +model3=Color LaserJet 4700dtn +model4=Color LaserJet 4700n +model5=Color LaserJet 4700ph+ +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6460A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q6461A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q6463A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=Q6462A +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=Q5997A +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=Q7504A +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=Q7502A/Q7503A +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=6217 +usb-vid=03f0 + +[hp_color_laserjet_4730mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4730mfp.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 4730 mfp +model2=Color LaserJet 4730x mfp +model3=Color LaserJet 4730xm mfp +model4=Color LaserJet 4730xs mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6460A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q6461A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q6463A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=Q6462A +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=Q5997A +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=Q7504A +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=Q7502A/Q7503A +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=6317 +usb-vid=03f0 + +[hp_color_laserjet_5] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 5 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3105A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=4 +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=3 +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=67 +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_5500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=LASERJET_5500.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 5500hdn +model2=Color Laserjet 5500dn +model3=Color Laserjet 5500dtn +model4=Color Laserjet 5500 +model5=Color Laserjet 5500n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=30 (C9730A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=31 (C9731A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=33 (C9733A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=32 (C9732A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=35 (C9735A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=34 (C9734A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_5550] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=LASERJET_5500.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 5550n +model2=Color Laserjet 5550 +model3=Color Laserjet 5550dn +model4=Color Laserjet 5550dtn +model5=Color Laserjet 5550hdn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=30 (C9730A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=31 (C9731A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=33 (C9733A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=32 (C9732A) +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=35 (C9735A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=34 (C9734A) +r0-agent6-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=1f17 +usb-vid=03f0 + +[hp_color_laserjet_5m] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 5M +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3105A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=4 +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=3 +r0-agent4-type=6 +r0-agent5-kind=5 +r0-agent5-sku=67 +r0-agent5-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_8500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_8550.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 8500 +model2=Color LaserJet 8500dn +model3=Color LaserJet 8500n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=49 (C4149A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=50 (C4150A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=51 (C4151A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=52 (C4152A) +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=53 (C4153A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=54 (C4154A) +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=55 (C4155A) +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_8550] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_8550.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet 8550 +model2=Color LaserJet 8550dn +model3=Color LaserJet 8550gn +model4=Color LaserJet 8550mfp +model5=Color LaserJet 8550mn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=49 (C4149A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=50 (C4150A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=51 (C4151A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=52 (C4152A) +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=53 (C4153A) +r0-agent5-type=62 +r0-agent6-kind=8 +r0-agent6-sku=54 (C4154A) +r0-agent6-type=62 +r0-agent7-kind=5 +r0-agent7-sku=55 (C4155A) +r0-agent7-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid= +usb-vid=03f0 + +[hp_color_laserjet_9500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_color_LaserJet_9500.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color Laserjet 9500 +model2=Color Laserjet 9500gp +model3=Color Laserjet 9500hdn +model4=Color Laserjet 9500n +model5=Color Laserjet 9500mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=50 (C8550A) +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=51 (C8551A) +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=53 (C8553A) +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=52 (C8552A) +r0-agent4-type=6 +r0-agent5-kind=7 +r0-agent5-sku=60 (C8560A) +r0-agent5-type=1 +r0-agent6-kind=7 +r0-agent6-sku=61 (C8561A) +r0-agent6-type=4 +r0-agent7-kind=7 +r0-agent7-sku=63 (C8563A) +r0-agent7-type=5 +r0-agent8-kind=7 +r0-agent8-sku=62 (C8562A) +r0-agent8-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=4 +usb-pid=2217 +usb-vid=03f0 + +[hp_color_laserjet_cm1015] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet CM1015 MFP +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6000A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q6001A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q6002A +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=Q6003A +r0-agent4-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=Postscript +tech-type=4 +usb-pid=4217 +usb-vid=03f0 + +[hp_color_laserjet_cm1017] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_2840.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet CM1017 MFP +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6000A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q6001A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q6002A +r0-agent3-type=6 +r0-agent4-kind=4 +r0-agent4-sku=Q6003A +r0-agent4-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=Postscript +tech-type=4 +usb-pid=4317 +usb-vid=03f0 + +[hp_color_laserjet_cm4730_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4730mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet CM4730 MFP +model2=HP Color LaserJet CM4730f MFP +model3=HP Color LaserJet CM4730fm MFP +model4=HP Color LaserJet CM4730fsk MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6460A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=Q6461A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=Q6463A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=Q6462A +r0-agent4-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=LJColor +tech-type=4 +usb-pid=7d17 +usb-vid=03f0 + +[hp_color_laserjet_cp3505] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP Color LaserJet CP3505 Printer +model2=HP Color LaserJet CP3505n Printer +model3=HP Color LaserJet CP3505dn Printer +model4=HP Color LaserJet CP3505x Printer +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=CB400A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=CB401A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=CB403A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=CB402A +r0-agent4-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=LJColor +tech-type=4 +usb-pid=7817 +usb-vid=03f0 + +[hp_color_laserjet_cp4005] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_Color_LaserJet_4500.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Color LaserJet CP4005 +model2=Color LaserJet CP4005n +model3=Color LaserJet CP4005dn +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=CB400A +r0-agent1-type=1 +r0-agent2-kind=4 +r0-agent2-sku=CB401A +r0-agent2-type=4 +r0-agent3-kind=4 +r0-agent3-sku=CB403A +r0-agent3-type=5 +r0-agent4-kind=4 +r0-agent4-sku=CB402A +r0-agent4-type=6 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.12 +tech-class=LJColor +tech-type=4 +usb-pid=7b17 +usb-vid=03f0 + +[hp_deskjet_1000c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 1000C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_200] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 200 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_320] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 320 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_340c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 340C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_400] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_deskjet.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 400 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ350 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_400l] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_deskjet.png +io-mfp-mode=6 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 400L +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=20 (C6614DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ350 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_550c] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 550C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=1 +support-ver=2.7.10 +tech-class=DJ540 +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[hp_deskjet_710c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 710C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_712c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 712C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_720c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 720C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_722c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 722C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_820c] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet 820C +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_deskjet_9300] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_deskjet_9300.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Deskjet 9300 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[hp_deskjet_plus] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Deskjet Plus +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_1000] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=default_printer.png +io-mfp-mode=1 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1000 +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.7.12 +tech-class=LJZjsMono +tech-type=3 +usb-pid=0517 +usb-vid=03f0 + +[hp_laserjet_1005_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=default_printer.png +io-mfp-mode=1 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1005 +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.7.12 +tech-class=LJZjsMono +tech-type=3 +usb-pid=1317 +usb-vid=03f0 + +[hp_laserjet_1010] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1012.png +io-mfp-mode=3 +io-mode=3 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1010 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJFastRaster +tech-type=3 +usb-pid=0c17 +usb-vid=03f0 + +[hp_laserjet_1012] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1012.png +io-mfp-mode=3 +io-mode=3 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1012 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJFastRaster +tech-type=3 +usb-pid=0c17 +usb-vid=03f0 + +[hp_laserjet_1015] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1012.png +io-mfp-mode=3 +io-mode=3 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1015 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0c17 +usb-vid=03f0 + +[hp_laserjet_1018] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1018 +model2=LaserJet 1018s +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=LJZjsMono +tech-type=3 +usb-pid=4117 +usb-vid=03f0 + +[hp_laserjet_1020] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1020 +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=LJZjsMono +tech-type=3 +usb-pid=2b17 +usb-vid=03f0 + +[hp_laserjet_1022] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=0 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1022 +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=LJZjsMono +tech-type=3 +usb-pid=2c17 +usb-vid=03f0 + +[hp_laserjet_1022n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=0 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1022n +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=LJZjsMono +tech-type=3 +usb-pid=2d17 +usb-vid=03f0 + +[hp_laserjet_1022nw] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=0 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1022nw +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=LJZjsMono +tech-type=3 +usb-pid=3017 +usb-vid=03f0 + +[hp_laserjet_1100] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1100 +model2=LaserJet 1100se +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_1100a] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1100a +model2=LaserJet 1100a se +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_1100xi] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1100a xi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_1150] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1150 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2624A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0f17 +usb-vid=03f0 + +[hp_laserjet_1160] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1160 +model2=Laserjet 1160Le +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1017 +usb-vid=03f0 + +[hp_laserjet_1160_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1160 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1e17 +usb-vid=03f0 + +[hp_laserjet_1200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1200 +model2=LaserJet 1200se +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0317 +usb-vid=03f0 + +[hp_laserjet_1200n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1200n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0317 +usb-vid=03f0 + +[hp_laserjet_1220] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1220.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1220 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0417 +usb-vid=03f0 + +[hp_laserjet_1220se] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1220.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 1220se +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0417 +usb-vid=03f0 + +[hp_laserjet_1300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1300 +model2=Laserjet 1300t +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2613A/Q2613X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1017 +usb-vid=03f0 + +[hp_laserjet_1300n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1300n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2613A/Q2613X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1117 +usb-vid=03f0 + +[hp_laserjet_1300xi] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1300xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2613A/Q2613X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_1320] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1320 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1d17 +usb-vid=03f0 + +[hp_laserjet_1320_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1320t +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1d17 +usb-vid=03f0 + +[hp_laserjet_1320n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1320n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_1320nw] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1320nw +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_1320tn] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 1320tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_2100] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2100 +model2=LaserJet 2100m +model3=LaserJet 2100se +model4=LaserJet 2100tn +model5=LaserJet 2100xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4096A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_2100_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2100 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4096A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_2200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2200 +model2=LaserJet 2200d +model3=LaserJet 2200dn +model4=LaserJet 2200dse +model5=LaserJet 2200dt +model6=LaserJet 2200dtn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4096A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0217 +usb-vid=03f0 + +[hp_laserjet_2200_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2200 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4096A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0217 +usb-vid=03f0 + +[hp_laserjet_2300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2300 +model2=LaserJet 2300L +model3=LaserJet 2300d +model4=LaserJet 2300n +model5=LaserJet 2300tn +model6=LaserJet 2300tdtn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2160A/Q2610D +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0b17 +usb-vid=03f0 + +[hp_laserjet_2300_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_2100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 2300 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2160A/Q2610D +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0B17 +usb-vid=03f0 + +[hp_laserjet_2410] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=laserjet_2410.png +io-mfp-mode=3 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 2410 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6511A/Q6511X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2517 +usb-vid=03f0 + +[hp_laserjet_2420] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=laserjet_2410.png +io-mfp-mode=3 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 2420 +model2=Laserjet 2420d +model3=Laserjet 2420dn +model4=Laserjet 2420n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6511A/Q6511X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2917 +usb-vid=03f0 + +[hp_laserjet_2430] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=laserjet_2410.png +io-mfp-mode=3 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 2430 +model2=Laserjet 2430dtn +model3=Laserjet 2430n +model4=Laserjet 2430t +model5=Laserjet 2430tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q6511A/Q6511X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2a17 +usb-vid=03f0 + +[hp_laserjet_3015] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3015.png +io-mfp-mode=3 +io-mode=3 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 3015 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1617 +usb-vid=03f0 + +[hp_laserjet_3020] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3020.png +io-mfp-mode=3 +io-mode=3 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 3020 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1617 +usb-vid=03f0 + +[hp_laserjet_3030] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3020.png +io-mfp-mode=3 +io-mode=3 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 3030 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1617 +usb-vid=03f0 + +[hp_laserjet_3050] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_laserjet_3050.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3050 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=LJMono +tech-type=3 +usb-pid=3217 +usb-vid=03f0 + +[hp_laserjet_3052] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3015.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3052 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=LJMono +tech-type=3 +usb-pid=3317 +usb-vid=03f0 + +[hp_laserjet_3055] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3020.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3055 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=LJMono +tech-type=3 +usb-pid=3417 +usb-vid=03f0 + +[hp_laserjet_3100] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet 3100 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_3150] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet 3150 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_3200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3200M.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3200 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0117 +usb-vid=03f0 + +[hp_laserjet_3200m] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3200M.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3200M +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0117 +usb-vid=03f0 + +[hp_laserjet_3200se] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3200M.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3200se +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4092A +r0-agent1-type=1 +scan-style=2 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0117 +usb-vid=03f0 + +[hp_laserjet_3300_3310_3320] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3300_3310_3320.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3310 +model2=LaserJet 3320 +model3=LaserJet 3300mfp +model4=LaserJet 3320mfp +model5=LaserJet 3320n mfp +model6=LaserJet 3330mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0817 +usb-vid=03f0 + +[hp_laserjet_3330] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3300_3310_3320.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3330 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0917 +usb-vid=03f0 + +[hp_laserjet_3380] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=HP_LaserJet_3300_3310_3320.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3380 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=1917 +usb-vid=03f0 + +[hp_laserjet_3390] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3020.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3390 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=LJMono +tech-type=3 +usb-pid=3517 +usb-vid=03f0 + +[hp_laserjet_3392] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=hp_LaserJet_3020.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 3392 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.8 +tech-class=LJMono +tech-type=3 +usb-pid=3517 +usb-vid=03f0 + +[hp_laserjet_4000_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4000.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4000 +model2=LaserJet 4000n +model3=LaserJet 4000se +model4=LaserJet 4000t +model5=LaserJet 4000tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4127A/C4127X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_4050_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4000.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4050 +model2=LaserJet 4050n +model3=LaserJet 4050se +model4=LaserJet 4050t +model5=LaserJet 4050tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4127A/C4127X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_4100_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4100_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4100mfp +model2=LaserJet 4101mfp +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8061A/C8061X +r0-agent1-type=1 +scan-style=1 +scan-type=2 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_4100_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4000.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4100 +model2=LaserJet 4100dtn +model3=LaserJet 4100n +model4=LaserJet 4100tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8061A/C8061X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_4150_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4000.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4150 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8061A/C8061X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=6017 +usb-vid=03f0 + +[hp_laserjet_4200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_laserjet.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4200 +model2=Laserjet 4200L +model3=Laserjet 4200Ln +model4=Laserjet 4200Lvn +model5=Laserjet 4200dtn +model6=Laserjet 4200dtns +model7=Laserjet 4200dtnsL +model8=Laserjet 4200n +model9=Laserjet 4200tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q1338A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_4240] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_laserjet.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4240 +model2=Laserjet 4240n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5942A/Q5942X +r0-agent1-type=1 +r0-agent2-kind=5 +r0-agent2-sku=Q5421A/Q5422A +r0-agent2-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=6a17 +usb-vid=03f0 + +[hp_laserjet_4250] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_laserjet.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4250 +model2=Laserjet 4250dtn +model3=Laserjet 4250dtnsl +model4=Laserjet 4250n +model5=Laserjet 4250tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5942A/Q5942X +r0-agent1-type=1 +r0-agent2-kind=5 +r0-agent2-sku=Q5421A/Q5422A +r0-agent2-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2417 +usb-vid=03f0 + +[hp_laserjet_4300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_laserjet.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4300 +model2=Laserjet 4300dtn +model3=Laserjet 4300dtns +model4=Laserjet 4300dtnsL +model5=Laserjet 4300n +model6=Laserjet 4300tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q1339A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_4345_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4345mfp +model2=Laserjet 4345x mfp +model3=Laserjet 4345xm mfp +model4=Laserjet 4345xs mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5945A +r0-agent1-type=1 +r0-agent2-kind=5 +r0-agent2-sku=Q5421A/Q5422A +r0-agent2-type=62 +r0-agent3-kind=6 +r0-agent3-sku=Q5779A +r0-agent3-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=7417 +usb-vid=03f0 + +[hp_laserjet_4350] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_laserjet.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 4350 +model2=Laserjet 4350dtn +model3=Laserjet 4350dtnsl +model4=Laserjet 4350n +model5=Laserjet 4350tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5942A/Q5942X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2317 +usb-vid=03f0 + +[hp_laserjet_4_plus] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4 plus +model2=LaserJet 4m +model3=LaserJet 4mp +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=92298A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_4l] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4L +model2=LaserJet 4L Pro +model3=LaserJet 4Lc +model4=LaserJet 4mL +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=92274A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_4si] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 4si +model2=LaserJet 4si mx +model3=LaserJet 4v +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=92291A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_5000] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5000 +model2=LaserJet 5000Le +model3=LaserJet 5000dn +model4=LaserJet 5000gn +model5=LaserJet 5000n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4129X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_5000_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5000 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4129X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_5100_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5100Le +model2=LaserJet 5100 +model3=LaserJet 5100dtn +model4=LaserJet 5100se +model5=LaserJet 5100tn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4129X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_5200] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=3 +io-mode=1 +io-support=7 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet 5200 +model2=HP LaserJet 5200n +model3=HP LaserJet 5200tn +model4=HP LaserJet 5200dtn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=LJMono +tech-type=3 +usb-pid=6417 +usb-vid=03f0 + +[hp_laserjet_5200l] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=3 +io-mode=1 +io-support=7 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet 5200L +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=LJMono +tech-type=3 +usb-pid=6617 +usb-vid=03f0 + +[hp_laserjet_5200lx] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_5000.png +io-mfp-mode=3 +io-mode=1 +io-support=7 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet 5200LX +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C7115A/C7115X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=2.8.1 +tech-class=LJMono +tech-type=3 +usb-pid=8917 +usb-vid=03f0 + +[hp_laserjet_5l] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5L +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3906A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_5mp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5MP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3903A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_5p] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_4M.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5P +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3903A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_5si] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_5Si.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 5si +model2=LaserJet 5si hm +model3=LaserJet 5si mx +model4=LaserJet 5si nx +model5=LaserJet 5si mopier +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3909A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_6l] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_6MP.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 6L +model2=LaserJet 6Lse +model3=LaserJet 6Lxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3906A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_6mp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_6MP.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 6MP +model2=LaserJet 6MP se +model3=LaserJet 6MP xi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3903A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_6p] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_6MP.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 6P +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3903A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_8000] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_8000.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8000 +model2=LaserJet 8000dn +model3=LaserJet 8000mfp +model4=LaserJet 8000n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3909A/C3909X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_8000_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_8000.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8000 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C3909A/C3909X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_8100_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_8100_Series.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8100mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4128X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_8100_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_8100_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8100 +model2=LaserJet 8100dn +model3=LaserJet 8100n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4128X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_8150_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_8100_Series.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8150mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4128X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_8150_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_8100_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 8150 +model2=LaserJet 8150dn +model3=LaserJet 8150hn +model4=LaserJet 8150n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C4128X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_9000_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 9000mfp +model2=LaserJet 9000Lmfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_9000_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 9000 +model2=LaserJet 9000dn +model3=LaserJet 9000hnf +model4=LaserJet 9000hns +model5=LaserJet 9000n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_9040] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet 9040 +model2=LaserJet 9040n +model3=LaserJet 9040dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2017 +usb-vid=03f0 + +[hp_laserjet_9040_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 9040mfp +model2=Laserjet 9040d +model3=Laserjet 9040dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=8417 +usb-vid=03f0 + +[hp_laserjet_9050] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 9050 +model2=Laserjet 9050d +model3=Laserjet 9050dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=9 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2017 +usb-vid=03f0 + +[hp_laserjet_9050_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 9050mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=2117 +usb-vid=03f0 + +[hp_laserjet_9055mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 9055mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_9065mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=1 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet 9065mfp +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=C8543X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid= +usb-vid=03f0 + +[hp_laserjet_m1005] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_laserjet_3050.png +io-mfp-mode=4 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet M1005 MFP +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.7.12 +tech-class=LJm1005 +tech-type=3 +usb-pid=3217 +usb-vid=03f0 + +[hp_laserjet_m1120_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_laserjet_3050.png +io-mfp-mode=4 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M1120 MFP +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=LJZjsMono +tech-type=3 +usb-pid=5617 +usb-vid=03f0 + +[hp_laserjet_m1120n_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_3050.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M1120 MFP +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q2612A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=LJZjsMono +tech-type=3 +usb-pid=5717 +usb-vid=03f0 + +[hp_laserjet_m1522_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M1522 MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m1522n_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M1522n MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m1522nf_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=4 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M1522nfs MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m2727_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=4 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M2727 MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.12 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m2727nf_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=4 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M2727nf MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.11 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m2727nfs_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=4 +fw-download=0 +icon=hp_laserjet_m2727_mfp.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet M2727nfs MFP +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7573 +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.11 +tech-class=Postscript +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_laserjet_m3027_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet M3027 MFP +model2=LaserJet M3027x MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7551A/X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.12 +tech-class=LJMono +tech-type=3 +usb-pid=7a17 +usb-vid=03f0 + +[hp_laserjet_m3035_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet M3035 MFP +model2=Laserjet M3035xs MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7551A +r0-agent1-type=1 +r0-agent2-kind=5 +r0-agent2-sku=Q5421A/Q5422A +r0-agent2-type=62 +r0-agent3-kind=6 +r0-agent3-sku=Q5779A +r0-agent3-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=7517 +usb-vid=03f0 + +[hp_laserjet_m4345_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet M4345 MFP +model2=Laserjet M4345x MFP +model3=Laserjet M4345xm MFP +model4=Laserjet M4345xs MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5945A +r0-agent1-type=1 +r0-agent2-kind=5 +r0-agent2-sku=Q5421A/Q5422A +r0-agent2-type=62 +r0-agent3-kind=6 +r0-agent3-sku=Q5779A +r0-agent3-type=62 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=7417 +usb-vid=03f0 + +[hp_laserjet_m5025_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet M5025 MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7570A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.12 +tech-class=LJMono +tech-type=4 +usb-pid=7917 +usb-vid=03f0 + +[hp_laserjet_m5035_mfp] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_4345_mfp.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet M5035 MFP +model2=LaserJet M5035x MFP +model3=LaserJet M5035xs MFP +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7570A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=4 +usb-pid=7217 +usb-vid=03f0 + +[hp_laserjet_p1005] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet P1005 Printer +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=35A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=LJm1005 +tech-type=3 +usb-pid=4117 +usb-vid=03f0 + +[hp_laserjet_p1006] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet P1006 Printer +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=35A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=LJm1005 +tech-type=3 +usb-pid=4117 +usb-vid=03f0 + +[hp_laserjet_p1505] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=1 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet P1505 Printer +panel-check-type=0 +pcard-type=0 +plugin=1 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=36A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=LJm1005 +tech-type=3 +usb-pid=4117 +usb-vid=03f0 + +[hp_laserjet_p1505n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_1012.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP LaserJet P1505N Printer +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=36A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=8 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=LJm1005 +tech-type=3 +usb-pid=4117 +usb-vid=03f0 + +[hp_laserjet_p2010_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJet P2011 +model2=LaserJet P2012 +model3=LaserJet P2013 +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=LJm1005 +tech-type=3 +usb-pid=3817 +usb-vid=03f0 + +[hp_laserjet_p2014] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJer P2014 +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=LJm1005 +tech-type=3 +usb-pid=3917 +usb-vid=03f0 + +[hp_laserjet_p2014n] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=hp_LaserJet_1200.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=LaserJer P2014 +panel-check-type=0 +pcard-type=0 +plugin=2 +plugin-library=lj +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=LJm1005 +tech-type=3 +usb-pid=4a17 +usb-vid=03f0 + +[hp_laserjet_p2015_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_p2015.png +io-mfp-mode=1 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P2015 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=3817 +usb-vid=03f0 + +[hp_laserjet_p2015d_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_p2015.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P2015d +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=3817 +usb-vid=03f0 + +[hp_laserjet_p2015dn_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_p2015.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P2015dn +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=4a17 +usb-vid=03f0 + +[hp_laserjet_p2015n_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_p2015.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P2015n +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=4a17 +usb-vid=03f0 + +[hp_laserjet_p2015x_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=hp_laserjet_p2015.png +io-mfp-mode=1 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P2015x +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q5949A/Q5949X +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=6 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=3917 +usb-vid=03f0 + +[hp_laserjet_p3004] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=laserjet_2410.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P3004 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7551A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=7617 +usb-vid=03f0 + +[hp_laserjet_p3005] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=laserjet_2410.png +io-mfp-mode=3 +io-mode=3 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Laserjet P3005 +model2=Laserjet P3005d +model3=Laserjet P3005n +model4=Laserjet P3005dn +model5=Laserjet P3005dtn +model6=Laserjet P3005x +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=Q7551A +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=1.6.10 +tech-class=LJMono +tech-type=3 +usb-pid=7317 +usb-vid=03f0 + +[hp_mopier_320] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=HP_LaserJet_9000_MFP.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Mopier 240 +model2=Mopier 320 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=4 +r0-agent1-sku=43 (C8543X) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=3 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJMono +tech-type=3 +usb-pid=0000 +usb-vid=03f0 + +[hp_photosmart] +align-type=0 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_printer.png +io-mfp-mode=6 +io-mode=1 +io-support=0 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=Undefined +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26(51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_4100_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4100 series +model2=Officejet 4110 All-in-One +model3=Officejet 4110v All-in-One +model4=Officejet 4110xi All-in-One +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=3111 +usb-vid=03f0 + +[officejet_4105] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4105 All-in-One +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.11 +tech-class=DJ3320 +tech-type=2 +usb-pid=3111 +usb-vid=03f0 + +[officejet_4115_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4115 series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=3111 +usb-vid=03f0 + +[officejet_4200_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4200 +model2=Officejet 4212 +model3=Officejet 4215 +model4=Officejet 4215v +model5=Officejet 4215xi +model6=Officejet 4219 +model7=Officejet 4211 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=58 (C6658AN) +r0-agent1-type=3 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728AN)/57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=56 (C6656AN) +r0-agent3-type=1 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3d11 +usb-vid=03f0 + +[officejet_4255] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4255 +model2=Officejet 4251 +model3=Officejet 4252 +model4=Officejet 4259 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=58 (C6658AN) +r0-agent1-type=3 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=56 (C6656AN) +r0-agent3-type=1 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3d11 +usb-vid=03f0 + +[officejet_4300_series] +align-type=5 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_4200_series.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 4311 +model10=Officejet 4353 +model11=Officejet 4355 +model12=Officejet 4357 +model13=Officejet 4359 +model2=Officejet 4312 +model3=Officejet 4314 +model4=Officejet 4315 +model5=Officejet 4315v +model6=Officejet 4315xi +model7=Officejet 4317 +model8=Officejet 4319 +model9=Officejet 4352 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=21/27 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +r1-agent1-kind=3 +r1-agent1-sku=21/27 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=22 +r1-agent2-type=2 +r7-agent1-kind=3 +r7-agent1-sku=816 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=817 +r7-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=3 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=DJ3320 +tech-type=2 +usb-pid=5411 +usb-vid=03f0 + +[officejet_5100_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 5100 +model2=Officejet 5110 +model3=Officejet 5110v +model4=Officejet 5110xi +model5=Officejet 5105 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN / C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=2411 +usb-vid=03f0 + +[officejet_5105] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OfficeJet_5105.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 5105 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=2411 +usb-vid=03f0 + +[officejet_5110] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OfficeJet_5105.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 5110 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=2411 +usb-vid=03f0 + +[officejet_5110v] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OfficeJet_5105.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=OfficeJet 5110v +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=2411 +usb-vid=03f0 + +[officejet_5500_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_5500_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 5505 +model2=Officejet 5510 +model3=Officejet 5510v +model4=Officejet 5510xi +model5=Officejet 5508 +model6=Officejet 5515 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3a11 +usb-vid=03f0 + +[officejet_5600_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_5600.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 5600 +model2=Officejet 5605 +model3=Officejet 5610 +model4=Officejet 5610v +model5=Officejet 5610xi +model6=Officejet 5608 +model7=Officejet 5609 +model8=Officejet 5615 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) /27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 (C9352A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=4f11 +usb-vid=03f0 + +[officejet_6100_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OfficeJet_6100_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 6105 +model2=Officejet 6110 +model3=Officejet 6110v +model4=Officejet 6110xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2d11 +usb-vid=03f0 + +[officejet_6150_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 6150 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2d11 +usb-vid=03f0 + +[officejet_6200_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=Officejet_6200_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 6210 +model2=Officejet 6210v +model3=Officejet 6210xi +model4=Officejet 6213 +model5=Officejet 6215 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=96/94 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=97/95 +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=96/94 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=97/95 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=96/94 +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=97/95 +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4b11 +usb-vid=03f0 + +[officejet_6300_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Officejet_6200_series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP Officejet 6310 +model2=HP Officejet 6310xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92/98 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 +r0-agent4-type=10 +r10-agent1-kind=3 +r10-agent1-sku=850/851 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=854/855 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r10-agent4-kind=3 +r10-agent4-sku=100 +r10-agent4-type=10 +r12-agent1-kind=3 +r12-agent1-sku=129/132 +r12-agent1-type=1 +r12-agent2-kind=3 +r12-agent2-sku=135/136 +r12-agent2-type=2 +r12-agent3-kind=3 +r12-agent3-sku=138 +r12-agent3-type=3 +r12-agent4-kind=3 +r12-agent4-sku=100 +r12-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=92/98 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 +r2-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=336/337/339 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 +r4-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=92/98 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=93/95 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=99 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 +r6-agent4-type=10 +r8-agent1-kind=3 +r8-agent1-sku=129/130/132 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=135/136 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +r8-agent4-kind=3 +r8-agent4-sku=100 +r8-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.11 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5311 +usb-vid=03f0 + +[officejet_7100_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 7100 +model2=Officejet 7110 +model3=Officejet 7110xi +model4=Officejet 7115 +model5=Officejet 7130 +model6=Officejet 7130xi +model7=Officejet 7135xi +model8=Officejet 7140xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=14d (C5011DN) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=14d (C5010DN) +r0-agent2-type=2 +r0-agent3-kind=1 +r0-agent3-sku=14 (C4920A) +r0-agent3-type=1 +r0-agent4-kind=1 +r0-agent4-sku=14 (C4921A) +r0-agent4-type=4 +r0-agent5-kind=1 +r0-agent5-sku=14 (C4922A) +r0-agent5-type=5 +r0-agent6-kind=1 +r0-agent6-sku=14 (C4923A) +r0-agent6-type=6 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=2611 +usb-vid=03f0 + +[officejet_7200_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Officejet_6150_Series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 7210 +model2=Officejet 7210v +model3=Officejet 7210xi +model4=Officejet 7213 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4111 +usb-vid=03f0 + +[officejet_7300_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Officejet_6150_Series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 7310 +model2=Officejet 7310xi +model3=Officejet 7313 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4211 +usb-vid=03f0 + +[officejet_7400_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 7410 +model2=Officejet 7410xi +model3=Officejet 7413 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4311 +usb-vid=03f0 + +[officejet_9100_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Officejet_9100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet 9110 +model2=Officejet 9120 +model3=Officejet 9130 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=1 +r0-agent3-sku=11 (C4812A) +r0-agent3-type=5 +r0-agent4-kind=1 +r0-agent4-sku=11 (C4813A) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=10 (C4844A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836AN) +r0-agent6-type=4 +r0-agent7-kind=2 +r0-agent7-sku=11 (C4837AN) +r0-agent7-type=5 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4838AN) +r0-agent8-type=6 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=LJColor +tech-type=2 +usb-pid=0d12 +usb-vid=03f0 + +[officejet_d_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Officejet_6150_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet d125xi +model2=Officejet d135 +model3=Officejet d135xi +model4=Officejet d145 +model5=Officejet d145xi +model6=Officejet d155xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=2 +r0-agent1-sku=14d (C5011DN) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=14d (C5010DN) +r0-agent2-type=2 +r0-agent3-kind=1 +r0-agent3-sku=14 (C4920A) +r0-agent3-type=1 +r0-agent4-kind=1 +r0-agent4-sku=14 (C4921A) +r0-agent4-type=4 +r0-agent5-kind=1 +r0-agent5-sku=14 (C4922A) +r0-agent5-type=5 +r0-agent6-kind=1 +r0-agent6-sku=14 (C4923A) +r0-agent6-type=6 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=2311 +usb-vid=03f0 + +[officejet_g55] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet G55 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0011 +usb-vid=03f0 + +[officejet_g55xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet G55xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0111 +usb-vid=03f0 + +[officejet_g85] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet G85 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0211 +usb-vid=03f0 + +[officejet_g85xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet G85xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0311 +usb-vid=03f0 + +[officejet_g95] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=6 +io-mode=6 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet G95 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN/C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0411 +usb-vid=03f0 + +[officejet_h470] +align-type=10 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=dj450.png +io-mfp-mode=6 +io-mode=1 +io-support=26 +job-storage=0 +linefeed-cal-type=0 +model1=HP Officejet H470 Mobile Printer +model2=HP Officejet H470b Mobile Printer +model3=HP Officejet H470wbt Mobile Printer +model4=HP Officejet H470wf Mobile Printer +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=2 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94/98 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95/97 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 +r0-agent4-type=19 +r0-agent5-kind=9 +r0-agent5-sku= +r0-agent5-type=62 +r1-agent1-kind=3 +r1-agent1-sku=94/98 +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95/97 +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 +r1-agent4-type=19 +r2-agent1-kind=3 +r2-agent1-sku=338/337 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=343/344 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=348 +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 +r2-agent4-type=19 +r4-agent1-kind=3 +r4-agent1-sku=131/129 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=135/134 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=138 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 +r4-agent4-type=19 +r8-agent1-kind=3 +r8-agent1-sku=852/851 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=855/857 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=858 +r8-agent3-type=3 +r8-agent4-kind=3 +r8-agent4-sku=100 +r8-agent4-type=19 +scan-style=0 +scan-type=0 +status-battery-check=2 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.8.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2812 +usb-vid=03f0 + +[officejet_j3600_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_j3600_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Officejet J3608 All-in-One +model2=HP Officejet J3640 All-in-One +model3=HP Officejet J3650 All-in-One +model4=HP Officejet J3680 All-in-One +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJ3600 +tech-type=2 +usb-pid=3112 +usb-vid=03f0 + +[officejet_j5500_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_j5500_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet J5505 All-in-One +model2=Officejet J5510 All-in-One +model3=Officejet J5510v All-in-One +model4=Officejet J5510xi All-in-One +model5=Officejet J5515 All-in-One +model6=Officejet J5508 All-in-One +model7=Officejet J5520 All-in-One +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJ3600 +tech-type=2 +usb-pid=3012 +usb-vid=03f0 + +[officejet_j5700_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_5600.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet J5740 All-in-One +model10=Officejet J5783 All-in-One +model11=Officejet J5790 All-in-One +model2=Officejet J5780 All-in-One +model3=Officejet J5730 All-in-One +model4=Officejet J5750 All-in-One +model5=Officejet J5785 All-in-One +model6=Officejet J5788 All-in-One +model7=Officejet J5725 All-in-One +model8=Officejet J5735 All-in-One +model9=Officejet J5738 All-in-One +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=74/74XL +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=75/75XL +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=860/860XL +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=861/861XL +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=74/74XL +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=75/75/XL +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=350/350XL +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=351/351XL +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=140/140XL +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=141/141XL +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5b11 +usb-vid=03f0 + +[officejet_j6400_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=Photosmart_C5100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=HP Officejet J6410 All-in-One +model2=HP Officejet J6413 All-in-One +model3=HP Officejet J6450 All-in-One +model4=HP Officejet J6480 All-in-One +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=75 +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=74 +r0-agent2-type=1 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=861 +r10-agent1-type=2 +r10-agent2-kind=3 +r10-agent2-sku=860 +r10-agent2-type=1 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=75 +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=74 +r2-agent2-type=1 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=351 +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=350 +r4-agent2-type=1 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=141 +r8-agent1-type=2 +r8-agent2-kind=3 +r8-agent2-sku=140 +r8-agent2-type=1 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3312 +usb-vid=03f0 + +[officejet_k60] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet K60 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN/C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0511 +usb-vid=03f0 + +[officejet_k60xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet K60xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN/C6578DN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0611 +usb-vid=03f0 + +[officejet_k7100] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=DESKJET_9600.png +io-mfp-mode=6 +io-mode=1 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet K7103 Printer +model2=Officejet K7108 Printer +model3=Officejet K7100 Printer +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2612 +usb-vid=03f0 + +[officejet_k80] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet K80 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN/C6578DN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0711 +usb-vid=03f0 + +[officejet_k80xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=3 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet K80xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN/C6578DN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0811 +usb-vid=03f0 + +[officejet_lx] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Lx +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26(51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_pro_1150c] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OFFICEJET_PRO_1150C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Pro 1150c +model2=Officejet Pro 1150cse +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=41 (51641A) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ850 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_pro_1170c_series] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OFFICEJET_PRO_1150C.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Pro 1170c +model2=Officejet Pro 1170cse +model3=Officejet Pro 1170cxi +model4=Officejet Pro 1175c +model5=Officejet Pro 1175cse +model6=Officejet Pro 1175cxi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D or C1823T) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ890 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_pro_k5300] +align-type=1 +clean-type=1 +color-cal-type=5 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=1 +model1=OfficeJet Pro K5300 Series +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=1 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1f12 +usb-vid=03f0 + +[officejet_pro_k5400] +align-type=1 +clean-type=1 +color-cal-type=5 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=1 +model1=Officejet Pro K5400dn +model2=Officejet Pro K5400dtn +model3=Officejet Pro K5400tn +model4=Officejet Pro K5400 +model5=Officejet Pro K5456z +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=1 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2012 +usb-vid=03f0 + +[officejet_pro_k550] +align-type=1 +clean-type=1 +color-cal-type=5 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=6 +io-mode=1 +io-support=14 +job-storage=0 +linefeed-cal-type=1 +model1=Officejet Pro K550 +model2=Officejet Pro K550dtn +model3=Officejet Pro K550dtwn +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=1 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=HP 68 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=HP 88 (C9382A) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=HP 68 (C9396/C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=HP 88 (C9388/C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=HP 88 (C9386/C9391) +r0-agent5-type=4 +r0-agent6-kind=2 +r0-agent6-sku=HP 88 (C9387/C9392) +r0-agent6-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1812 +usb-vid=03f0 + +[officejet_pro_k850] +align-type=1 +clean-type=1 +color-cal-type=2 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Pro K850 +model2=Officejet Pro K850dn +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=11 (C4810A) +r0-agent1-type=1 +r0-agent2-kind=1 +r0-agent2-sku=11 (C4811A) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=10 (C4844A) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=11 (C4838AN) +r0-agent4-type=6 +r0-agent5-kind=1 +r0-agent5-sku=11(C4812A) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=11 (C4836N) +r0-agent6-type=4 +r0-agent7-kind=1 +r0-agent7-sku=11 (C4813A) +r0-agent7-type=6 +r0-agent8-kind=2 +r0-agent8-sku=11 (C4837AN) +r0-agent8-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1512 +usb-vid=03f0 + +[officejet_pro_k8600] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro K8600 Color Printer +model2=Officejet Pro K8600dn Color Printer +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2712 +usb-vid=03f0 + +[officejet_pro_l7300] +align-type=12 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro L7300 +model2=Officejet Pro L7380 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2512 +usb-vid=03f0 + +[officejet_pro_l7400] +align-type=12 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro L7480 All-in-One +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3412 +usb-vid=03f0 + +[officejet_pro_l7500] +align-type=12 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro L7500 +model2=Officejet Pro L7550 +model3=Officejet Pro L7580 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2112 +usb-vid=03f0 + +[officejet_pro_l7600] +align-type=12 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro L7600 +model2=Officejet Pro L7650 +model3=Officejet Pro L7680 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2212 +usb-vid=03f0 + +[officejet_pro_l7700] +align-type=12 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k550.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=2 +model1=Officejet Pro L7700 +model2=Officejet Pro L7750 +model3=Officejet Pro L7780 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=2 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=88 (C9381) +r0-agent1-type=14 +r0-agent2-kind=1 +r0-agent2-sku=88 (C9382) +r0-agent2-type=15 +r0-agent3-kind=2 +r0-agent3-sku=88 (C9396 ) / 88L (C9385) +r0-agent3-type=1 +r0-agent4-kind=2 +r0-agent4-sku=88 (C9388) / 88L (C9393) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=88 (C9387) / 88L (C9392) +r0-agent5-type=5 +r0-agent6-kind=2 +r0-agent6-sku=88 (C9386) / 88L (C9391) +r0-agent6-type=4 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.7.2 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2312 +usb-vid=03f0 + +[officejet_r40] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R40 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[officejet_r40xi] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R40xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_r45] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R45 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_r60] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R60 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D or C1823T) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_r65] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R65 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_r80] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R80 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_r80xi] +align-type=2 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_officejet.png +io-mfp-mode=6 +io-mode=1 +io-support=5 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet R80xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=OfficeJet_Series_300.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 300 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26 (51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_series_310] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=OfficeJet_Series_300.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 310 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26 (51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_series_320] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=OfficeJet_Series_300.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 320 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26 (51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_series_330] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=OfficeJet_Series_300.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 330 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26 (51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_series_350] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=OfficeJet_Series_300.png +io-mfp-mode=7 +io-mode=0 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 350 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=26 (51626A) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ540 +tech-type=1 +usb-pid= +usb-vid=03f0 + +[officejet_series_500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 500 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_520] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 520 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_570] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 570 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_580] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 580 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_590] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 590 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_600] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 600 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_610] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 610 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_630] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 630 +model2=Officejet Series 635 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_700] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 700 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_710] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 710 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_720] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 720 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_series_725] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=2 +fw-download=0 +icon=officejet_500.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet Series 725 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ660 +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_t_series] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet t45 +model2=Officejet t45xi +model3=Officejet t65 +model4=Officejet t65xi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D or C1823T) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[officejet_v30] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet v30 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1311 +usb-vid=03f0 + +[officejet_v40] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet v40 +model2=Officejet v40S +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0f11 +usb-vid=03f0 + +[officejet_v40xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet v40xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1011 +usb-vid=03f0 + +[officejet_v45] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=officejet_k80.png +io-mfp-mode=6 +io-mode=6 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Officejet v45 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=2 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1911 +usb-vid=03f0 + +[photosmart_100] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 100 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=57 (C6657AN) +r0-agent1-type=1 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=PSP100 +tech-type=2 +usb-pid=3802 +usb-vid=03f0 + +[photosmart_1115] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_P1100.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 1115 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3402 +usb-vid=03f0 + +[photosmart_1215] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_P1100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 1215 +model2=Photosmart 1215vm +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3202 +usb-vid=03f0 + +[photosmart_1218] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_1218.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 1218 +model2=Photosmart 1218xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3302 +usb-vid=03f0 + +[photosmart_130] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 130 +model2=Photosmart 130v +model3=Photosmart 130xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=57 (C6657AN) +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=PSP100 +tech-type=2 +usb-pid=3902 +usb-vid=03f0 + +[photosmart_1315] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_1315.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 1315 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=3602 +usb-vid=03f0 + +[photosmart_140_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 140 +model2=Photosmart 145 +model3=Photosmart 145v +model4=Photosmart 145xi +model5=Photosmart 148 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=57 (C6657A) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=59 (C9359A) +r0-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=PSP100 +tech-type=2 +usb-pid=1002 +usb-vid=03f0 + +[photosmart_230] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 230 +model2=Photosmart 230v +model3=Photosmart 230xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=57 (C6657AN) +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=PSP100 +tech-type=2 +usb-pid=3502 +usb-vid=03f0 + +[photosmart_240_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 240 +model2=Photosmart 245 +model3=Photosmart 245v +model4=Photosmart 245xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=57 (C6657A) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=59 (C9359A) +r0-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=PSP100 +tech-type=2 +usb-pid=1102 +usb-vid=03f0 + +[photosmart_2570_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=psc_2300_series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 2573 +model2=Photosmart 2575 +model3=Photosmart 2575v +model4=Photosmart 2575xi +model5=Photosmart 2575a +model6=Photosmart 2578 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4e11 +usb-vid=03f0 + +[photosmart_2600_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_2600_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 2605 +model2=Photosmart 2608 +model3=Photosmart 2610 +model4=Photosmart 2610v +model5=Photosmart 2610xi +model6=Photosmart 2613 +model7=Photosmart 2615 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4511 +usb-vid=03f0 + +[photosmart_2700_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_2700_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 2710 +model2=Photosmart 2710xi +model3=Photosmart 2713 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN) /96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130/131 +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134/135 +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130/131 +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134/135 +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853/852 +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857/855 +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4611 +usb-vid=03f0 + +[photosmart_3100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 3110 +model2=Photosmart 3110v +model3=Photosmart 3108 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=02 (C9338W) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=02 (C9339W) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=02 (C9340W) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=02 (C9341W) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=02 (C8774W) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=02 (C8775W) +r2-agent6-type=8 +r3-agent1-kind=2 +r3-agent1-sku=02 (C9338W) +r3-agent1-type=1 +r3-agent2-kind=2 +r3-agent2-sku=02 (C9339W) +r3-agent2-type=4 +r3-agent3-kind=2 +r3-agent3-sku=02 (C9340W) +r3-agent3-type=5 +r3-agent4-kind=2 +r3-agent4-sku=02 (C9341W) +r3-agent4-type=6 +r3-agent5-kind=2 +r3-agent5-sku=02 (C8774W) +r3-agent5-type=7 +r3-agent6-kind=2 +r3-agent6-sku=02 (C8775W) +r3-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=363 (C9338E) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=363 (C9339E) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=363 (C9340E) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=363 (C9341E) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=363 (C8774E) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=363 (C8775E) +r4-agent6-type=8 +r5-agent1-kind=2 +r5-agent1-sku=177 (C9338H) +r5-agent1-type=1 +r5-agent2-kind=2 +r5-agent2-sku=177 (C9339H) +r5-agent2-type=4 +r5-agent3-kind=2 +r5-agent3-sku=177 (C9340H) +r5-agent3-type=5 +r5-agent4-kind=2 +r5-agent4-sku=177 (C9341H) +r5-agent4-type=6 +r5-agent5-kind=2 +r5-agent5-sku=177 (C8774H) +r5-agent5-type=7 +r5-agent6-kind=2 +r5-agent6-sku=177 (C8775H) +r5-agent6-type=8 +r6-agent1-kind=2 +r6-agent1-sku=177 (C9338H) +r6-agent1-type=1 +r6-agent2-kind=2 +r6-agent2-sku=177 (C9339H) +r6-agent2-type=4 +r6-agent3-kind=2 +r6-agent3-sku=177 (C9340H) +r6-agent3-type=5 +r6-agent4-kind=2 +r6-agent4-sku=177 (C9341H) +r6-agent4-type=6 +r6-agent5-kind=2 +r6-agent5-sku=177 (C8774H) +r6-agent5-type=7 +r6-agent6-kind=2 +r6-agent6-sku=177 (C8775H) +r6-agent6-type=8 +r7-agent1-kind=2 +r7-agent1-sku=801 (C9338Z) +r7-agent1-type=1 +r7-agent2-kind=2 +r7-agent2-sku=801 (C9339Z) +r7-agent2-type=4 +r7-agent3-kind=2 +r7-agent3-sku=801 (C9340Z) +r7-agent3-type=5 +r7-agent4-kind=2 +r7-agent4-sku=801 (C9341Z) +r7-agent4-type=6 +r7-agent5-kind=2 +r7-agent5-sku=801 (C8774Z) +r7-agent5-type=7 +r7-agent6-kind=2 +r7-agent6-sku=801 (C8775Z) +r7-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5011 +usb-vid=03f0 + +[photosmart_3200_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 3207 +model2=Photosmart 3210 +model3=Photosmart 3210a +model4=Photosmart 3210v +model5=Photosmart 3210xi +model6=Photosmart 3213 +model7=Photosmart 3214 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=02 (C9338W) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=02 (C9339W) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=02 (C9340W) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=02 (C9341W) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=02 (C8774W) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=02 (C8775W) +r2-agent6-type=8 +r3-agent1-kind=2 +r3-agent1-sku=02 (C9338W) +r3-agent1-type=1 +r3-agent2-kind=2 +r3-agent2-sku=02 (C9339W) +r3-agent2-type=4 +r3-agent3-kind=2 +r3-agent3-sku=02 (C9340W) +r3-agent3-type=5 +r3-agent4-kind=2 +r3-agent4-sku=02 (C9341W) +r3-agent4-type=6 +r3-agent5-kind=2 +r3-agent5-sku=02 (C8774W) +r3-agent5-type=7 +r3-agent6-kind=2 +r3-agent6-sku=02 (C8775W) +r3-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=363 (C9338E) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=363 (C9339E) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=363 (C9340E) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=363 (C9341E) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=363 (C8774E) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=363 (C8775E) +r4-agent6-type=8 +r5-agent1-kind=2 +r5-agent1-sku=177 (C9338H) +r5-agent1-type=1 +r5-agent2-kind=2 +r5-agent2-sku=177 (C9339H) +r5-agent2-type=4 +r5-agent3-kind=2 +r5-agent3-sku=177 (C9340H) +r5-agent3-type=5 +r5-agent4-kind=2 +r5-agent4-sku=177 (C9341H) +r5-agent4-type=6 +r5-agent5-kind=2 +r5-agent5-sku=177 (C8774H) +r5-agent5-type=7 +r5-agent6-kind=2 +r5-agent6-sku=177 (C8775H) +r5-agent6-type=8 +r6-agent1-kind=2 +r6-agent1-sku=177 (C9338H) +r6-agent1-type=1 +r6-agent2-kind=2 +r6-agent2-sku=177 (C9339H) +r6-agent2-type=4 +r6-agent3-kind=2 +r6-agent3-sku=177 (C9340H) +r6-agent3-type=5 +r6-agent4-kind=2 +r6-agent4-sku=177 (C9341H) +r6-agent4-type=6 +r6-agent5-kind=2 +r6-agent5-sku=177 (C8774H) +r6-agent5-type=7 +r6-agent6-kind=2 +r6-agent6-sku=177 (C8775H) +r6-agent6-type=8 +r7-agent1-kind=2 +r7-agent1-sku=801 (C9338Z) +r7-agent1-type=1 +r7-agent2-kind=2 +r7-agent2-sku=801 (C9339Z) +r7-agent2-type=4 +r7-agent3-kind=2 +r7-agent3-sku=801 (C9340Z) +r7-agent3-type=5 +r7-agent4-kind=2 +r7-agent4-sku=801 (C9341Z) +r7-agent4-type=6 +r7-agent5-kind=2 +r7-agent5-sku=801 (C8774Z) +r7-agent5-type=7 +r7-agent6-kind=2 +r7-agent6-sku=801 (C8775Z) +r7-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5111 +usb-vid=03f0 + +[photosmart_320_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 320 +model2=Photosmart 325 +model3=Photosmart 325v +model4=Photosmart 325xi +model5=Photosmart 329 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1202 +usb-vid=03f0 + +[photosmart_3300_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 3308 +model2=Photosmart 3310 +model3=Photosmart 3310xi +model4=Photosmart 3313 +model5=Photosmart 3314 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=02 (C9338W) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=02 (C9339W) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=02 (C9340W) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=02 (C9341W) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=02 (C8774W) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=02 (C8775W) +r2-agent6-type=8 +r3-agent1-kind=2 +r3-agent1-sku=02 (C9338W) +r3-agent1-type=1 +r3-agent2-kind=2 +r3-agent2-sku=02 (C9339W) +r3-agent2-type=4 +r3-agent3-kind=2 +r3-agent3-sku=02 (C9340W) +r3-agent3-type=5 +r3-agent4-kind=2 +r3-agent4-sku=02 (C9341W) +r3-agent4-type=6 +r3-agent5-kind=2 +r3-agent5-sku=02 (C8774W) +r3-agent5-type=7 +r3-agent6-kind=2 +r3-agent6-sku=02 (C8775W) +r3-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=363 (C9338E) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=363 (C9339E) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=363 (C9340E) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=363 (C9341E) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=363 (C8774E) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=363 (C8775E) +r4-agent6-type=8 +r5-agent1-kind=2 +r5-agent1-sku=177 (C9338H) +r5-agent1-type=1 +r5-agent2-kind=2 +r5-agent2-sku=177 (C9339H) +r5-agent2-type=4 +r5-agent3-kind=2 +r5-agent3-sku=177 (C9340H) +r5-agent3-type=5 +r5-agent4-kind=2 +r5-agent4-sku=177 (C9341H) +r5-agent4-type=6 +r5-agent5-kind=2 +r5-agent5-sku=177 (C8774H) +r5-agent5-type=7 +r5-agent6-kind=2 +r5-agent6-sku=177 (C8775H) +r5-agent6-type=8 +r6-agent1-kind=2 +r6-agent1-sku=177 (C9338H) +r6-agent1-type=1 +r6-agent2-kind=2 +r6-agent2-sku=177 (C9339H) +r6-agent2-type=4 +r6-agent3-kind=2 +r6-agent3-sku=177 (C9340H) +r6-agent3-type=5 +r6-agent4-kind=2 +r6-agent4-sku=177 (C9341H) +r6-agent4-type=6 +r6-agent5-kind=2 +r6-agent5-sku=177 (C8774H) +r6-agent5-type=7 +r6-agent6-kind=2 +r6-agent6-sku=177 (C8775H) +r6-agent6-type=8 +r7-agent1-kind=2 +r7-agent1-sku=801 (C9338Z) +r7-agent1-type=1 +r7-agent2-kind=2 +r7-agent2-sku=801 (C9339Z) +r7-agent2-type=4 +r7-agent3-kind=2 +r7-agent3-sku=801 (C9340Z) +r7-agent3-type=5 +r7-agent4-kind=2 +r7-agent4-sku=801 (C9341Z) +r7-agent4-type=6 +r7-agent5-kind=2 +r7-agent5-sku=801 (C8774Z) +r7-agent5-type=7 +r7-agent6-kind=2 +r7-agent6-sku=801 (C8775Z) +r7-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5211 +usb-vid=03f0 + +[photosmart_330_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 330 +model2=Photosmart 335 +model3=Photosmart 335v +model4=Photosmart 335xi +model5=Photosmart 337 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1602 +usb-vid=03f0 + +[photosmart_370_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 370 +model2=Photosmart 375 +model3=Photosmart 375v +model4=Photosmart 375xi +model5=Photosmart 375B +model6=Photosmart 375Bxi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1302 +usb-vid=03f0 + +[photosmart_380_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 385 +model2=Photosmart 385v +model3=Photosmart 385xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1702 +usb-vid=03f0 + +[photosmart_420_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 420 +model2=Photosmart 422 +model3=Photosmart 422v +model4=Photosmart 422xi +model5=Photosmart 425 +model6=Photosmart 425v +model7=Photosmart 428 +model8=Photosmart 428v +model9=Photosmart 428xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1502 +usb-vid=03f0 + +[photosmart_470_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 470 +model2=Photosmart 475 +model3=Photosmart 475v +model4=Photosmart 475xi +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=95 (C8766WN)/97 (C9363WN) +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=100 (C9368AN) +r0-agent2-type=10 +r1-agent1-kind=3 +r1-agent1-sku=95 (C8766WN)/97 (C9363WN) +r1-agent1-type=2 +r1-agent2-kind=3 +r1-agent2-sku=100 (C9368AN) +r1-agent2-type=10 +r2-agent1-kind=3 +r2-agent1-sku=95 (C8766WN)/97 (C9363WN) +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=100 (C9368AN) +r2-agent2-type=10 +r3-agent1-kind=3 +r3-agent1-sku=100 (C9368AN) +r3-agent1-type=10 +r4-agent1-kind=3 +r4-agent1-sku=344 (C9363EN)/343 (C8766EN) +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=100 (C9368AN) +r4-agent2-type=10 +r5-agent1-kind=3 +r5-agent1-sku=134 (C8766HN)/135 (C9363HN) +r5-agent1-type=2 +r5-agent2-kind=3 +r5-agent2-sku=100 (C9368AN) +r5-agent2-type=10 +r6-agent1-kind=3 +r6-agent1-sku=134 (C8766HN)/135 (C9363HN) +r6-agent1-type=2 +r6-agent2-kind=3 +r6-agent2-sku=100 (C9368AN) +r6-agent2-type=10 +r7-agent1-kind=3 +r7-agent1-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent1-type=2 +r7-agent2-kind=3 +r7-agent2-sku=100 (C9368AN) +r7-agent2-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1802 +usb-vid=03f0 + +[photosmart_7150] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_7150.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7150 +model2=Photosmart 7150v +model3=Photosmart 7155w +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3a02 +usb-vid=03f0 + +[photosmart_7200_series] +align-type=7 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_7400_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7260 +model2=Photosmart 7260v +model3=Photosmart 7260w +model4=Photosmart 7268 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=b002 +usb-vid=03f0 + +[photosmart_7345] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_7150.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7345 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3c02 +usb-vid=03f0 + +[photosmart_7350] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_7150.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7350 +model2=Photosmart 7350v +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3c02 +usb-vid=03f0 + +[photosmart_7400_series] +align-type=7 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_7400_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7450 +model2=Photosmart 7450v +model3=Photosmart 7450xi +model4=Photosmart 7458 +model5=Photosmart 7459 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=b802 +usb-vid=03f0 + +[photosmart_7550] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_7150.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7550 +model2=Photosmart 7550v +model3=Photosmart 7550w +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3e02 +usb-vid=03f0 + +[photosmart_7600_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_photosmart.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7660 +model2=Photosmart 7665 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=59 (C9359A) +r0-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=b202 +usb-vid=03f0 + +[photosmart_7700_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_photosmart.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7755 +model2=Photosmart 7760 +model3=Photosmart 7760v +model4=Photosmart 7760w +model5=Photosmart 7762 +model6=Photosmart 7762w +model7=Photosmart 7760od +model8=Photosmart 7760v +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=59 (C9359A) +r0-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=b402 +usb-vid=03f0 + +[photosmart_7800_series] +align-type=10 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_7400_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7830 +model2=Photosmart 7838 +model3=Photosmart 7850 +model4=Photosmart 7850v +model5=Photosmart 7850vxi +model6=Photosmart 7853 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c002 +usb-vid=03f0 + +[photosmart_7900_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_7900_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 7960 +model2=Photosmart 7960v +model3=Photosmart 7960w +model4=Photosmart 7960gp +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=59 (C9359A) +r0-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=b602 +usb-vid=03f0 + +[photosmart_8000_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_8050.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 8030 +model2=Photosmart 8038 +model3=Photosmart 8049 +model4=Photosmart 8050 +model5=Photosmart 8050v +model6=Photosmart 8050xi +model7=Photosmart 8053 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=98 (C9364WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=98 (C9364WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=98 (C9364WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=98 (C9364WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9364EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=129 (C9364HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=129 (C9364HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=851 (C9364ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c102 +usb-vid=03f0 + +[photosmart_8100_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_8100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 8150 +model2=Photosmart 8150v +model3=Photosmart 8150xi +model4=Photosmart 8153 +model5=Photosmart 8158 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=ba02 +usb-vid=03f0 + +[photosmart_8200_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_8250.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 8230 +model2=Photosmart 8238 +model3=Photosmart 8250 +model4=Photosmart 8250v +model5=Photosmart 8250xi +model6=Photosmart 8253 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=02 (C9338W) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=02 (C9339W) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=02 (C9340W) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=02 (C9341W) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=02 (C8774W) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=02 (C8775W) +r2-agent6-type=8 +r3-agent1-kind=2 +r3-agent1-sku=02 (C9338W) +r3-agent1-type=1 +r3-agent2-kind=2 +r3-agent2-sku=02 (C9339W) +r3-agent2-type=4 +r3-agent3-kind=2 +r3-agent3-sku=02 (C9340W) +r3-agent3-type=5 +r3-agent4-kind=2 +r3-agent4-sku=02 (C9341W) +r3-agent4-type=6 +r3-agent5-kind=2 +r3-agent5-sku=02 (C8774W) +r3-agent5-type=7 +r3-agent6-kind=2 +r3-agent6-sku=02 (C8775W) +r3-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=363 (C9338E) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=363 (C9339E) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=363 (C9340E) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=363 (C9341E) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=363 (C8774E) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=363 (C8775E) +r4-agent6-type=8 +r5-agent1-kind=2 +r5-agent1-sku=177 (C9338H) +r5-agent1-type=1 +r5-agent2-kind=2 +r5-agent2-sku=177 (C9339H) +r5-agent2-type=4 +r5-agent3-kind=2 +r5-agent3-sku=177 (C9340H) +r5-agent3-type=5 +r5-agent4-kind=2 +r5-agent4-sku=177 (C9341H) +r5-agent4-type=6 +r5-agent5-kind=2 +r5-agent5-sku=177 (C8774H) +r5-agent5-type=7 +r5-agent6-kind=2 +r5-agent6-sku=177 (C8775H) +r5-agent6-type=8 +r6-agent1-kind=2 +r6-agent1-sku=177 (C9338H) +r6-agent1-type=1 +r6-agent2-kind=2 +r6-agent2-sku=177 (C9339H) +r6-agent2-type=4 +r6-agent3-kind=2 +r6-agent3-sku=177 (C9340H) +r6-agent3-type=5 +r6-agent4-kind=2 +r6-agent4-sku=177 (C9341H) +r6-agent4-type=6 +r6-agent5-kind=2 +r6-agent5-sku=177 (C8774H) +r6-agent5-type=7 +r6-agent6-kind=2 +r6-agent6-sku=177 (C8775H) +r6-agent6-type=8 +r7-agent1-kind=2 +r7-agent1-sku=801 (C9338Z) +r7-agent1-type=1 +r7-agent2-kind=2 +r7-agent2-sku=801 (C9339Z) +r7-agent2-type=4 +r7-agent3-kind=2 +r7-agent3-sku=801 (C9340Z) +r7-agent3-type=5 +r7-agent4-kind=2 +r7-agent4-sku=801 (C9341Z) +r7-agent4-type=6 +r7-agent5-kind=2 +r7-agent5-sku=801 (C8774Z) +r7-agent5-type=7 +r7-agent6-kind=2 +r7-agent6-sku=801 (C8775Z) +r7-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c202 +usb-vid=03f0 + +[photosmart_8400_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_8400_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 8450 +model2=Photosmart 8450v +model3=Photosmart 8450xi +model4=Photosmart 8450gp +model5=Photosmart 8453 +model6=Photosmart 8458 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=bb02 +usb-vid=03f0 + +[photosmart_8700_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_8750_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart 8750 +model2=Photosmart 8750xi +model3=Photosmart 8750gp +model4=Photosmart 8753 +model5=Photosmart 8758 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94 (C8765WN)/96 (C8767WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95 (C8766WN)/97 (C9363WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=102 +r0-agent4-type=10 +r0-agent5-kind=3 +r0-agent5-sku=101 +r0-agent5-type=11 +r1-agent1-kind=3 +r1-agent1-sku=94 (C8765WN)/96 (C8767WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=95 (C8766WN)/97 (C9363WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=102 +r1-agent4-type=10 +r1-agent5-kind=3 +r1-agent5-sku=101 +r1-agent5-type=11 +r2-agent1-kind=3 +r2-agent1-sku=94 (C8765WN)/96 (C8767WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95 (C8766WN)/97 (C9363WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=102 +r2-agent4-type=10 +r2-agent5-kind=3 +r2-agent5-sku=101 +r2-agent5-type=11 +r3-agent1-kind=3 +r3-agent1-sku=94 (C8765WN)/96 (C8767WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=95 (C8766WN)/97 (C9363WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=102 +r3-agent4-type=10 +r3-agent5-kind=3 +r3-agent5-sku=101 +r3-agent5-type=11 +r4-agent1-kind=3 +r4-agent1-sku=339 (C8767EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=344 (C9363EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=102 +r4-agent4-type=10 +r4-agent5-kind=3 +r4-agent5-sku=101 +r4-agent5-type=11 +r5-agent1-kind=3 +r5-agent1-sku=130 (C8765HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=134 (C8766HN)/135 (C9363HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=102 +r5-agent4-type=10 +r5-agent5-kind=3 +r5-agent5-sku=101 +r5-agent5-type=11 +r6-agent1-kind=3 +r6-agent1-sku=130 (C8765HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=134 (C8766HN)/135 (C9363HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=102 +r6-agent4-type=10 +r6-agent5-kind=3 +r6-agent5-sku=101 +r6-agent5-type=11 +r7-agent1-kind=3 +r7-agent1-sku=853 (C8765ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=857 (C9363ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=102 +r7-agent4-type=10 +r7-agent5-kind=3 +r7-agent5-sku=101 +r7-agent5-type=11 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=bc02 +usb-vid=03f0 + +[photosmart_a310_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a310.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A310 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1d02 +usb-vid=03f0 + +[photosmart_a320_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a310.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A320 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1e02 +usb-vid=03f0 + +[photosmart_a430_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a510.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A430 +model2=Photosmart A432 +model3=Photosmart A433 +model4=Photosmart A434 +model5=Photosmart A436 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1902 +usb-vid=03f0 + +[photosmart_a440_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_370_series.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A440 +model2=Photosmart A442 +model3=Photosmart A446 +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1f02 +usb-vid=03f0 + +[photosmart_a510_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a510.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A510 +model2=Photosmart A512 +model3=Photosmart A516 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=1a02 +usb-vid=03f0 + +[photosmart_a520_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a510.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart A522 Compact Photo Printer +model2=HP Photosmart A526 Compact Photo Printer +model3=HP Photosmart A528 Compact Photo Printer +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.7 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2602 +usb-vid=03f0 + +[photosmart_a610_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_a610.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A610 +model2=Photosmart A612 +model3=Photosmart A616 +model4=Photosmart A617 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=PSP470 +tech-type=2 +usb-pid=1b02 +usb-vid=03f0 + +[photosmart_a620_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_a610.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A620 Series +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.7 +tech-class=PSP470 +tech-type=2 +usb-pid=2702 +usb-vid=03f0 + +[photosmart_a710_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_a710.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart A710 +model2=Photosmart A712 +model3=Photosmart A716 +model4=Photosmart A717 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=PSP470 +tech-type=2 +usb-pid=1c02 +usb-vid=03f0 + +[photosmart_a820_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=photosmart_a820_series.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart A826 Home Photo Center +model2=HP Photosmart A828 Home Photo Center +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=110 +r0-agent1-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.7 +tech-class=PSP470 +tech-type=2 +usb-pid=2902 +usb-vid=03f0 + +[photosmart_c3100_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C3100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C3100 series +model2=Photosmart C3110 +model3=Photosmart C3125 +model4=Photosmart C3135 +model5=Photosmart C3140 +model6=Photosmart C3150 +model7=Photosmart C3180 +model8=Photosmart C3183 +model9=Photosmart C3190 +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=850 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=854/855 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r18-agent1-kind=3 +r18-agent1-sku=92 +r18-agent1-type=1 +r18-agent2-kind=3 +r18-agent2-sku=93/95 +r18-agent2-type=2 +r18-agent3-kind=3 +r18-agent3-sku=99 +r18-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=336/338 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=132/131 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=136/135 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5611 +usb-vid=03f0 + +[photosmart_c4100_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C4100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C4100 series +model2=Photosmart C4110 +model3=Photosmart C4140 +model4=Photosmart C4150 +model5=Photosmart C4180 +model6=Photosmart C4183 +model7=Photosmart C4188 +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=98 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93/95 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 +r0-agent4-type=10 +r10-agent1-kind=3 +r10-agent1-sku=851 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=854/855 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r10-agent4-kind=3 +r10-agent4-sku=100 +r10-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=98 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93/95 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 +r2-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342/343 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 +r4-agent4-type=10 +r8-agent1-kind=3 +r8-agent1-sku=129 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=136/135 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +r8-agent4-kind=3 +r8-agent4-sku=100 +r8-agent4-type=10 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5711 +usb-vid=03f0 + +[photosmart_c4200_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C4100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C4200 Series +model2=Photosmart C4240 All-in-One +model3=Photosmart C4250 All-in-One +model4=Photosmart C4280 All-in-One +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=74/74XL +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=75/75XL +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=860/860XL +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=861/861XL +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r18-agent1-kind=3 +r18-agent1-sku=92/98 +r18-agent1-type=1 +r18-agent2-kind=3 +r18-agent2-sku=93/95 +r18-agent2-type=2 +r18-agent3-kind=3 +r18-agent3-sku=99 +r18-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=74/74XL +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=75/75XL +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=350/350XL +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=351/351XL +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=140/140XL +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=141/141XL +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5c11 +usb-vid=03f0 + +[photosmart_c4340_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C4100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart C4340 All-in-One +model2=HP Photosmart C4343 All-in-One +model3=HP Photosmart C4345 All-in-One +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=74/74XL +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=75/75XL +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=860/860XL +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=861/861XL +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r18-agent1-kind=3 +r18-agent1-sku=92/98 +r18-agent1-type=1 +r18-agent2-kind=3 +r18-agent2-sku=93/95 +r18-agent2-type=2 +r18-agent3-kind=3 +r18-agent3-sku=99 +r18-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=74/74XL +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=75/75XL +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=350/350XL +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=351/351XL +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=140/140XL +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=141/141XL +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6711 +usb-vid=03f0 + +[photosmart_c4380_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C4100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C4380 All-in-One +model2=Photosmart C4385 All-in-One +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=74/74XL +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=75/75XL +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=860/860XL +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=861/861XL +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r18-agent1-kind=3 +r18-agent1-sku=92/98 +r18-agent1-type=1 +r18-agent2-kind=3 +r18-agent2-sku=93/95 +r18-agent2-type=2 +r18-agent3-kind=3 +r18-agent3-sku=99 +r18-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=74/74XL +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=75/75XL +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=350/350XL +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=351/351XL +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=140/140XL +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=141/141XL +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.10 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6611 +usb-vid=03f0 + +[photosmart_c5100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_C5100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C5100 series +model2=Photosmart C5140 +model3=Photosmart C5150 +model4=Photosmart C5180 +model5=Photosmart C5185 +model6=Photosmart C5188 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5811 +usb-vid=03f0 + +[photosmart_c5200_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_C5100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C5200 Series +model2=Photosmart C5240 Aii-in-One +model3=Photosmart C5250 Aii-in-One +model4=Photosmart C5280 Aii-in-One +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=75 +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=74 +r0-agent2-type=1 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=861 +r10-agent1-type=2 +r10-agent2-kind=3 +r10-agent2-sku=860 +r10-agent2-type=1 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=75 +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=74 +r2-agent2-type=1 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=351 +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=350 +r4-agent2-type=1 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=141 +r8-agent1-type=2 +r8-agent2-kind=3 +r8-agent2-sku=140 +r8-agent2-type=1 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5d11 +usb-vid=03f0 + +[photosmart_c6100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_C6100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C6100 +model2=Photosmart C6150 +model3=Photosmart C6180 +model4=Photosmart C6185 +model5=Photosmart C6188 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r0-agent7-kind=1 +r0-agent7-type=12 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r1-agent7-kind=1 +r1-agent7-type=12 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5911 +usb-vid=03f0 + +[photosmart_c6200_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_C6100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C6240 All-in-One +model2=Photosmart C6250 All-in-One +model3=Photosmart C6280 All-in-One +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r0-agent7-kind=1 +r0-agent7-type=12 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r1-agent7-kind=1 +r1-agent7-type=12 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6a11 +usb-vid=03f0 + +[photosmart_c7100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C7100 +model2=Photosmart C7150 +model3=Photosmart C7180 +model4=Photosmart C7185 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5a11 +usb-vid=03f0 + +[photosmart_c7200_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C7250 All-in-One +model2=Photosmart C7280 All-in-One +model3=Photosmart C7283 All-in-One +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6511 +usb-vid=03f0 + +[photosmart_c8100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=3 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_3300_series.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart C8100 +model2=Photosmart C8180 +model3=Photosmart C8150 +model4=Photosmart C8183 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=2 +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=2 +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=2 +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=2 +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=2 +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=2 +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=2 +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=2 +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=2 +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=2 +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=2 +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=2 +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 +r8-agent6-type=8 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6411 +usb-vid=03f0 + +[photosmart_d5060_series] +align-type=10 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_D5060.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D5060 +model2=Photosmart D5065 +model3=Photosmart D5069 +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 (C9368AN) +r0-agent4-type=10 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r1-agent4-kind=3 +r1-agent4-sku=100 (C9368AN) +r1-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 (C9368AN) +r2-agent4-type=10 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r3-agent4-kind=3 +r3-agent4-sku=100 (C9368AN) +r3-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 (C9368AN) +r4-agent4-type=10 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r5-agent4-kind=3 +r5-agent4-sku=100 (C9368AN) +r5-agent4-type=10 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r6-agent4-kind=3 +r6-agent4-sku=100 (C9368AN) +r6-agent4-type=10 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +r7-agent4-kind=3 +r7-agent4-sku=100 (C9368AN) +r7-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c802 +usb-vid=03f0 + +[photosmart_d5100_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_D5100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D5100 +model2=Photosmart D5145 +model3=Photosmart D5155 +model4=Photosmart D5160 +model5=Photosmart D5168 +panel-check-type=0 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92/96/98 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93/95/97 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100 +r0-agent4-type=10 +r10-agent1-kind=3 +r10-agent1-sku=850/851/853 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=854/855/857 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r10-agent4-kind=3 +r10-agent4-sku=100 +r10-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=92/96/98 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93/95/97 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100 +r2-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=337/336/339 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342/343/344 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100 +r4-agent4-type=10 +r8-agent1-kind=3 +r8-agent1-sku=132/130/129 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=136/135/134 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +r8-agent4-kind=3 +r8-agent4-sku=100 +r8-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c402 +usb-vid=03f0 + +[photosmart_d5300_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_C5100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D5300 Series +model2=Photosmart D5360 Printer +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=75 +r0-agent1-type=2 +r0-agent2-kind=3 +r0-agent2-sku=74 +r0-agent2-type=1 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r10-agent1-kind=3 +r10-agent1-sku=861 +r10-agent1-type=2 +r10-agent2-kind=3 +r10-agent2-sku=860 +r10-agent2-type=1 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=75 +r2-agent1-type=2 +r2-agent2-kind=3 +r2-agent2-sku=74 +r2-agent2-type=1 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=351 +r4-agent1-type=2 +r4-agent2-kind=3 +r4-agent2-sku=350 +r4-agent2-type=1 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r8-agent1-kind=3 +r8-agent1-sku=141 +r8-agent1-type=2 +r8-agent2-kind=3 +r8-agent2-sku=140 +r8-agent2-type=1 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6811 +usb-vid=03f0 + +[photosmart_d6100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_D6160.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart D6160 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 (C9338E) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 (C9339E) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 (C9340E) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 (C9341E) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 (C8774E) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 (C8775E) +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 (C9338H) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 (C9339H) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 (C9340H) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 (C9341H) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 (C8774H) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 (C8775H) +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 (C9338Z) +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 (C9339Z) +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 (C9340Z) +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 (C9341Z) +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 (C8774Z) +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 (C8775Z) +r8-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.7 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c502 +usb-vid=03f0 + +[photosmart_d7100_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_D7100.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart D7160 +model2=Photosmart D7145 +model3=Photosmart D7155 +model4=Photosmart D7160 +model5=Photosmart D7168 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 (C9338E) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 (C9339E) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 (C9340E) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 (C9341E) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 (C8774E) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 (C8775E) +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 (C9338H) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 (C9339H) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 (C9340H) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 (C9341H) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 (C8774H) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 (C8775H) +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 (C9338Z) +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 (C9339Z) +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 (C9340Z) +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 (C9341Z) +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 (C8774Z) +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 (C8775Z) +r8-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.8 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c602 +usb-vid=03f0 + +[photosmart_d7200_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_D7100.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D7200 +model2=Photosmart D7260 Printer +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 (C9338E) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 (C9339E) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 (C9340E) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 (C9341E) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 (C8774E) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 (C8775E) +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 (C9338H) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 (C9339H) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 (C9340H) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 (C9341H) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 (C8774H) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 (C8775H) +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 (C9338Z) +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 (C9339Z) +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 (C9340Z) +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 (C9341Z) +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 (C8774Z) +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 (C8775Z) +r8-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=6911 +usb-vid=03f0 + +[photosmart_d7300_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_D7300.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D7300 +model2=Photosmart D7345 +model3=Photosmart D7355 +model4=Photosmart D7360 +model5=Photosmart D7368 +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 (C9338E) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 (C9339E) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 (C9340E) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 (C9341E) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 (C8774E) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 (C8775E) +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 (C9338H) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 (C9339H) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 (C9340H) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 (C9341H) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 (C8774H) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 (C8775H) +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 (C9338Z) +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 (C9339Z) +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 (C9340Z) +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 (C9341Z) +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 (C8774Z) +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 (C8775Z) +r8-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.6 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=c702 +usb-vid=03f0 + +[photosmart_d7400_series] +align-type=1 +clean-type=1 +color-cal-type=4 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_D7300.png +io-mfp-mode=3 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart D7400 +model2=Photosmart D7460 Printer +panel-check-type=1 +pcard-type=2 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=2 +r0-agent1-sku=02 (C9338W) +r0-agent1-type=1 +r0-agent2-kind=2 +r0-agent2-sku=02 (C9339W) +r0-agent2-type=4 +r0-agent3-kind=2 +r0-agent3-sku=02 (C9340W) +r0-agent3-type=5 +r0-agent4-kind=2 +r0-agent4-sku=02 (C9341W) +r0-agent4-type=6 +r0-agent5-kind=2 +r0-agent5-sku=02 (C8774W) +r0-agent5-type=7 +r0-agent6-kind=2 +r0-agent6-sku=02 (C8775W) +r0-agent6-type=8 +r1-agent1-kind=2 +r1-agent1-sku=02 (C9338W) +r1-agent1-type=1 +r1-agent2-kind=2 +r1-agent2-sku=02 (C9339W) +r1-agent2-type=4 +r1-agent3-kind=2 +r1-agent3-sku=02 (C9340W) +r1-agent3-type=5 +r1-agent4-kind=2 +r1-agent4-sku=02 (C9341W) +r1-agent4-type=6 +r1-agent5-kind=2 +r1-agent5-sku=02 (C8774W) +r1-agent5-type=7 +r1-agent6-kind=2 +r1-agent6-sku=02 (C8775W) +r1-agent6-type=8 +r2-agent1-kind=2 +r2-agent1-sku=363 (C9338E) +r2-agent1-type=1 +r2-agent2-kind=2 +r2-agent2-sku=363 (C9339E) +r2-agent2-type=4 +r2-agent3-kind=2 +r2-agent3-sku=363 (C9340E) +r2-agent3-type=5 +r2-agent4-kind=2 +r2-agent4-sku=363 (C9341E) +r2-agent4-type=6 +r2-agent5-kind=2 +r2-agent5-sku=363 (C8774E) +r2-agent5-type=7 +r2-agent6-kind=2 +r2-agent6-sku=363 (C8775E) +r2-agent6-type=8 +r4-agent1-kind=2 +r4-agent1-sku=177 (C9338H) +r4-agent1-type=1 +r4-agent2-kind=2 +r4-agent2-sku=177 (C9339H) +r4-agent2-type=4 +r4-agent3-kind=2 +r4-agent3-sku=177 (C9340H) +r4-agent3-type=5 +r4-agent4-kind=2 +r4-agent4-sku=177 (C9341H) +r4-agent4-type=6 +r4-agent5-kind=2 +r4-agent5-sku=177 (C8774H) +r4-agent5-type=7 +r4-agent6-kind=2 +r4-agent6-sku=177 (C8775H) +r4-agent6-type=8 +r8-agent1-kind=2 +r8-agent1-sku=801 (C9338Z) +r8-agent1-type=1 +r8-agent2-kind=2 +r8-agent2-sku=801 (C9339Z) +r8-agent2-type=4 +r8-agent3-kind=2 +r8-agent3-sku=801 (C9340Z) +r8-agent3-type=5 +r8-agent4-kind=2 +r8-agent4-sku=801 (C9341Z) +r8-agent4-type=6 +r8-agent5-kind=2 +r8-agent5-sku=801 (C8774Z) +r8-agent5-type=7 +r8-agent6-kind=2 +r8-agent6-sku=801 (C8775Z) +r8-agent6-type=8 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=2 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.7.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=5e11 +usb-vid=03f0 + +[photosmart_p1000] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_P1100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart P1000 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[photosmart_p1100] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PHOTOSMART_P1100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart P1100 +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=45 (51645A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578DN/C6578AN) +r0-agent2-type=2 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[photosmart_pro_b8300_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_Pro_B8300.png +io-mfp-mode=3 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=Photosmart Pro B8300 +model2=Photosmart Pro B8330 +model3=Photosmart Pro B8338 +model4=Photosmart Pro B8350 +model5=Photosmart Pro B8353 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=94/96 +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=95/97 +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 +r0-agent3-type=3 +r0-agent4-kind=3 +r0-agent4-sku=100/102 +r0-agent4-type=10 +r10-agent1-kind=3 +r10-agent1-sku=852/853 +r10-agent1-type=1 +r10-agent2-kind=3 +r10-agent2-sku=855/857 +r10-agent2-type=2 +r10-agent3-kind=3 +r10-agent3-sku=858 +r10-agent3-type=3 +r10-agent4-kind=3 +r10-agent4-sku=100/102 +r10-agent4-type=10 +r2-agent1-kind=3 +r2-agent1-sku=94/96 +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=95/97 +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 +r2-agent3-type=3 +r2-agent4-kind=3 +r2-agent4-sku=100/102 +r2-agent4-type=10 +r4-agent1-kind=3 +r4-agent1-sku=338/339 +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=343/344 +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 +r4-agent3-type=3 +r4-agent4-kind=3 +r4-agent4-sku=100/102 +r4-agent4-type=10 +r8-agent1-kind=3 +r8-agent1-sku=130/131 +r8-agent1-type=1 +r8-agent2-kind=3 +r8-agent2-sku=135/134 +r8-agent2-type=2 +r8-agent3-kind=3 +r8-agent3-sku=138 +r8-agent3-type=3 +r8-agent4-kind=3 +r8-agent4-sku=100/102 +r8-agent4-type=10 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=1.6.9 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=be02 +usb-vid=03f0 + +[photosmart_pro_b8800_series] +align-type=1 +clean-type=1 +color-cal-type=7 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_Pro_B9180.png +io-mfp-mode=4 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=HP Photosmart Pro B8800 Series +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=HP 70 (C9407A) +r0-agent1-type=16 +r0-agent10-kind=2 +r0-agent10-sku=HP 38 (C9417A) +r0-agent10-type=6 +r0-agent11-kind=2 +r0-agent11-sku=HP 38 (C9418A) +r0-agent11-type=7 +r0-agent12-kind=2 +r0-agent12-sku=HP 38 (C9419A) +r0-agent12-type=8 +r0-agent2-kind=1 +r0-agent2-sku=HP 70 (C9406A) +r0-agent2-type=14 +r0-agent3-kind=1 +r0-agent3-sku=HP 70 (C9405A) +r0-agent3-type=13 +r0-agent4-kind=1 +r0-agent4-sku=HP 70 (C9404A) +r0-agent4-type=15 +r0-agent5-kind=2 +r0-agent5-sku=HP 38 (C9412A) +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=HP 38 (C9413A) +r0-agent6-type=19 +r0-agent7-kind=2 +r0-agent7-sku=HP 38 (C9414A) +r0-agent7-type=17 +r0-agent8-kind=2 +r0-agent8-sku=HP 38 (C9415A) +r0-agent8-type=4 +r0-agent9-kind=2 +r0-agent9-sku=HP 38 (C9416A) +r0-agent9-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=2.8.4 +tech-class=PSB9100 +tech-type=2 +usb-pid=d002 +usb-vid=03f0 + +[photosmart_pro_b9100_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=Photosmart_Pro_B9180.png +io-mfp-mode=4 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=1 +r0-agent1-sku=C9407A +r0-agent1-type=16 +r0-agent10-kind=2 +r0-agent10-sku=C9417A +r0-agent10-type=6 +r0-agent11-kind=2 +r0-agent11-sku=C9418A +r0-agent11-type=7 +r0-agent12-kind=2 +r0-agent12-sku=C9419A +r0-agent12-type=8 +r0-agent2-kind=1 +r0-agent2-sku=C9406A +r0-agent2-type=14 +r0-agent3-kind=1 +r0-agent3-sku=C9405A +r0-agent3-type=13 +r0-agent4-kind=1 +r0-agent4-sku=C9404A +r0-agent4-type=15 +r0-agent5-kind=2 +r0-agent5-sku=C9412A +r0-agent5-type=1 +r0-agent6-kind=2 +r0-agent6-sku=C9413A +r0-agent6-type=19 +r0-agent7-kind=2 +r0-agent7-sku=C9414A +r0-agent7-type=17 +r0-agent8-kind=2 +r0-agent8-sku=C9415A +r0-agent8-type=4 +r0-agent9-kind=2 +r0-agent9-sku=C9416A +r0-agent9-type=5 +scan-style=0 +scan-type=0 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=0 +support-ver=0.0.0 +tech-class=PSB9100 +tech-type=2 +usb-pid=bd02 +usb-vid=03f0 + +[printer_scanner_copier_300] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=OfficeJet_G85.png +io-mfp-mode=7 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=Printer Scanner Copier 300 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=29 (51629A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=49 (51649A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=16 (C1816A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=0 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ6xx +tech-type=1 +usb-pid= +usb-vid=03f0 + +[psc_1000_series] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1110 +model2=PSC 1110v +model3=PSC 1118 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=2e11 +usb-vid=03f0 + +[psc_1100_series] +align-type=4 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1110 +model2=PSC 1110v +model3=PSC 1118 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=3011 +usb-vid=03f0 + +[psc_1200_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1200 +model10=PSC 1219 +model2=PSC 1205 +model3=PSC 1209 +model4=PSC 1210 +model5=PSC 1210v +model6=PSC 1210xi +model7=PSC 1215 +model8=PSC 1216 +model9=PSC 1217 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN)/28 (C8728AN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=2f11 +usb-vid=03f0 + +[psc_1300_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1300 +model2=PSC 1350 All-in-one +model3=PSC 1350v All-in-one +model4=PSC 1350xi All-in-one +model5=PSC 1355 All-in-one +model6=PSC 1340 All-in-one +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727AN)/56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728AN)/57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3b11 +usb-vid=03f0 + +[psc_1310_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1310 +model2=PSC 1311 +model3=PSC 1315 +model4=PSC 1315v +model5=PSC 1315xi +model6=PSC 1317 +model7=PSC 1318 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727AN)/56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728AN)/57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3f11 +usb-vid=03f0 + +[psc_1358_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1300 +model2=PSC 1350 All-in-one +model3=PSC 1350v All-in-one +model4=PSC 1350xi All-in-one +model5=PSC 1355 All-in-one +model6=PSC 1340 All-in-one +panel-check-type=0 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=27 (C8727AN)/56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=28 (C8728AN)/57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3600 +tech-type=2 +usb-pid=3c11 +usb-vid=03f0 + +[psc_1400_series] +align-type=6 +clean-type=2 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1401 +model2=PSC 1402 +model3=PSC 1410 +model4=PSC 1410v +model5=PSC 1410xi +model6=PSC 1417 +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=21 (C9351A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=22 (C9352A) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ3320 +tech-type=2 +usb-pid=4d11 +usb-vid=03f0 + +[psc_1500_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1100_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1507 +model2=PSC 1503 +model3=PSC 1504 +model4=PSC 1508 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4c11 +usb-vid=03f0 + +[psc_1510_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=Photosmart_C3100.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1510 +model2=PSC 1510v +model3=PSC 1510xi +model4=PSC 1513 +model5=PSC 1513s +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid= +usb-vid=03f0 + +[psc_1600_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_1610.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 1600 +model2=PSC 1610 +model3=PSC 1610v +model4=PSC 1610xi +model5=PSC 1613 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4811 +usb-vid=03f0 + +[psc_2100_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2105 +model2=PSC 2108 +model3=PSC 2115 +model4=PSC 2110 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) / 27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) / 28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=2811 +usb-vid=03f0 + +[psc_2150_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2150 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) / 27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) / 28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=2a11 +usb-vid=03f0 + +[psc_2170_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2170 +model2=PSC 2171 +model3=PSC 2175 +model4=PSC 2175v +model5=PSC 2175xi +model6=PSC 2179 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) / 27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) / 28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xxVIP +tech-type=2 +usb-pid=2b11 +usb-vid=03f0 + +[psc_2200_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2200 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) / 27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) / 28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=2911 +usb-vid=03f0 + +[psc_2210_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=1 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2210 +model2=PSC 2210v +model3=PSC 2210xi +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656A) / 27 (C8727A) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657A) / 28 (C8728A) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658A) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid= +usb-vid=03f0 + +[psc_2300_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=0 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2300 series +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3511 +usb-vid=03f0 + +[psc_2350_series] +align-type=1 +clean-type=1 +color-cal-type=3 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=psc_2300_series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2350 +model2=PSC 2353 +model3=PSC 2355 +model4=PSC 2355p +model5=PSC 2355v +model6=PSC 2355xi +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=1 +r0-agent1-kind=3 +r0-agent1-sku=92 (C9361WN)/94 (C8765WN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=93 (C9362WN)/95 (C8766WN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=99 (C9369WN) +r0-agent3-type=3 +r1-agent1-kind=3 +r1-agent1-sku=92 (C9361WN)/94 (C8765WN) +r1-agent1-type=1 +r1-agent2-kind=3 +r1-agent2-sku=93 (C9362WN)/95 (C8766WN) +r1-agent2-type=2 +r1-agent3-kind=3 +r1-agent3-sku=99 (C9369WN) +r1-agent3-type=3 +r2-agent1-kind=3 +r2-agent1-sku=92 (C9361WN)/94 (C8765WN) +r2-agent1-type=1 +r2-agent2-kind=3 +r2-agent2-sku=93 (C9362WN)/95 (C8766WN) +r2-agent2-type=2 +r2-agent3-kind=3 +r2-agent3-sku=99 (C9369WN) +r2-agent3-type=3 +r3-agent1-kind=3 +r3-agent1-sku=92 (C9361WN)/94 (C8765WN) +r3-agent1-type=1 +r3-agent2-kind=3 +r3-agent2-sku=93 (C9362WN)/95 (C8766WN) +r3-agent2-type=2 +r3-agent3-kind=3 +r3-agent3-sku=99 (C9369WN) +r3-agent3-type=3 +r4-agent1-kind=3 +r4-agent1-sku=337 (C9361EN)/338 (C8765EN) +r4-agent1-type=1 +r4-agent2-kind=3 +r4-agent2-sku=342 (C9362EN)/343 (C8766EN) +r4-agent2-type=2 +r4-agent3-kind=3 +r4-agent3-sku=348 (C9369EN) +r4-agent3-type=3 +r5-agent1-kind=3 +r5-agent1-sku=132 (C9361HN)/131 (C8765HN) +r5-agent1-type=1 +r5-agent2-kind=3 +r5-agent2-sku=136 (C9362HN)/135 (C8766HN) +r5-agent2-type=2 +r5-agent3-kind=3 +r5-agent3-sku=138 (C9369HN) +r5-agent3-type=3 +r6-agent1-kind=3 +r6-agent1-sku=132 (C9361HN)/131 (C8765HN) +r6-agent1-type=1 +r6-agent2-kind=3 +r6-agent2-sku=136 (C9362HN)/135 (C8766HN) +r6-agent2-type=2 +r6-agent3-kind=3 +r6-agent3-sku=138 (C9369HN) +r6-agent3-type=3 +r7-agent1-kind=3 +r7-agent1-sku=850 (C9361ZN)/852 (C8765ZN) +r7-agent1-type=1 +r7-agent2-kind=3 +r7-agent2-sku=854 (C9362ZN)/855 (C8766ZN) +r7-agent2-type=2 +r7-agent3-kind=3 +r7-agent3-sku=858 (C9369ZN) +r7-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=1 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=4911 +usb-vid=03f0 + +[psc_2400_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=default_psc.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2400 +model2=PSC 2410 +model3=PSC 2410v +model4=PSC 2410xi +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3611 +usb-vid=03f0 + +[psc_2500_series] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=1 +fax-type=1 +fw-download=0 +icon=Photosmart_2600_series.png +io-mfp-mode=6 +io-mode=1 +io-support=6 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 2500 +model2=PSC 2510 +model3=PSC 2510xi +model4=PSC 2550 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=56 (C6656AN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=57 (C6657AN) +r0-agent2-type=2 +r0-agent3-kind=3 +r0-agent3-sku=58 (C6658AN) +r0-agent3-type=3 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJGenericVIP +tech-type=2 +usb-pid=3711 +usb-vid=03f0 + +[psc_500] +align-type=0 +clean-type=0 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=1 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 500 +model2=PSC 500xi +panel-check-type=0 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=23 (C1823D or C1823T) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ8xx +tech-type=2 +usb-pid= +usb-vid=03f0 + +[psc_720] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 720 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=2 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1811 +usb-vid=03f0 + +[psc_750] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 750 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1411 +usb-vid=03f0 + +[psc_750xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 750xi +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1511 +usb-vid=03f0 + +[psc_760] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 760 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[psc_780] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 760 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1611 +usb-vid=03f0 + +[psc_780xi] +align-type=1 +clean-type=1 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +model1=PSC 760 +panel-check-type=1 +pcard-type=0 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1711 +usb-vid=03f0 + +[psc_900_series] +align-type=9 +clean-type=3 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[psc_920] +align-type=9 +clean-type=3 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1f11 +usb-vid=03f0 + +[psc_950] +align-type=9 +clean-type=3 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=1e11 +usb-vid=03f0 + +[psc_950vr] +align-type=9 +clean-type=3 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid=0000 +usb-vid=03f0 + +[psc_950xi] +align-type=9 +clean-type=3 +color-cal-type=0 +copy-type=0 +embedded-server-type=0 +fax-type=0 +fw-download=0 +icon=PSC_900_Series.png +io-mfp-mode=6 +io-mode=1 +io-support=2 +job-storage=0 +linefeed-cal-type=0 +panel-check-type=1 +pcard-type=1 +plugin=0 +plugin-library= +power-settings=0 +pq-diag-type=0 +r-type=0 +r0-agent1-kind=3 +r0-agent1-sku=15 (C6615DN) +r0-agent1-type=1 +r0-agent2-kind=3 +r0-agent2-sku=78 (C6578AN / C6578DN) +r0-agent2-type=2 +scan-style=1 +scan-type=1 +status-battery-check=0 +status-dynamic-counters=0 +status-type=1 +support-released=1 +support-type=2 +support-ver=0.9.5 +tech-class=DJ9xx +tech-type=2 +usb-pid= +usb-vid=03f0 + + +# align-type: +# 0 = Not needed +# 1 = Auto +# 2 = 8xx +# 3 = 9xx +# 4 = LIDIL 0.3.8 +# 5 = LIDIL 0.4.3 +# 6 = LIDIL AiO +# 7 = LIDIL VIP +# 8 = deskjet 450 +# 9 = 9XX without edge aligment +# 10 = PS7850, DJ5440, etc. +# +# clean-type: +# 0 = Not needed +# 1 = PCL +# 2 = LIDIL +# 3 = PCL with Printout +# +# color-cal-type: +# 0 = Not needed +# 1 = Deskjet 450 +# 2 = BIJ 1xxx (81 patches) +# 3 = PS 8750, DJ 6540, DJ 57xx, DJ 5850 (2 bars of 21 patches) +# 4 = PS 8250, PS3310AiO +# 5 = OJ K550 +# 6 = OJ Pro L7XXX +# 7 = PS Pro B8800 +# +# copy-types: +# 0 = None (or no copy tag) +# 1 = Device (LaserJet MFP PML) +# 2 = Scan to Print (Not used) +# 3 = Device (Inkjet AiO PML) +# +# embedded-server-type: +# 0 = None (not present) +# 1 = HTTP Server Present (accessable via bus=net only) +# +# fax-type: +# 0 = None +# 1 = B&W fax send (early channel open) +# 2 = B&W fax send (late channel open) +# 3 = Color fax send (future) +# 4 = SOAP fax send (LJ M2727) +# +# fw-download: +# 0 = None +# 1 = Required +# +# icon: +# name of icon in data/images +# +# io-mode: +# 0 = uni +# 1 = raw +# 2 = DEPRECATED in 2.7.5 +# 3 = 1284.4 (std) +# 4 = 1284.4 (alt 1) +# 5 = 1284.4 "bridge" (alt 2) +# 6 = MLC gusher +# 7 = MLC miser +# +# io-mfp-mode: +# 0 = not used +# 1 = not used +# 2 = DEPRECATED in 2.7.5 +# 3 = 1284.4 (std) +# 4 = 1284.4 (alt 1) +# 5 = 1284.4 "bridge" (alt 2) +# 6 = MLC gusher +# 7 = MLC miser +# +# io-support: (bitfield) +# 1 = parallel +# 2 = usb +# 4 = ethernet +# 8 = wireless 802.11 +# 16 = bluetooth +# +# job-storage: +# 0 = Disable +# 1 = Enable +# +# linefeed-cal-type: +# 0 = None +# 1 = OJ K550 +# 2 = OJ Pro L7XXX +# +# model(1-x): +# friendly model names 1-x +# +# panel-check-type: +# 0 = None +# 1 = Perform panel check +# +# pcard-types: +# 0 = None +# 1 = mlc +# 2 = usb mass storage +# +# plugin: +# 0 = None +# 1 = Required +# 2 = Optional +# +# plugin-library: +# = None +# lj = LaserJet required +# ij = Inkjet requried +# +# power-settings: +# 0 - None +# 1 - EPML (DJ450/460) +# 2 - PML (OJ H470) +# +# pq-diag-type: +# 0 = None +# 1 = OJ K550 +# 2 = OJ Pro L7XXX +# +# r-type: +# regional supplies flag +# +# Supply info (x=region, y=supply index (1 based): +# rx-agenty-kind +# rx-agenty-type +# rx-agenty-sku +# +# agent-kind: +# 0 = None +# 1 = Inkjet Head (sep. head like on BIJ 1100, cp1160, etc.) +# 2 = Inkjet Supply (sep. supply like on BIJ 1100, cp1160, etc.) +# 3 = Inkjet Head+Supply (standard inkjet cartridge) +# 4 = LaserJet Toner Cart. +# 5 = LaserJet Fuser (Maint. Kit) +# 6 = LaserJet ADF Kit +# 7 = LaserJet Drum Kit +# 8 = LaserJet Transfer Kit +# 9 = Battery +# +# agent-type: +# 0 = None +# 1 = Black +# 2 = CMY (Tricolor) +# 3 = KCM (Photo) +# 4 = Cyan +# 5 = Magenta +# 6 = Yellow +# 7 = Cyan Low +# 8 = Magenta Low +# 9 = Yellow Low +# 10 = GGK +# 11 = Blue +# 12 = ??? +# 13 = Light magenta and light cyan +# 14 = Black and yellow +# 15 = Magenta and cyan +# 16 = Light grey and photo black +# 17 = Light grey +# 18 = Medium grey +# 19 = Photo grey +# 62 = Unspecified +# +# scan-style: +# 0 = None (or unknown) +# 1 = Flatbed +# 2 = Scrollfed (does not support fit to page for copy) +# +# scan-type: +# 0 = None +# 1 = SCL +# 2 = PML +# 3 = SOAP (cm1017mfp) +# 4 = Marvel (m1005) +# 5 = SOAP2 (m2727) +# +# status-battery-check: +# 0 = Not avail. (do not check battery) +# 1 = Std. battery check PML/Dyn Ctrs (Deskjet 450/460) +# 2 = PML only battery check (OJ H470) +# +# status-dynamic-counters: +# 0 = None +# 1 = PCL (embedded PML) +# 2 = PML/SNMP +# 3 = LIDIL 0.5.4 (Deskjet D4100) +# +# status-type: +# 0 = Not avail. (do not perform status) +# 1 = Deskjet VSTATUS field +# 2 = Deskjet standard S/Z fields +# 3 = PML (LaserJet) +# 4 = (DEPRECATED) +# 5 = (DEPRECATED) +# 6 = XML (LaserJet) +# 7 = (DEPRECATED) +# 8 = PJL (LaserJet) +# 9 = PJL (hp:) + PML (toolbox) (LaserJet) +# +# support-released: +# 0 = No released +# 1 = Released +# +# support-type: +# 0 = Not supported +# 1 = Supported by HPIJS only (print only) +# 2 = Supported by HPLIP +# +# support-ver: +# Min. HPLIP version for support +# +# tech-class: +# APDK printer class +# +# tech-types: +# 0 = None (Unknown) +# 1 = Mono Inkjet +# 2 = Color Inkjet +# 3 = Mono Laser +# 4 = Color Laser +# +# usb-pid: +# 4 digit hex value, left zero padded +# +# usb-vid: +# 4 digit hex value. +# diff --git a/sane-backends.changes b/sane-backends.changes index 35af52a..4481596 100644 --- a/sane-backends.changes +++ b/sane-backends.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Apr 11 14:40:50 CEST 2008 - jsmeix@suse.de + +- Updated epkowa.desc from the current Iscan version 2.10.0.1. +- Replaced hpaio.desc which is currently messed up in HPLIP + by create_hpaio.desc_from_models.dat which creates hpaio.desc + directly from the models.dat file from HPLIP version 2.8.4. + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/sane-backends.spec b/sane-backends.spec index 99acb36..c068aac 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -18,7 +18,7 @@ Group: Hardware/Scanner AutoReqProv: on Summary: SANE (Scanner Access Now Easy) Scanner Drivers Version: 1.0.19 -Release: 25 +Release: 26 Url: http://www.sane-project.org/ # URL for Source0: http://alioth.debian.org/frs/download.php/2318/sane-backends-1.0.19.tar.gz Source0: sane-backends-%{version}.tar.bz2 @@ -30,28 +30,11 @@ Source101: sane-port # Source102 is the OpenSLP registration file for the saned: Source102: sane.reg # Since openSUSE 10.3 "Source103: hpoj.desc" is dropped because the package hp-officeJet is dropped. -# The descriptions-external file for the hpaio backend is provided by the package hplip: -# Get scan/sane/hpaio.desc from the hplip sources which matches to this sane package -# version (i.e. get it from the same distribution). -# Set the version which matches to the HPLIP version (e.g. :version "2.7.7"). -# Beautify the model names: -# sed -e 's/"[Hh][Pp] /"/' \ -# -e 's/_/ /' \ -# -e 's/[Pp][Ss][Cc]/PSC/' \ -# -e 's/[Pp]rinter [Ss]canner [Cc]opier/PSC/' \ -# -e 's/[Dd][Ee][Ss][Kk][Jj][Ee][Tt]/DeskJet/' \ -# -e 's/[Ll][Aa][Ss][Ee][Rr][Jj][Ee][Tt]/LaserJet/' \ -# -e 's/[Oo][Ff][Ff][Ii][Cc][Ee][Jj][Ee][Tt]/OfficeJet/' \ -# -e 's/[Ss][Ee][Rr][Ii][Ee][Ss]/series/' \ -# Make seperate model entries e.g. for "LaserJet 3300 3310 3320". -# Change entries like "FooBar series 123" to "FooBar 123 series". -# Add a generic model entry (the "any" lets it appear near the top in YaST's sorted list): -# :model "any HP all-in-one device" -# :status :untested -Source104: hpaio.desc +# Source104 was our hpaio.desc file which was derived from scan/sane/hpaio.desc from the hplip sources +# but as scan/sane/hpaio.desc was completely messed up Source104 is now dropped and we +# create our hpaio.desc file directly from the models.dat file of HPLIP via Source109 and Source110. # Original iscan descriptions-external file for the epkowa backend (provided by the package iscan). -# This file is a copy of doc/epkowa.desc in the sources of the iscan package -# but for compliance with the rest the manufacturer name is changed from "EPSON" to "Epson": +# This file is a copy of doc/epkowa.desc in the sources of the iscan package: Source105: epkowa.desc # Since openSUSE 10.3 "Source106: create_hal_global_fdi_for_scanners" is dropped because # it is replaced by "Source108: create_hal_global_fdi_from_libsane.rules". @@ -59,6 +42,9 @@ Source105: epkowa.desc # Source107 is obsolete since sane-backends-1.0.19 because it has udev and HAL support. # Source108 is a script which outputs a HAL fdi file. # Source108 is obsolete since sane-backends-1.0.19 because it has udev and HAL support. +# We create our hpaio.desc file directly from the models.dat file of HPLIP: +Source109: create_hpaio.desc_from_models.dat +Source110: models.dat # Source200... is scanner autoconfiguration stuff: # Source200 and Source201 generate the 56-sane-backends-autoconfig.rules file # for automated scanner driver activation via udev ("scanner autoconfiguration"). @@ -291,10 +277,18 @@ Authors: # Remove hpoj.desc completely to avoid confusion with its successor hpaio.desc # because since openSUSE 10.3 the package hp-officeJet (for hpoj.desc) is dropped. rm doc/descriptions-external/hpoj.desc -# Add our hpaio.desc descriptions-external file: -cp %{SOURCE104} doc/descriptions-external/hpaio.desc -# Replace epkowa.desc descriptions-external file by the version from the iscan package: -cp %{SOURCE105} doc/descriptions-external/epkowa.desc +# Replace epkowa.desc descriptions-external file by the version from the iscan package. +# For compliance with the other description files in the sane-backends sources +# (epson2.desc, epson.desc, plustek.desc, snapscan.desc, umax.desc, unsupported.desc) +# the manufacturer name is changed from "EPSON" to "Epson": +sed -e '/^:mfg/s/EPSON/Epson/' %{SOURCE105} >doc/descriptions-external/epkowa.desc +# For compliance with the other description files in the sane-backends sources +# change the manufacturer name from "Hewlett Packard" to "Hewlett-Packard": +for d in doc/descriptions-external/hp3770.desc doc/descriptions-external/hp8200.desc +do sed -i -e '/^:mfg/s/Hewlett Packard/Hewlett-Packard/' $d +done +# Create our hpaio.desc descriptions-external file: +bash %{SOURCE109} <%{SOURCE110} >doc/descriptions-external/hpaio.desc %build %{?suse_update_config:%{suse_update_config -f}} @@ -540,6 +534,11 @@ exit 0 %{_sysconfdir}/udev/rules.d/56-sane-backends-autoconfig.rules %changelog +* Fri Apr 11 2008 jsmeix@suse.de +- Updated epkowa.desc from the current Iscan version 2.10.0.1. +- Replaced hpaio.desc which is currently messed up in HPLIP + by create_hpaio.desc_from_models.dat which creates hpaio.desc + directly from the models.dat file from HPLIP version 2.8.4. * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support