summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcucullus2020-09-11 19:41:41 +0300
committercucullus2020-09-11 19:41:41 +0300
commit9b5704e57c9b49997662fb84c4515d6d4cbffa67 (patch)
treebb7a8418e47849b52fda3f40320b2e735cb092ab
parent0524cba649e431198024481004139977c4f20a0d (diff)
downloadaur-9b5704e57c9b49997662fb84c4515d6d4cbffa67.tar.gz
Update to 3.20.6
-rw-r--r--.SRCINFO35
-rw-r--r--0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch113
-rw-r--r--PKGBUILD78
-rw-r--r--hplip-revert-plugins.patch1312
4 files changed, 1483 insertions, 55 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7c2e86e416..a323ae97939a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,30 @@
pkgbase = hplip-minimal
- pkgdesc = The HP printer drivers, and not much else
- pkgver = 3.20.3
+ pkgdesc = HPLIP lite build (print and scan drivers only)
+ pkgver = 3.20.6
pkgrel = 1
- url = https://hplipopensource.com
- arch = i686
+ url = https://developers.hp.com/hp-linux-imaging-and-printing/
arch = x86_64
- arch = armv6h
license = GPL2
license = custom
- makedepends = cups
- makedepends = libusb
- depends = python-dbus
- depends = python-distro
- depends = ghostscript>=8.64-6
- depends = libidn
+ depends = foomatic-db-engine
+ depends = libusb
+ depends = ghostscript
depends = libjpeg-turbo
- optdepends = cups: for printing support
- optdepends = libusb: for advanced usb support
+ provides = hplip
conflicts = hplip
options = !docs
- source = https://downloads.sourceforge.net/hplip/hplip-3.20.3.tar.gz
- md5sums = f3b981187aa7cceda13783092c05efe8
- sha256sums = 41097ec52af5cce51ec7b0200d9f9ec82649b58ae7105259e82130e9cf63066a
+ backup = etc/hp/hplip.conf
+ backup = etc/sane.d/dll.d/hpaio
+ source = https://downloads.sourceforge.net/hplip/hplip-3.20.6.tar.gz
+ source = 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+ source = hplip-revert-plugins.patch
+ validpgpkeys = 4ABA2F66DBD5A95894910E0673D770CDA59047B9
+ md5sums = 89a596bac1a3e7df88be67b16a601a98
+ md5sums = a9c230a3a6ca8f336d5a12b099ae834f
+ md5sums = c199d694f544ac16088b4f8fd663b333
+ sha256sums = c64b2d334348010a9911f4feb075b2aa669047e7adb86c72d4a6ee7d392a7c20
+ sha256sums = 5b7c19487f6e4def978b58aa8686249f234d4f64e1fb2444c602ea16716477dd
+ sha256sums = 327180688a945fde59d1e0b399877c92657f4e674cc6c21a2e5fd5b6460e922a
pkgname = hplip-minimal
diff --git a/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch b/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
new file mode 100644
index 000000000000..8d3b4d7bfda2
--- /dev/null
+++ b/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
@@ -0,0 +1,113 @@
+From fa9c0cf1a5db9bf8880b4796d5e3e0da46534e3d Mon Sep 17 00:00:00 2001
+From: Didier Raboud <odyx@debian.org>
+Date: Tue, 21 Aug 2018 18:18:10 +0200
+Subject: Remove all ImageProcessor functionality, which is closed-source
+
+---
+ Makefile.am | 14 ++------------
+ prnt/hpcups/HPCupsFilter.cpp | 21 ---------------------
+ 2 files changed, 2 insertions(+), 33 deletions(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 1b097c4f9..8d5d78c9f 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -166,7 +166,7 @@ if !HPLIP_CLASS_DRIVER
+ dist_hplip_SCRIPTS = hpssd.py __init__.py hpdio.py
+ endif #HPLIP_CLASS_DRIVER
+
+-dist_noinst_DATA += prnt/drv/hpijs.drv.in.template prnt/drv/hpcups.drv.in.template prnt/hpcups/libImageProcessor-x86_64.so prnt/hpcups/libImageProcessor-x86_32.so
++dist_noinst_DATA += prnt/drv/hpijs.drv.in.template prnt/drv/hpcups.drv.in.template
+ dist_noinst_SCRIPTS += dat2drv.py install.py hplip-install init-suse-firewall init-iptables-firewall class_rpm_build.sh hplipclassdriver.spec createPPD.sh Makefile_dat2drv hpijs-drv
+
+ if !HPLIP_CLASS_DRIVER
+@@ -594,7 +594,7 @@ hpcups_SOURCES = prnt/hpcups/HPCupsFilter.cpp prnt/hpcups/HPCupsFilter.h prnt/hp
+ prnt/hpcups/ImageProcessor.h
+
+ hpcups_CXXFLAGS = $(APDK_ENDIAN_FLAG) $(DBUS_CFLAGS)
+-hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lImageProcessor -lcups -lcupsimage -lz $(DBUS_LIBS)
++hpcups_LDADD = -L./prnt/hpcups/ -ljpeg -ldl -lcups -lcupsimage -lz $(DBUS_LIBS)
+ #else
+ #hpcupsdir = $(cupsfilterdir)
+ #hpcups_PROGRAMS = hpcups
+@@ -686,16 +686,6 @@ endif #HPLIP_CLASS_DRIVER
+
+ install-data-hook:
+ if HPLIP_BUILD
+- if [ \( "$(UNAME)" = "x86_64" -a -d "$(libdir)/" \) ]; then \
+- cp prnt/hpcups/libImageProcessor-x86_64.so $(libdir)/ ; \
+- chmod 775 $(libdir)/libImageProcessor-x86_64.so ; \
+- ln -sf $(libdir)/libImageProcessor-x86_64.so $(libdir)/libImageProcessor.so ; \
+- fi; \
+- if [ \( \( "$(UNAME)" = "i686" -o "$(UNAME)" = "i386" \) -a -d "$(libdir)/" \) ]; then \
+- cp prnt/hpcups/libImageProcessor-x86_32.so $(libdir)/ ; \
+- chmod 775 $(libdir)/libImageProcessor-x86_32.so ; \
+- ln -sf $(libdir)/libImageProcessor-x86_32.so $(libdir)/libImageProcessor.so ; \
+- fi
+ if !HPLIP_CLASS_DRIVER
+ # If scanner build, add hpaio entry to sane dll.conf.
+ if [ "$(scan_build)" = "yes" ]; then \
+diff --git a/prnt/hpcups/HPCupsFilter.cpp b/prnt/hpcups/HPCupsFilter.cpp
+index 5b282d83f..0bacfafac 100644
+--- a/prnt/hpcups/HPCupsFilter.cpp
++++ b/prnt/hpcups/HPCupsFilter.cpp
+@@ -31,7 +31,6 @@
+ \*****************************************************************************/
+
+ #include "HPCupsFilter.h"
+-#include "ImageProcessor.h"
+
+ #include <signal.h>
+ #include <sys/wait.h>
+@@ -637,16 +636,10 @@ int HPCupsFilter::processRasterData(cups_raster_t *cups_raster)
+
+
+ sprintf(hpPreProcessedRasterFile, "%s/hp_%s_cups_SwapedPagesXXXXXX",CUPS_TMP_DIR, m_JA.user_name);
+- image_processor_t* imageProcessor = imageProcessorCreate();
+
+ while (cupsRasterReadHeader2(cups_raster, &cups_header))
+ {
+
+- IMAGE_PROCESSOR_ERROR result = imageProcessorStartPage(imageProcessor, &cups_header);
+- if (result != IPE_SUCCESS){
+- dbglog("DEBUG: imageProcessorStartPage failed result = %d\n", result);
+- }
+-
+ current_page_number++;
+
+ if (current_page_number == 1) {
+@@ -745,12 +738,6 @@ int HPCupsFilter::processRasterData(cups_raster_t *cups_raster)
+ color_raster = rgbRaster;
+ black_raster = kRaster;
+
+- result = imageProcessorProcessLine(imageProcessor, m_pPrinterBuffer, cups_header.cupsBytesPerLine);
+- if (result != IPE_SUCCESS){
+- dbglog("DEBUG: imageProcessorProcessLine failed result = %d\n", result);
+- }
+-
+-
+ if ((y == 0) && !is_ljmono) {
+ //For ljmono, make sure that first line is not a blankRaster line.Otherwise printer
+ //may not skip blank lines before actual data
+@@ -780,12 +767,6 @@ int HPCupsFilter::processRasterData(cups_raster_t *cups_raster)
+ }
+ } // for() loop end
+
+- result = imageProcessorEndPage(imageProcessor);
+- if (result != IPE_SUCCESS){
+- dbglog("DEBUG: imageProcessorEndPage failed result = %d\n", result);
+- }
+-
+-
+ m_Job.NewPage();
+ if (err != NO_ERROR) {
+ break;
+@@ -800,8 +781,6 @@ int HPCupsFilter::processRasterData(cups_raster_t *cups_raster)
+ rgbRaster = NULL;
+ }
+
+- imageProcessorDestroy(imageProcessor);
+-
+ unlink(hpPreProcessedRasterFile);
+ return ret_status;
+ }
diff --git a/PKGBUILD b/PKGBUILD
index 0e32cad44d9f..5ae0e210ecbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,67 +1,67 @@
-# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
+# Maintainer: Sergey Kolesov <cucullus at mail dot ru>
+# Contributor: Chris Severance <aur.severach aATt spamgourmet dott com>
# Contributor: Joan Figueras <ffigue at gmail dot com>
# Contributor: megadriver <megadriver at gmx dot com>
# Based on hplip from [extra]
pkgname='hplip-minimal'
-pkgver=3.20.3
+pkgver=3.20.6
pkgrel=1
-pkgdesc='The HP printer drivers, and not much else'
-arch=('i686' 'x86_64' 'armv6h')
-url="https://hplipopensource.com"
+pkgdesc='HPLIP lite build (print and scan drivers only)'
+arch=('x86_64')
+url='https://developers.hp.com/hp-linux-imaging-and-printing/'
license=('GPL2' 'custom')
-depends=('python-dbus' 'python-distro' 'ghostscript>=8.64-6' 'libidn' 'libjpeg-turbo')
-makedepends=('cups' 'libusb')
-optdepends=(
- 'cups: for printing support'
- 'libusb: for advanced usb support'
-)
+depends=('foomatic-db-engine' 'libusb' 'ghostscript' 'libjpeg-turbo')
conflicts=('hplip')
+provides=('hplip')
+backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
options=('!docs')
-source=("https://downloads.sourceforge.net/hplip/hplip-${pkgver}.tar.gz")
-md5sums=('f3b981187aa7cceda13783092c05efe8')
-sha256sums=('41097ec52af5cce51ec7b0200d9f9ec82649b58ae7105259e82130e9cf63066a')
-
-prepare() {
- cd "hplip-${pkgver}"
-}
+source=("https://downloads.sourceforge.net/hplip/hplip-${pkgver}.tar.gz"
+ 0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+ hplip-revert-plugins.patch)
+md5sums=('89a596bac1a3e7df88be67b16a601a98'
+ 'a9c230a3a6ca8f336d5a12b099ae834f'
+ 'c199d694f544ac16088b4f8fd663b333')
+sha256sums=('c64b2d334348010a9911f4feb075b2aa669047e7adb86c72d4a6ee7d392a7c20'
+ '5b7c19487f6e4def978b58aa8686249f234d4f64e1fb2444c602ea16716477dd'
+ '327180688a945fde59d1e0b399877c92657f4e674cc6c21a2e5fd5b6460e922a')
+validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux Imaging and Printing) <hplip@hp.com>
+# Build instructions: https://developers.hp.com/hp-linux-imaging-and-printing/install/manual/distros/other
build() {
cd "hplip-${pkgver}"
- AUTOMAKE='automake --foreign' \
- autoreconf --force --install
- export CFLAGS+=" $(python3-config --includes)" # Fix build with python 3.8
+ # remove binary blob libImageProcessor and all linking - FS#59681
+ patch -Np1 -i "${srcdir}"/0025-Remove-all-ImageProcessor-functionality-which-is-clo.patch
+
+ # why do they disable the plugins for almost all printers??? - FS#67119
+ patch -Np1 -i ../hplip-revert-plugins.patch
+
+ # Configure options:
+ # https://developers.hp.com/hp-linux-imaging-and-printing/install/manual/configure
+ # ./configure -h
./configure --prefix=/usr \
- --disable-qt5 \
- --disable-qt4 \
- --enable-new-hpcups \
- --disable-cups-drv-install \
- --enable-pp-build \
+ --enable-lite-build \
--disable-doc-build \
- --disable-dbus-build \
- --disable-network-build \
- --disable-scan-build \
- --disable-fax-build \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-cups-ppd-install
- make -s -j1
+ --disable-fax-build
+ #--disable-scan-build \
+ #--disable-gui-build
+
+ make
}
package() {
cd "hplip-${pkgver}"
- make -j1 DESTDIR="${pkgdir}/" install
+ make DESTDIR="${pkgdir}/" install
# remove config provided by sane and autostart of hp-daemon
- rm -rf "${pkgdir}"/etc/{sane.d,xdg}
+ rm -rf "$pkgdir"/etc/{sane.d,xdg}
+ install -dm755 "${pkgdir}"/etc/sane.d/dll.d
+ echo hpaio > "${pkgdir}"/etc/sane.d/dll.d/hpaio
# remove HAL .fdi file because HAL is no longer used
rm -vrf "${pkgdir}"/usr/share/hal
- # remove rc script
- rm -vrf "${pkgdir}"/etc/init.d
-
# add mixed license file
install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
}
diff --git a/hplip-revert-plugins.patch b/hplip-revert-plugins.patch
new file mode 100644
index 000000000000..bc54c15d8101
--- /dev/null
+++ b/hplip-revert-plugins.patch
@@ -0,0 +1,1312 @@
+diff --git a/data/models/models.dat b/data/models/models.dat
+index 85485636e..3a430e250 100644
+--- a/data/models/models.dat
++++ b/data/models/models.dat
+@@ -2131,7 +2131,7 @@ ppd-name=hp-laserjet_100_color_mfp_m175-ps.ppd
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+@@ -3913,8 +3913,8 @@ model1=HP LaserJet Pro 200 color MFP M276nw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -3967,8 +3967,8 @@ model1=HP LaserJet 200 Color MFP M275s
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m275-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4021,8 +4021,8 @@ model1=HP LaserJet 200 Color MFP M275u
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m275-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4075,8 +4075,8 @@ model1=HP LaserJet 200 Color MFP M275t
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m275-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4128,8 +4128,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4181,8 +4181,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4234,8 +4234,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4288,8 +4288,8 @@ model1=HP LaserJet Pro 200 color MFP M276n
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4341,8 +4341,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4394,8 +4394,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4447,8 +4447,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4500,8 +4500,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4553,8 +4553,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4606,8 +4606,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4659,8 +4659,8 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m276-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -4713,8 +4713,8 @@ model1=HP LaserJet 200 Color MFP M275nw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_200_colormfp_m275-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -5850,7 +5850,7 @@ model1=HP LaserJet Pro MFP M225rdn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=2112
+ power-settings=0
+ ppd-name=hp-laserjet_pro_mfp_m225_m226-ps.ppd
+@@ -5893,7 +5893,7 @@ model1=HP LaserJet Pro MFP M225dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=2112
+ power-settings=0
+ ppd-name=hp-laserjet_pro_mfp_m225_m226-ps.ppd
+@@ -5934,7 +5934,7 @@ model1=HP LaserJet Pro MFP M225dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=2112
+ power-settings=0
+ ppd-name=hp-laserjet_pro_mfp_m225_m226-ps.ppd
+@@ -5975,7 +5975,7 @@ model1=HP LaserJet Pro MFP M226dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=2112
+ power-settings=0
+ ppd-name=hp-laserjet_pro_mfp_m225_m226-ps.ppd
+@@ -6017,7 +6017,7 @@ model1=HP LaserJet Pro MFP M226dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=2112
+ power-settings=0
+ ppd-name=hp-laserjet_pro_mfp_m225_m226-ps.ppd
+@@ -6466,8 +6466,8 @@ model1=HP LaserJet 300 Color MFP M375nw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-lj_300_400_color_mfp_m375_m475-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -7863,8 +7863,8 @@ model1=HP LaserJet 400 Color MFP M475dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-lj_300_400_color_mfp_m375_m475-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -8007,8 +8007,8 @@ model1=HP LaserJet 400 MFP M425dw
+ monitor-type=1
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_400_mfp_m425-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -8052,8 +8052,8 @@ model1=HP Laserjet 400 MFP M425dn
+ monitor-type=1
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_400_mfp_m425-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -8440,8 +8440,8 @@ model1=HP LaserJet 400 Color MFP M475dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-lj_300_400_color_mfp_m375_m475-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -8751,8 +8751,8 @@ model1=HP LaserJet Pro MFP M435nw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -9374,8 +9374,8 @@ model1=HP Color Laserjet Pro MFP M476dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m476-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -9416,8 +9416,8 @@ model1=HP Color Laserjet Pro MFP M476nw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m476-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -9458,8 +9458,8 @@ model1=HP Color Laserjet Pro MFP M476dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m476-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -9754,8 +9754,8 @@ model1=HP LaserJet Pro 500 color MFP M570dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_500_color_mfp_m570-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -9808,8 +9808,8 @@ model1=HP LaserJet Pro 500 color MFP M570dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_500_color_mfp_m570-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -10383,8 +10383,8 @@ model1=HP LaserJet Pro M521dn Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_mfp_m521-ps.ppd
+ family-ppd=hp-postscript-laserjet.ppd
+@@ -10428,8 +10428,8 @@ model1=HP LaserJet Pro M521dw Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_mfp_m521-ps.ppd
+ family-ppd=hp-postscript-laserjet.ppd
+@@ -16911,7 +16911,7 @@ model1=HP LaserJet 1000 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17091,7 +17091,7 @@ model1=HP LaserJet 1005 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17131,7 +17131,7 @@ model1=HP LaserJet P1005 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17174,7 +17174,7 @@ model1=HP LaserJet M1005 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -17217,7 +17217,7 @@ model1=HP LaserJet P1006 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17260,7 +17260,7 @@ model1=HP LaserJet P1007 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17303,7 +17303,7 @@ model1=HP LaserJet P1008 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17346,7 +17346,7 @@ model1=HP LaserJet P1009 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17563,8 +17563,8 @@ model1=HP Color LaserJet CM1015 Multifunction Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=2
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -17615,8 +17615,8 @@ model1=HP Color LaserJet CM1017 Multifunction Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=2
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -17668,7 +17668,7 @@ model2=HP LaserJet 1018s Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17712,7 +17712,7 @@ model2=HP LaserJet 1020 Plus Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17885,7 +17885,7 @@ model1=HP LaserJet Pro CP1025nw Color Printer Series
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -17937,7 +17937,7 @@ model1=HP LaserJet Pro CP1025 Color Printer Series
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18487,7 +18487,7 @@ model2=HP Laserjet Professional P1102s Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18530,7 +18530,7 @@ model1=HP LaserJet Professional P 1102w Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18573,7 +18573,7 @@ model1=HP Laserjet Professional P1106w Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18616,7 +18616,7 @@ model1=HP Laserjet Professional P1106 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18659,7 +18659,7 @@ model1=HP LaserJet Professional P1107 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18702,7 +18702,7 @@ model1=HP LaserJet Professional P1107w Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18745,7 +18745,7 @@ model1=HP Laserjet Professional P1108w Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18788,7 +18788,7 @@ model1=HP Laserjet Professional P1108 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18831,7 +18831,7 @@ model1=HP LaserJet Professional P1109w Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -18874,7 +18874,7 @@ model1=HP LaserJet Professional P1109 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -19091,7 +19091,7 @@ model1=HP LaserJet M1120 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19134,7 +19134,7 @@ model1=HP LaserJet M1120n Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19224,7 +19224,7 @@ model2=HP LaserJet Professional M1132s Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19267,7 +19267,7 @@ model1=HP Laserjet Professional M1136 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19310,7 +19310,7 @@ model1=HP LaserJet Professional M1137 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19353,7 +19353,7 @@ model1=HP LaserJet Professional M1138 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19396,7 +19396,7 @@ model1=HP LaserJet Professional M1139 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -19988,7 +19988,7 @@ model1=HP LaserJet Professional M1212nf Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20031,7 +20031,7 @@ model1=HP LaserJet Professional M1213nf Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20074,7 +20074,7 @@ model1=HP LaserJet Professional M1214nfh Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20117,7 +20117,7 @@ model1=HP Color LaserJet CP1215 Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -20216,7 +20216,7 @@ model1=HP LaserJet Professional M1216nfh MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20259,7 +20259,7 @@ model1=HP Color LaserJet CP1217 Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -20311,7 +20311,7 @@ model1=HP LaserJet Professional M1217nfW Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20354,7 +20354,7 @@ model1=HP Laserjet M1210 MFP Series
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20444,7 +20444,7 @@ model1=HP HotSpot LaserJet Pro M1218nfs MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20486,7 +20486,7 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20528,7 +20528,7 @@ linefeed-cal-type=0
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -20571,7 +20571,7 @@ model1=HP LaserJet Professional M1219nf MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -21235,8 +21235,8 @@ model1=HP Color LaserJet CM1312nfi Multifunction Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=2
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -21287,8 +21287,8 @@ model1=HP Color LaserJet CM1312 Multifunction Printer
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -21385,7 +21385,7 @@ model1=HP LaserJet M1319f Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=65
+ power-settings=0
+ pq-diag-type=0
+@@ -21861,8 +21861,8 @@ model1=HP LaserJet Professional CM1411fn
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -21914,8 +21914,8 @@ model1=HP LaserJet Professional CM1412fn
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -21967,8 +21967,8 @@ model1=HP LaserJet Professional CM1413fn
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22020,8 +22020,8 @@ model1=HP LaserJet Professional CM1415fn
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22073,8 +22073,8 @@ model1=HP LaserJet Professional CM1415fnw
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22126,8 +22126,8 @@ model1=HP LaserJet Professional CM1416fnw
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22179,8 +22179,8 @@ model1=HP LaserJet Professional CM1417fnw
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22232,8 +22232,8 @@ model1=HP LaserJet Professional CM1418fnw
+ monitor-type=0
+ panel-check-type=1
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_cm1410_series-ps.ppd
+ pq-diag-type=0
+@@ -22619,7 +22619,7 @@ model1=HP LaserJet P1505 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -22921,8 +22921,8 @@ ppd-name=hp-laserjet_m1522_mfp-ps.ppd
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -23019,8 +23019,8 @@ ppd-name=hp-laserjet_m1522_mfp-ps.ppd
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -23063,8 +23063,8 @@ ppd-name=hp-laserjet_m1522_mfp-ps.ppd
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -23430,8 +23430,8 @@ model1=HP LaserJet M1536dnf MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m1530_mfp_series-ps.ppd
+ family-ppd=hp-postscript-laserjet.ppd
+@@ -23475,8 +23475,8 @@ model1=HP LaserJet M1537dnf MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m1530_mfp_series-ps.ppd
+ pq-diag-type=0
+@@ -23519,8 +23519,8 @@ model1=HP LaserJet M1538dnf MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m1530_mfp_series-ps.ppd
+ pq-diag-type=0
+@@ -23563,8 +23563,8 @@ model1=HP LaserJet M1539dnf MFP
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m1530_mfp_series-ps.ppd
+ pq-diag-type=0
+@@ -23607,7 +23607,7 @@ model1=HP LaserJet Professional P1566
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -23650,7 +23650,7 @@ model1=HP LaserJet Professional P1567
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -23693,7 +23693,7 @@ model1=HP LaserJet Professional P1568
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -23736,7 +23736,7 @@ model1=HP LaserJet Professional P1569
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -24132,7 +24132,7 @@ model1=HP Color LaserJet 1600 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -24172,7 +24172,7 @@ model1=HP LaserJet Professional P1606dn Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -24215,7 +24215,7 @@ model1=HP LaserJet Professional P1607dn Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -24258,7 +24258,7 @@ model1=HP LaserJet Professional P1608dn Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -24301,7 +24301,7 @@ model1=HP LaserJet Professional P1609dn Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -25254,7 +25254,7 @@ model1=HP LaserJet P2035n Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -25297,7 +25297,7 @@ model1=HP LaserJet P2035 Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -26939,8 +26939,8 @@ model1=HP Color LaserJet CM2320 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -26991,8 +26991,8 @@ model1=HP Color LaserJet CM2320nf Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -27043,8 +27043,8 @@ model1=HP Color LaserJet CM2320fxi Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -27095,8 +27095,8 @@ model1=HP Color LaserJet CM2320n Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ pq-diag-type=0
+ r-type=0
+@@ -28453,7 +28453,7 @@ model1=HP Color LaserJet 2600n Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
++plugin=1
+ plugin-reason=1
+ power-settings=0
+ pq-diag-type=0
+@@ -29353,8 +29353,8 @@ model1=HP LaserJet M2727 Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m2727_mfp_series-ps.ppd
+ pq-diag-type=0
+@@ -29397,8 +29397,8 @@ model1=HP LaserJet M2727nfs Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m2727_mfp_series-ps.ppd
+ pq-diag-type=0
+@@ -29441,8 +29441,8 @@ model1=HP LaserJet M2727nf Multifunction Printer
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_m2727_mfp_series-ps.ppd
+ family-ppd=hp-postscript-laserjet.ppd
+@@ -52679,8 +52679,8 @@ model1=HP Color LaserJet MFP M277n
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_mfp_m277
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -52733,8 +52733,8 @@ model1=HP Color LaserJet MFP M277dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m277
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -53474,8 +53474,8 @@ model1=HP Color LaserJet Pro MFP M274n
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_mfp_m274-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54257,8 +54257,8 @@ model1=HP Laserjet Pro MFP M426fdn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=laserjet_mfp_m426_m427
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54302,8 +54302,8 @@ model1=HP Laserjet Pro MFP M426fdw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=laserjet_mfp_m426_m427
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54347,8 +54347,8 @@ model1=HP Laserjet Pro MFP M427dn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=laserjet_mfp_m426_m427
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54392,8 +54392,8 @@ model1=HP Laserjet Pro MFP M427fdw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=laserjet_mfp_m426_m427
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54437,8 +54437,8 @@ model1=HP Laserjet Pro MFP M426dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=laserjet_mfp_m426_m427
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54482,8 +54482,8 @@ model1=HP Laserjet Pro MFP M427dw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-laserjet_mfp_m426_m427-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54812,8 +54812,8 @@ model1=HP Color Laserjet Pro MFP M477 fnw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m477-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54854,8 +54854,8 @@ model1=HP Color Laserjet Pro MFP M477 fdn
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=color_laserjet_pro_mfp_m477d
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -54896,8 +54896,8 @@ model1=HP Color Laserjet Pro MFP M477 fdw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m477d-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -56054,8 +56054,8 @@ model1=HP Color Laserjet MFP M377 fnw
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m377-ps.ppd
+ family-ppd=hp-postscript-laserjet-pro.ppd
+@@ -57016,8 +57016,8 @@ model1=HP Color LaserJet MFP M277c6
+ monitor-type=0
+ panel-check-type=0
+ pcard-type=0
+-plugin=0
+-plugin-reason=0
++plugin=1
++plugin-reason=64
+ power-settings=0
+ ppd-name=hp-color_laserjet_pro_mfp_m277-ps.ppd
+ pq-diag-type=0