Merge branch 'f18' into f19
This commit is contained in:
commit
383bf7a2cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@ hplip-3.10.6.tar.gz
|
||||
/hplip-3.12.11.tar.gz
|
||||
/hplip-3.13.2.tar.gz
|
||||
/hplip-3.13.3.tar.gz
|
||||
/hplip-3.13.4.tar.gz
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlE5kPoACgkQc9dwzaWQR7m4mwCfbJgo3GNIBg7Dmkcm7jLmmbfE
|
||||
Uu0An0u9w+hysqpgGz6Qd4jjQoIhpo2c
|
||||
=/sA6
|
||||
-----END PGP SIGNATURE-----
|
7
hplip-3.13.4.tar.gz.asc
Normal file
7
hplip-3.13.4.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlFilg8ACgkQc9dwzaWQR7mjyQCeOrk6FE3i3zZXxPbL2MrxcbOq
|
||||
MR4AniFyO5jFPdrtC05y9zMnIbM5nxH/
|
||||
=qCIl
|
||||
-----END PGP SIGNATURE-----
|
@ -1,7 +1,7 @@
|
||||
diff -up hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp
|
||||
--- hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline 2012-06-19 11:01:38.000000000 +0200
|
||||
+++ hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp 2012-06-19 11:02:52.150529477 +0200
|
||||
@@ -440,7 +440,7 @@ DRIVER_ERROR HPCupsFilter::startPage (cu
|
||||
diff -up hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline 2013-04-09 12:26:18.750566175 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp 2013-04-09 12:27:07.525884647 +0200
|
||||
@@ -452,7 +452,7 @@ DRIVER_ERROR HPCupsFilter::startPage (cu
|
||||
m_DBusComm.sendEvent(EVENT_PRINT_FAILED_MISSING_PLUGIN, "Plugin missing", m_JA.job_id, m_JA.user_name);
|
||||
|
||||
}
|
||||
@ -10,7 +10,7 @@ diff -up hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline hplip-3.12.6/p
|
||||
ppdClose(m_ppd);
|
||||
m_ppd = NULL;
|
||||
return err;
|
||||
@@ -533,7 +533,7 @@ int HPCupsFilter::StartPrintJob(int arg
|
||||
@@ -545,7 +545,7 @@ int HPCupsFilter::StartPrintJob(int arg
|
||||
close(fd);
|
||||
}
|
||||
if (m_iLogLevel & BASIC_LOG)
|
||||
@ -19,7 +19,7 @@ diff -up hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline hplip-3.12.6/p
|
||||
closeFilter();
|
||||
cupsRasterClose(cups_raster);
|
||||
return 1;
|
||||
@@ -543,7 +543,7 @@ int HPCupsFilter::StartPrintJob(int arg
|
||||
@@ -555,7 +555,7 @@ int HPCupsFilter::StartPrintJob(int arg
|
||||
close(fd);
|
||||
}
|
||||
if (m_iLogLevel & BASIC_LOG)
|
||||
@ -28,18 +28,18 @@ diff -up hplip-3.12.6/prnt/hpcups/HPCupsFilter.cpp.dbglog-newline hplip-3.12.6/p
|
||||
closeFilter();
|
||||
cupsRasterClose(cups_raster);
|
||||
return 0;
|
||||
@@ -678,7 +678,7 @@ int HPCupsFilter::processRasterData(cups
|
||||
@@ -705,7 +705,7 @@ int HPCupsFilter::processRasterData(cups
|
||||
//Need to revisit to crosscheck if it is a firmware issue.
|
||||
|
||||
*m_pPrinterBuffer = 0x01;
|
||||
|
||||
*m_pPrinterBuffer = 0x01;
|
||||
- dbglog("First raster data plane.." );
|
||||
+ dbglog("First raster data plane..\n" );
|
||||
}
|
||||
|
||||
|
||||
if (this->isBlankRaster((BYTE *) m_pPrinterBuffer, &cups_header)) {
|
||||
diff -up hplip-3.12.6/prnt/hpcups/Lidil.cpp.dbglog-newline hplip-3.12.6/prnt/hpcups/Lidil.cpp
|
||||
--- hplip-3.12.6/prnt/hpcups/Lidil.cpp.dbglog-newline 2012-06-18 12:40:17.000000000 +0200
|
||||
+++ hplip-3.12.6/prnt/hpcups/Lidil.cpp 2012-06-19 11:01:39.598521705 +0200
|
||||
diff -up hplip-3.13.4/prnt/hpcups/Lidil.cpp.dbglog-newline hplip-3.13.4/prnt/hpcups/Lidil.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/Lidil.cpp.dbglog-newline 2013-04-08 11:52:06.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/Lidil.cpp 2013-04-09 12:26:19.400557093 +0200
|
||||
@@ -103,7 +103,7 @@ DRIVER_ERROR Lidil::Configure(Pipeline *
|
||||
if (m_pPM->BaseResX != m_pQA->horizontal_resolution ||
|
||||
m_pPM->BaseResY != m_pQA->vertical_resolution)
|
||||
@ -94,9 +94,9 @@ diff -up hplip-3.12.6/prnt/hpcups/Lidil.cpp.dbglog-newline hplip-3.12.6/prnt/hpc
|
||||
return false;
|
||||
}
|
||||
|
||||
diff -up hplip-3.12.6/prnt/hpcups/Pcl3.cpp.dbglog-newline hplip-3.12.6/prnt/hpcups/Pcl3.cpp
|
||||
--- hplip-3.12.6/prnt/hpcups/Pcl3.cpp.dbglog-newline 2012-06-18 12:40:17.000000000 +0200
|
||||
+++ hplip-3.12.6/prnt/hpcups/Pcl3.cpp 2012-06-19 11:01:39.599521691 +0200
|
||||
diff -up hplip-3.13.4/prnt/hpcups/Pcl3.cpp.dbglog-newline hplip-3.13.4/prnt/hpcups/Pcl3.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/Pcl3.cpp.dbglog-newline 2013-04-08 11:52:06.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/Pcl3.cpp 2013-04-09 12:26:19.400557093 +0200
|
||||
@@ -66,13 +66,13 @@ DRIVER_ERROR Pcl3::Configure(Pipeline **
|
||||
|
||||
if (!selectPrintMode())
|
||||
@ -140,9 +140,9 @@ diff -up hplip-3.12.6/prnt/hpcups/Pcl3.cpp.dbglog-newline hplip-3.12.6/prnt/hpcu
|
||||
return false;
|
||||
}
|
||||
|
||||
diff -up hplip-3.12.6/prnt/hpcups/Pcl3Gui.cpp.dbglog-newline hplip-3.12.6/prnt/hpcups/Pcl3Gui.cpp
|
||||
--- hplip-3.12.6/prnt/hpcups/Pcl3Gui.cpp.dbglog-newline 2012-06-18 12:40:17.000000000 +0200
|
||||
+++ hplip-3.12.6/prnt/hpcups/Pcl3Gui.cpp 2012-06-19 11:01:39.599521691 +0200
|
||||
diff -up hplip-3.13.4/prnt/hpcups/Pcl3Gui.cpp.dbglog-newline hplip-3.13.4/prnt/hpcups/Pcl3Gui.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/Pcl3Gui.cpp.dbglog-newline 2013-04-08 11:52:06.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/Pcl3Gui.cpp 2013-04-09 12:26:19.400557093 +0200
|
||||
@@ -66,13 +66,13 @@ DRIVER_ERROR Pcl3Gui::Configure(Pipeline
|
||||
|
||||
if (!selectPrintMode())
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2500-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_2500-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_2500-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_2500-ps.ppd 2011-11-21 15:56:33.120335351 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_2500-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_2500-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_2500-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_2500-ps.ppd 2013-04-09 12:24:19.815228054 +0200
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -9,10 +9,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2500-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 2500)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 2500)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2500_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_2500_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_2500_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_2500_series-ps.ppd 2011-11-21 15:56:33.123335298 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_2500_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_2500_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_2500_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_2500_series-ps.ppd 2013-04-09 12:24:19.816228040 +0200
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -20,10 +20,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2500_series-ps.ppd.deviceIDs-pp
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 2500)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 2500)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2550_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_2550_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_2550_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_2550_series-ps.ppd 2011-11-21 15:56:33.128335209 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_2550_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_2550_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_2550_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_2550_series-ps.ppd 2013-04-09 12:24:19.817228026 +0200
|
||||
@@ -42,6 +42,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -31,10 +31,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2550_series-ps.ppd.deviceIDs-pp
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 2550 series)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 2550 series)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2605dn-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_2605dn-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_2605dn-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_2605dn-ps.ppd 2011-11-21 15:56:33.014337244 +0000
|
||||
@@ -50,6 +50,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_2605dn-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_2605dn-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_2605dn-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_2605dn-ps.ppd 2013-04-09 12:24:19.818228012 +0200
|
||||
@@ -46,6 +46,7 @@
|
||||
|
||||
*% Product Name and Version Information
|
||||
*Manufacturer: "HP"
|
||||
@ -42,10 +42,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2605dn-ps.ppd.deviceIDs-ppd hpl
|
||||
*Product: "(HP Color LaserJet 2605)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet 2605)"
|
||||
*Product: "(HP Color LaserJet 2605dn)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2840-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_2840-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_2840-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_2840-ps.ppd 2011-11-21 15:56:33.019337154 +0000
|
||||
@@ -46,6 +46,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_2840-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_2840-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_2840-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_2840-ps.ppd 2013-04-09 12:24:19.819227998 +0200
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
*% Product Name and Version Information
|
||||
*Manufacturer: "HP"
|
||||
@ -53,10 +53,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_2840-ps.ppd.deviceIDs-ppd hplip
|
||||
*Product: "(HP Color LaserJet 2820)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet 2820)"
|
||||
*Product: "(HP Color LaserJet 2830)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3700n-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_3700n-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_3700n-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_3700n-ps.ppd 2011-11-21 15:56:33.134335101 +0000
|
||||
@@ -43,6 +43,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_3700n-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_3700n-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_3700n-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_3700n-ps.ppd 2013-04-09 12:24:19.820227984 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -64,10 +64,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3700n-ps.ppd.deviceIDs-ppd hpli
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 3700)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 3700)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3700-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_3700-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_3700-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_3700-ps.ppd 2011-11-21 15:56:33.140334995 +0000
|
||||
@@ -43,6 +43,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_3700-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_3700-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_3700-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_3700-ps.ppd 2013-04-09 12:24:19.822227956 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -75,10 +75,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3700-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 3700)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 3700)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3800-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_3800-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_3800-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_3800-ps.ppd 2011-11-21 15:56:33.027337012 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_3800-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_3800-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_3800-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_3800-ps.ppd 2013-04-09 12:24:19.823227942 +0200
|
||||
@@ -47,6 +47,7 @@
|
||||
|
||||
*% Product Name and Version Information
|
||||
*Manufacturer: "HP"
|
||||
@ -86,10 +86,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_3800-ps.ppd.deviceIDs-ppd hplip
|
||||
*Product: "(HP Color LaserJet 3800)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet 3800)"
|
||||
*ModelName: "HP Color LaserJet 3800"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4550-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_4550-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_4550-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_4550-ps.ppd 2011-11-21 15:56:33.145334905 +0000
|
||||
@@ -43,6 +43,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_4550-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_4550-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_4550-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_4550-ps.ppd 2013-04-09 12:24:19.824227928 +0200
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -97,10 +97,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4550-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(HP Color LaserJet 4550 )"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet 4550 )"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4600-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_4600-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_4600-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_4600-ps.ppd 2011-11-21 15:56:33.151334799 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_4600-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_4600-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_4600-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_4600-ps.ppd 2013-04-09 12:24:19.826227900 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -108,10 +108,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4600-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 4600)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 4600)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4600_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_4600_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_4600_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_4600_series-ps.ppd 2011-11-21 15:56:33.156334709 +0000
|
||||
@@ -44,6 +44,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_4600_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_4600_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_4600_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_4600_series-ps.ppd 2013-04-09 12:24:19.827227886 +0200
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -119,10 +119,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4600_series-ps.ppd.deviceIDs-pp
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 4600)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 4600)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4650-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_4650-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_4650-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_4650-ps.ppd 2011-11-21 15:56:33.164334567 +0000
|
||||
@@ -47,6 +47,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_4650-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_4650-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_4650-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:24.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_4650-ps.ppd 2013-04-09 12:24:19.828227872 +0200
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -130,10 +130,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4650-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 4650)"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 4650)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4700-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_4700-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_4700-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_4700-ps.ppd 2011-11-21 15:56:33.172334423 +0000
|
||||
@@ -49,6 +49,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_4700-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_4700-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_4700-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:25.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_4700-ps.ppd 2013-04-09 12:24:19.830227844 +0200
|
||||
@@ -45,6 +45,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -141,10 +141,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_4700-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(HP Color LaserJet 4700)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet 4700)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_5550-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_5550-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_5550-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:37.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_5550-ps.ppd 2011-11-21 15:56:33.183334227 +0000
|
||||
@@ -46,6 +46,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_5550-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_5550-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_5550-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:25.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_5550-ps.ppd 2013-04-09 12:24:19.831227830 +0200
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
@ -152,65 +152,65 @@ diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_5550-ps.ppd.deviceIDs-ppd hplip
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(hp color LaserJet 5550 )"
|
||||
*Product: "(Hewlett-Packard hp color LaserJet 5550 )"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:38.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd 2011-11-21 15:56:33.346331319 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
*%== Mac OS X specific end ==
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:25.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_cm3530_mfp-ps.ppd 2013-04-09 12:24:19.832227816 +0200
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP Color LaserJet CM3530 MFP;"
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(HP Color LaserJet CM3530 MFP)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet CM3530 MFP)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:38.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd 2011-11-21 15:56:33.194334031 +0000
|
||||
@@ -49,6 +49,7 @@
|
||||
*%== Mac OS X specific end ==
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:25.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_cm4730_mfp-ps.ppd 2013-04-09 12:24:19.834227788 +0200
|
||||
@@ -43,6 +43,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP Color LaserJet CM4730 MFP;"
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(HP Color LaserJet CM4730 MFP)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet CM4730 MFP)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-color_laserjet_cp3525-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-color_laserjet_cp3525-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-color_laserjet_cp3525-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:38.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-color_laserjet_cp3525-ps.ppd 2011-11-21 15:56:33.202333888 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
*%== Mac OS X specific end ==
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-color_laserjet_cp3525-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-color_laserjet_cp3525-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-color_laserjet_cp3525-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:25.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-color_laserjet_cp3525-ps.ppd 2013-04-09 12:24:19.836227760 +0200
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
|
||||
*% Product Name and Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP Color LaserJet CP3525;"
|
||||
*Manufacturer: "HP"
|
||||
*Product: "(HP Color LaserJet CP3525)"
|
||||
*Product: "(Hewlett-Packard HP Color LaserJet CP3525)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-designjet_t770_postscript-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-designjet_t770_postscript-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-designjet_t770_postscript-ps.ppd.deviceIDs-ppd 2011-11-21 15:58:21.095199630 +0000
|
||||
+++ hplip-3.11.10/prnt/ps/hp-designjet_t770_postscript-ps.ppd 2011-11-21 16:01:46.968516936 +0000
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-designjet_t770_postscript-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-designjet_t770_postscript-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-designjet_t770_postscript-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-designjet_t770_postscript-ps.ppd 2013-04-09 12:24:19.836227760 +0200
|
||||
@@ -38,6 +38,7 @@
|
||||
*ShortNickName: "HP Designjet T770 PostScript"
|
||||
*NickName: "HP Designjet T770ps 44in"
|
||||
*NickName: "HP Designjet T770ps 44in Postscript (recommended)"
|
||||
*Manufacturer: "HP"
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP Designjet T770;DES:HP Designjet T770;CMD:POSTSCRIPT;"
|
||||
|
||||
|
||||
*% =============== Device Capabilities And Keywords for supporting Alert and Status Mechanism ===============
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-designjet_t770ps_24in-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-designjet_t770ps_24in-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-designjet_t770ps_24in-ps.ppd.deviceIDs-ppd 2011-11-21 15:58:27.126091749 +0000
|
||||
+++ hplip-3.11.10/prnt/ps/hp-designjet_t770ps_24in-ps.ppd 2011-11-21 16:02:01.227261873 +0000
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-designjet_t770ps_24in-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-designjet_t770ps_24in-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-designjet_t770ps_24in-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-designjet_t770ps_24in-ps.ppd 2013-04-09 12:24:19.837227746 +0200
|
||||
@@ -38,6 +38,7 @@
|
||||
*ShortNickName: "HP Designjet T770ps 24in"
|
||||
*NickName: "HP Designjet T770ps 24in"
|
||||
*NickName: "HP Designjet T770ps 24in Postscript (recommended)"
|
||||
*Manufacturer: "HP"
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP Designjet T770;DES:HP Designjet T770;CMD:POSTSCRIPT;"
|
||||
|
||||
|
||||
*% =============== Device Capabilities And Keywords for supporting Alert and Status Mechanism ===============
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1200n-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1200n-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1200n-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1200n-ps.ppd 2011-11-21 15:56:33.032336922 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1200n-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1200n-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1200n-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1200n-ps.ppd 2013-04-09 12:24:19.838227732 +0200
|
||||
@@ -54,6 +54,7 @@
|
||||
*Product: "(HP LaserJet 1200)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 1200)"
|
||||
*Manufacturer: "HP"
|
||||
@ -218,10 +218,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1200n-ps.ppd.deviceIDs-ppd hplip-3.11
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1200-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1200-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1200-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1200-ps.ppd 2011-11-21 15:56:33.036336850 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1200-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1200-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1200-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1200-ps.ppd 2013-04-09 12:24:19.838227732 +0200
|
||||
@@ -54,6 +54,7 @@
|
||||
*Product: "(HP LaserJet 1200)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 1200)"
|
||||
*Manufacturer: "HP"
|
||||
@ -229,10 +229,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1200-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300n-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1300n-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1300n-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1300n-ps.ppd 2011-11-21 15:56:33.039336798 +0000
|
||||
@@ -60,6 +60,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1300n-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1300n-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1300n-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1300n-ps.ppd 2013-04-09 12:24:19.839227718 +0200
|
||||
@@ -58,6 +58,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1300n)"
|
||||
*Product: "(HP LaserJet 1300n)"
|
||||
*Manufacturer: "HP"
|
||||
@ -240,10 +240,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300n-ps.ppd.deviceIDs-ppd hplip-3.11
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1300-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1300-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1300-ps.ppd 2011-11-21 15:56:33.043336726 +0000
|
||||
@@ -60,6 +60,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1300-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1300-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1300-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1300-ps.ppd 2013-04-09 12:24:19.840227704 +0200
|
||||
@@ -58,6 +58,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1300n)"
|
||||
*Product: "(HP LaserJet 1300n)"
|
||||
*Manufacturer: "HP"
|
||||
@ -251,10 +251,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300xi-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1300xi-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1300xi-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1300xi-ps.ppd 2011-11-21 15:56:33.047336654 +0000
|
||||
@@ -60,6 +60,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1300xi-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1300xi-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1300xi-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1300xi-ps.ppd 2013-04-09 12:24:19.841227690 +0200
|
||||
@@ -58,6 +58,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1300n)"
|
||||
*Product: "(HP LaserJet 1300n)"
|
||||
*Manufacturer: "HP"
|
||||
@ -262,10 +262,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1300xi-ps.ppd.deviceIDs-ppd hplip-3.1
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320n-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1320n-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1320n-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1320n-ps.ppd 2011-11-21 15:56:33.051336583 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1320n-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1320n-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1320n-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1320n-ps.ppd 2013-04-09 12:24:19.842227677 +0200
|
||||
@@ -55,6 +55,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1320 series)"
|
||||
*Product: "(HP LaserJet 1320 series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -273,10 +273,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320n-ps.ppd.deviceIDs-ppd hplip-3.11
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320nw-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1320nw-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1320nw-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1320nw-ps.ppd 2011-11-21 15:56:33.056336493 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1320nw-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1320nw-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1320nw-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1320nw-ps.ppd 2013-04-09 12:24:19.843227663 +0200
|
||||
@@ -55,6 +55,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1320 series)"
|
||||
*Product: "(HP LaserJet 1320 series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -284,10 +284,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320nw-ps.ppd.deviceIDs-ppd hplip-3.1
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1320-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1320-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1320-ps.ppd 2011-11-21 15:56:33.061336404 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1320-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1320-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1320-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1320-ps.ppd 2013-04-09 12:24:19.844227649 +0200
|
||||
@@ -55,6 +55,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1320 series)"
|
||||
*Product: "(HP LaserJet 1320 series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -295,10 +295,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1320_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1320_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1320_series-ps.ppd 2011-11-21 15:56:33.066336315 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1320_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1320_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1320_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1320_series-ps.ppd 2013-04-09 12:24:19.845227635 +0200
|
||||
@@ -55,6 +55,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1320 series)"
|
||||
*Product: "(HP LaserJet 1320 series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -306,10 +306,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320tn-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_1320tn-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_1320tn-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_1320tn-ps.ppd 2011-11-21 15:56:33.081336049 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_1320tn-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_1320tn-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_1320tn-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_1320tn-ps.ppd 2013-04-09 12:24:19.846227621 +0200
|
||||
@@ -55,6 +55,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 1320 series)"
|
||||
*Product: "(HP LaserJet 1320 series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -317,10 +317,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_1320tn-ps.ppd.deviceIDs-ppd hplip-3.1
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2100-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_2100-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_2100-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_2100-ps.ppd 2011-11-21 15:56:33.212333710 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_2100-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_2100-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_2100-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_2100-ps.ppd 2013-04-09 12:24:19.847227607 +0200
|
||||
@@ -54,6 +54,7 @@
|
||||
*Product: "(HP LaserJet 2100 Series)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 2100 Series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -328,10 +328,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2100-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(2014.111) 1"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2100_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_2100_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_2100_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_2100_series-ps.ppd 2011-11-21 15:56:33.215333656 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_2100_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_2100_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_2100_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_2100_series-ps.ppd 2013-04-09 12:24:19.847227607 +0200
|
||||
@@ -54,6 +54,7 @@
|
||||
*Product: "(HP LaserJet 2100 Series)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 2100 Series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -339,10 +339,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2100_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*PSVersion: "(2014.111) 1"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2300-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_2300-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_2300-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_2300-ps.ppd 2011-11-21 15:56:33.085335977 +0000
|
||||
@@ -61,6 +61,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_2300-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_2300-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_2300-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_2300-ps.ppd 2013-04-09 12:24:19.848227593 +0200
|
||||
@@ -59,6 +59,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 2300L)"
|
||||
*Product: "(HP LaserJet 2300L)"
|
||||
*Manufacturer: "HP"
|
||||
@ -350,10 +350,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2300-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(3010.107) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2300_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_2300_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_2300_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_2300_series-ps.ppd 2011-11-21 15:56:33.094335816 +0000
|
||||
@@ -61,6 +61,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_2300_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_2300_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_2300_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_2300_series-ps.ppd 2013-04-09 12:24:19.849227579 +0200
|
||||
@@ -59,6 +59,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 2300L)"
|
||||
*Product: "(HP LaserJet 2300L)"
|
||||
*Manufacturer: "HP"
|
||||
@ -361,10 +361,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2300_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*PSVersion: "(3010.107) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2420-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_2420-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_2420-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_2420-ps.ppd 2011-11-21 15:56:33.221333549 +0000
|
||||
@@ -60,6 +60,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_2420-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_2420-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_2420-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_2420-ps.ppd 2013-04-09 12:24:19.851227551 +0200
|
||||
@@ -57,6 +57,7 @@
|
||||
*Product: "(Hewlett-Packard hp LaserJet 2420)"
|
||||
*Product: "(HP LaserJet 2420)"
|
||||
*Manufacturer: "HP"
|
||||
@ -372,10 +372,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_2420-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(3010.107) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_3390-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_3390-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_3390-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_3390-ps.ppd 2011-11-21 15:56:33.109335547 +0000
|
||||
@@ -62,6 +62,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_3390-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_3390-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_3390-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_3390-ps.ppd 2013-04-09 12:24:19.852227537 +0200
|
||||
@@ -58,6 +58,7 @@
|
||||
*Product: "(HP LaserJet 3390)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 3390)"
|
||||
*Manufacturer: "HP"
|
||||
@ -383,10 +383,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_3390-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*PSVersion: "(2014.116) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4000_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4000_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4000_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4000_series-ps.ppd 2011-11-21 15:56:33.114335459 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4000_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4000_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4000_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4000_series-ps.ppd 2013-04-09 12:24:19.853227523 +0200
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -394,10 +394,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4000_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*Product: "(HP LaserJet 4000 Series)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 4000 Series)"
|
||||
*ModelName: "HP LaserJet 4000 Series"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4050_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4050_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4050_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4050_series-ps.ppd 2011-11-21 15:56:33.226333460 +0000
|
||||
@@ -52,6 +52,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4050_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4050_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4050_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4050_series-ps.ppd 2013-04-09 12:24:19.854227509 +0200
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -405,10 +405,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4050_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*Product: "(HP LaserJet 4050 Series )"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 4050 Series )"
|
||||
*Product: "(HP LaserJet 4050 Series)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4100_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4100_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4100_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4100_series-ps.ppd 2011-11-21 15:56:33.232333352 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4100_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4100_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4100_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4100_series-ps.ppd 2013-04-09 12:24:19.855227495 +0200
|
||||
@@ -48,6 +48,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -416,10 +416,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4100_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*Product: "(HP LaserJet 4100 Series )"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 4100 Series )"
|
||||
*Product: "(HP LaserJet 4100 Series)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4200-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4200-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4200-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4200-ps.ppd 2011-11-21 15:56:33.238333246 +0000
|
||||
@@ -52,6 +52,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4200-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4200-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4200-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4200-ps.ppd 2013-04-09 12:24:19.856227481 +0200
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -427,21 +427,21 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4200-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*Product: "(hp LaserJet 4200)"
|
||||
*Product: "(Hewlett-Packard hp LaserJet 4200)"
|
||||
*Product: "(HP LaserJet 4200)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4250-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4250-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4250-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4250-ps.ppd 2011-11-21 15:56:33.008337350 +0000
|
||||
@@ -53,6 +53,7 @@
|
||||
*HPPDEPanel: "HPImagingOptions"
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4250-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4250-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4250-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4250-ps.ppd 2013-04-09 12:24:19.857227467 +0200
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:hp LaserJet 4250;DES:Hewlett-Packard LaserJet 4250;"
|
||||
*Product: "(hp LaserJet 4250)"
|
||||
*Product: "(Hewlett-Packard hp LaserJet 4250)"
|
||||
*Product: "(HP LaserJet 4250)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4300-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4300-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4300-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4300-ps.ppd 2011-11-21 15:56:33.244333138 +0000
|
||||
@@ -52,6 +52,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4300-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4300-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4300-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4300-ps.ppd 2013-04-09 12:24:19.859227439 +0200
|
||||
@@ -49,6 +49,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -449,21 +449,21 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4300-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*Product: "(hp LaserJet 4300)"
|
||||
*Product: "(Hewlett-Packard hp LaserJet 4300)"
|
||||
*Product: "(HP LaserJet 4300)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_4350-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_4350-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_4350-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:39.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_4350-ps.ppd 2011-11-21 15:56:33.257332906 +0000
|
||||
@@ -53,6 +53,7 @@
|
||||
*HPPDEPanel: "HPImagingOptions"
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_4350-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_4350-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_4350-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:26.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_4350-ps.ppd 2013-04-09 12:24:19.860227425 +0200
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:hp LaserJet 4350;"
|
||||
*Product: "(hp LaserJet 4350)"
|
||||
*Product: "(Hewlett-Packard hp LaserJet 4350)"
|
||||
*Product: "(HP LaserJet 4350)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_5100_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_5100_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_5100_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_5100_series-ps.ppd 2011-11-21 15:56:33.264332782 +0000
|
||||
@@ -53,6 +53,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_5100_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_5100_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_5100_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_5100_series-ps.ppd 2013-04-09 12:24:19.861227411 +0200
|
||||
@@ -50,6 +50,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
@ -471,10 +471,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_5100_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*Product: "(HP LaserJet 5100 Series)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet 5100 Series)"
|
||||
*ModelName: "HP LaserJet 5100 Series"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_8000-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_8000-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_8000-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_8000-ps.ppd 2011-11-21 15:56:33.270332674 +0000
|
||||
@@ -55,6 +55,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_8000-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_8000-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_8000-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_8000-ps.ppd 2013-04-09 12:24:19.863227383 +0200
|
||||
@@ -52,6 +52,7 @@
|
||||
*%=================================================
|
||||
*% Product Version Information
|
||||
*%=================================================
|
||||
@ -482,10 +482,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_8000-ps.ppd.deviceIDs-ppd hplip-3.11.
|
||||
*ModelName: "HP LaserJet 8000 Series"
|
||||
*ShortNickName: "HP LaserJet 8000 Series"
|
||||
*NickName: "HP LaserJet 8000 Series Postscript (recommended)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_8000_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_8000_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_8000_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_8000_series-ps.ppd 2011-11-21 15:56:33.281332478 +0000
|
||||
@@ -55,6 +55,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_8000_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_8000_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_8000_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_8000_series-ps.ppd 2013-04-09 12:24:19.864227369 +0200
|
||||
@@ -52,6 +52,7 @@
|
||||
*%=================================================
|
||||
*% Product Version Information
|
||||
*%=================================================
|
||||
@ -493,10 +493,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_8000_series-ps.ppd.deviceIDs-ppd hpli
|
||||
*ModelName: "HP LaserJet 8000 Series"
|
||||
*ShortNickName: "HP LaserJet 8000 Series"
|
||||
*NickName: "HP LaserJet 8000 Series Postscript (recommended)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd 2011-11-21 15:56:33.290332317 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd 2013-04-09 12:24:19.865227355 +0200
|
||||
@@ -51,6 +51,7 @@
|
||||
*%=================================================
|
||||
*% Product Version Information
|
||||
*%=================================================
|
||||
@ -504,10 +504,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_m3027_mfp-ps.ppd.deviceIDs-ppd hplip-
|
||||
*ModelName: "HP LaserJet M3027 MFP"
|
||||
*ShortNickName: "HP LaserJet M3027 MFP"
|
||||
*NickName: "HP LaserJet M3027 MFP Postscript (recommended)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd 2011-11-21 15:56:33.298332175 +0000
|
||||
@@ -56,6 +56,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd 2013-04-09 12:24:19.866227341 +0200
|
||||
@@ -52,6 +52,7 @@
|
||||
*%=================================================
|
||||
*% Product Version Information
|
||||
*%=================================================
|
||||
@ -515,10 +515,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_m3035_mfp-ps.ppd.deviceIDs-ppd hplip-
|
||||
*ModelName: "HP LaserJet M3035 MFP"
|
||||
*ShortNickName: "HP LaserJet M3035 MFP"
|
||||
*NickName: "HP LaserJet M3035 MFP Postscript (recommended)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_p2015_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_p2015_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_p2015_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_p2015_series-ps.ppd 2011-11-21 15:56:33.101335690 +0000
|
||||
@@ -64,6 +64,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_p2015_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_p2015_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_p2015_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:28.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_p2015_series-ps.ppd 2013-04-09 12:24:19.867227327 +0200
|
||||
@@ -58,6 +58,7 @@
|
||||
*Product: "(HP LaserJet P2015 Series)"
|
||||
*Product: "(Hewlett-Packard HP LaserJet P2015 Series)"
|
||||
*Manufacturer: "HP"
|
||||
@ -526,10 +526,10 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_p2015_series-ps.ppd.deviceIDs-ppd hpl
|
||||
*PSVersion: "(3010.107) 0"
|
||||
|
||||
*%=================================================
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_p3005-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_p3005-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_p3005-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_p3005-ps.ppd 2011-11-21 15:56:33.309331978 +0000
|
||||
@@ -57,6 +57,7 @@
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_p3005-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_p3005-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_p3005-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:28.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_p3005-ps.ppd 2013-04-09 12:24:19.868227313 +0200
|
||||
@@ -50,6 +50,7 @@
|
||||
*%=================================================
|
||||
*% Product Version Information
|
||||
*%=================================================
|
||||
@ -537,11 +537,11 @@ diff -up hplip-3.11.10/prnt/ps/hp-laserjet_p3005-ps.ppd.deviceIDs-ppd hplip-3.11
|
||||
*ModelName: "HP LaserJet P3005"
|
||||
*ShortNickName: "HP LaserJet P3005"
|
||||
*NickName: "HP LaserJet P3005 Postscript (recommended)"
|
||||
diff -up hplip-3.11.10/prnt/ps/hp-laserjet_p3010_series-ps.ppd.deviceIDs-ppd hplip-3.11.10/prnt/ps/hp-laserjet_p3010_series-ps.ppd
|
||||
--- hplip-3.11.10/prnt/ps/hp-laserjet_p3010_series-ps.ppd.deviceIDs-ppd 2011-10-02 04:11:40.000000000 +0100
|
||||
+++ hplip-3.11.10/prnt/ps/hp-laserjet_p3010_series-ps.ppd 2011-11-21 15:56:33.329331621 +0000
|
||||
@@ -51,6 +51,7 @@
|
||||
*%== Mac OS X specific end ==
|
||||
diff -up hplip-3.13.4/prnt/ps/hp-laserjet_p3010_series-ps.ppd.deviceIDs-ppd hplip-3.13.4/prnt/ps/hp-laserjet_p3010_series-ps.ppd
|
||||
--- hplip-3.13.4/prnt/ps/hp-laserjet_p3010_series-ps.ppd.deviceIDs-ppd 2013-04-08 11:59:28.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/ps/hp-laserjet_p3010_series-ps.ppd 2013-04-09 12:24:19.870227285 +0200
|
||||
@@ -45,6 +45,7 @@
|
||||
|
||||
|
||||
*% Product Version Information
|
||||
+*1284DeviceID: "MFG:Hewlett-Packard;MDL:HP LaserJet P3010 Series;"
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -up hplip-3.13.2/fax/backend/hpfax.py.logdir hplip-3.13.2/fax/backend/hpfax.py
|
||||
--- hplip-3.13.2/fax/backend/hpfax.py.logdir 2013-02-13 16:38:40.000000000 +0000
|
||||
+++ hplip-3.13.2/fax/backend/hpfax.py 2013-03-05 11:17:47.556317964 +0000
|
||||
diff -up hplip-3.13.4/fax/backend/hpfax.py.logdir hplip-3.13.4/fax/backend/hpfax.py
|
||||
--- hplip-3.13.4/fax/backend/hpfax.py.logdir 2013-04-08 11:58:34.000000000 +0200
|
||||
+++ hplip-3.13.4/fax/backend/hpfax.py 2013-04-09 12:12:18.485307795 +0200
|
||||
@@ -244,7 +244,7 @@ else:
|
||||
input_fd = 0
|
||||
|
||||
@ -10,9 +10,9 @@ diff -up hplip-3.13.2/fax/backend/hpfax.py.logdir hplip-3.13.2/fax/backend/hpfax
|
||||
|
||||
|
||||
pipe_name = os.path.join(tmp_dir, "hpfax-pipe-%d" % job_id)
|
||||
diff -up hplip-3.13.2/logcapture.py.logdir hplip-3.13.2/logcapture.py
|
||||
--- hplip-3.13.2/logcapture.py.logdir 2013-02-13 16:38:51.000000000 +0000
|
||||
+++ hplip-3.13.2/logcapture.py 2013-03-05 11:14:46.071519071 +0000
|
||||
diff -up hplip-3.13.4/logcapture.py.logdir hplip-3.13.4/logcapture.py
|
||||
--- hplip-3.13.4/logcapture.py.logdir 2013-04-08 11:58:45.000000000 +0200
|
||||
+++ hplip-3.13.4/logcapture.py 2013-04-09 12:12:18.485307795 +0200
|
||||
@@ -39,7 +39,7 @@ CUPS_BACKUP_FILE='/etc/cups/cupsd.conf_o
|
||||
LOG_FOLDER_PATH='./'
|
||||
LOG_FOLDER_NAME='hplip_troubleshoot_logs'
|
||||
@ -31,9 +31,9 @@ diff -up hplip-3.13.2/logcapture.py.logdir hplip-3.13.2/logcapture.py
|
||||
if File_list:
|
||||
sts,out = utils.run('cp -f %s %s'%(File_list_str, LOG_FILES))
|
||||
if sts != 0:
|
||||
diff -up hplip-3.13.2/prnt/filters/hplipjs.c.logdir hplip-3.13.2/prnt/filters/hplipjs.c
|
||||
--- hplip-3.13.2/prnt/filters/hplipjs.c.logdir 2013-02-13 16:34:05.000000000 +0000
|
||||
+++ hplip-3.13.2/prnt/filters/hplipjs.c 2013-03-05 11:14:46.072519075 +0000
|
||||
diff -up hplip-3.13.4/prnt/filters/hplipjs.c.logdir hplip-3.13.4/prnt/filters/hplipjs.c
|
||||
--- hplip-3.13.4/prnt/filters/hplipjs.c.logdir 2013-04-08 11:53:27.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/filters/hplipjs.c 2013-04-09 12:12:18.486307781 +0200
|
||||
@@ -275,7 +275,8 @@ int main (int argc, char **argv)
|
||||
{
|
||||
fprintf (stderr, "DEBUG: HPLIPJS: argv[%d] = %s\n", i, argv[i]);
|
||||
@ -44,9 +44,9 @@ diff -up hplip-3.13.2/prnt/filters/hplipjs.c.logdir hplip-3.13.2/prnt/filters/hp
|
||||
|
||||
HPFp = fopen (szPSFile, "w");
|
||||
#endif
|
||||
diff -up hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp
|
||||
--- hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir 2013-03-05 11:14:46.062519032 +0000
|
||||
+++ hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp 2013-03-05 11:14:46.073519080 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp.logdir 2013-04-09 12:12:18.478307892 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/HPCupsFilter.cpp 2013-04-09 12:15:34.838563875 +0200
|
||||
@@ -31,7 +31,9 @@
|
||||
\*****************************************************************************/
|
||||
|
||||
@ -73,7 +73,7 @@ diff -up hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.2/prnt/hpcu
|
||||
openlog("hpcups", LOG_PID, LOG_DAEMON);
|
||||
|
||||
if (argc < 6 || argc > 7) {
|
||||
@@ -585,9 +593,10 @@ int HPCupsFilter::processRasterData(cups
|
||||
@@ -587,9 +595,10 @@ int HPCupsFilter::processRasterData(cups
|
||||
DRIVER_ERROR err;
|
||||
int ret_status = 0;
|
||||
|
||||
@ -83,11 +83,11 @@ diff -up hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.2/prnt/hpcu
|
||||
- strcpy(hpPreProcessedRasterFile, "/var/log/hp/tmp/hplipSwapedPagesXXXXXX");
|
||||
+ snprintf(hpPreProcessedRasterFile, sizeof (hpPreProcessedRasterFile),
|
||||
+ "%s/hplipSwapedPagesXXXXXX", env_tmpdir);
|
||||
|
||||
|
||||
|
||||
while (cupsRasterReadHeader2(cups_raster, &cups_header))
|
||||
@@ -649,14 +658,14 @@ int HPCupsFilter::processRasterData(cups
|
||||
|
||||
@@ -651,14 +660,15 @@ int HPCupsFilter::processRasterData(cups
|
||||
|
||||
if (m_iLogLevel & SAVE_INPUT_RASTERS)
|
||||
{
|
||||
- char szFileName[64];
|
||||
@ -100,10 +100,11 @@ diff -up hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.2/prnt/hpcu
|
||||
|
||||
- snprintf (szFileName, sizeof(szFileName), "/var/log/hp/tmp/hpcupsfilterc_bmp_%d_XXXXXX", current_page_number);
|
||||
+ snprintf (szFileName, sizeof(szFileName), "%s/hpcupsfilterc_bmp_%d_XXXXXX", env_tmpdir, current_page_number);
|
||||
+
|
||||
createTempFile(szFileName, &cfp);
|
||||
if (cfp)
|
||||
{
|
||||
@@ -667,7 +676,7 @@ int HPCupsFilter::processRasterData(cups
|
||||
@@ -669,7 +679,7 @@ int HPCupsFilter::processRasterData(cups
|
||||
if (cups_header.cupsColorSpace == CUPS_CSPACE_RGBW ||
|
||||
cups_header.cupsColorSpace == CUPS_CSPACE_K)
|
||||
{
|
||||
@ -112,9 +113,9 @@ diff -up hplip-3.13.2/prnt/hpcups/HPCupsFilter.cpp.logdir hplip-3.13.2/prnt/hpcu
|
||||
createTempFile(szFileName, &kfp);
|
||||
if (kfp)
|
||||
{
|
||||
diff -up hplip-3.13.2/prnt/hpcups/LJZjStream.cpp.logdir hplip-3.13.2/prnt/hpcups/LJZjStream.cpp
|
||||
--- hplip-3.13.2/prnt/hpcups/LJZjStream.cpp.logdir 2013-02-13 16:32:39.000000000 +0000
|
||||
+++ hplip-3.13.2/prnt/hpcups/LJZjStream.cpp 2013-03-05 11:14:46.074519084 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpcups/LJZjStream.cpp.logdir hplip-3.13.4/prnt/hpcups/LJZjStream.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/LJZjStream.cpp.logdir 2013-04-08 11:52:06.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/LJZjStream.cpp 2013-04-09 12:12:18.487307767 +0200
|
||||
@@ -42,9 +42,12 @@
|
||||
#include "LJZjStream.h"
|
||||
#include "Utils.h"
|
||||
@ -143,9 +144,9 @@ diff -up hplip-3.13.2/prnt/hpcups/LJZjStream.cpp.logdir hplip-3.13.2/prnt/hpcups
|
||||
|
||||
if (1 != m_pJA->pre_process_raster || !firstpage_cups_header->Duplex){
|
||||
return NO_ERROR;
|
||||
diff -up hplip-3.13.2/prnt/hpcups/SystemServices.cpp.logdir hplip-3.13.2/prnt/hpcups/SystemServices.cpp
|
||||
--- hplip-3.13.2/prnt/hpcups/SystemServices.cpp.logdir 2013-02-13 16:32:39.000000000 +0000
|
||||
+++ hplip-3.13.2/prnt/hpcups/SystemServices.cpp 2013-03-05 11:14:46.074519084 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpcups/SystemServices.cpp.logdir hplip-3.13.4/prnt/hpcups/SystemServices.cpp
|
||||
--- hplip-3.13.4/prnt/hpcups/SystemServices.cpp.logdir 2013-04-08 11:52:06.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpcups/SystemServices.cpp 2013-04-09 12:12:18.488307753 +0200
|
||||
@@ -31,14 +31,17 @@
|
||||
#include "CommonDefinitions.h"
|
||||
#include "SystemServices.h"
|
||||
@ -166,9 +167,9 @@ diff -up hplip-3.13.2/prnt/hpcups/SystemServices.cpp.logdir hplip-3.13.2/prnt/hp
|
||||
|
||||
createTempFile(fname, &m_fp);
|
||||
if (m_fp)
|
||||
diff -up hplip-3.13.2/prnt/hpijs/hpcupsfax.cpp.logdir hplip-3.13.2/prnt/hpijs/hpcupsfax.cpp
|
||||
--- hplip-3.13.2/prnt/hpijs/hpcupsfax.cpp.logdir 2013-02-13 16:34:10.000000000 +0000
|
||||
+++ hplip-3.13.2/prnt/hpijs/hpcupsfax.cpp 2013-03-05 11:14:46.075519088 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpijs/hpcupsfax.cpp.logdir hplip-3.13.4/prnt/hpijs/hpcupsfax.cpp
|
||||
--- hplip-3.13.4/prnt/hpijs/hpcupsfax.cpp.logdir 2013-04-08 11:53:31.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpijs/hpcupsfax.cpp 2013-04-09 12:12:18.488307753 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
\*****************************************************************************/
|
||||
@ -218,9 +219,9 @@ diff -up hplip-3.13.2/prnt/hpijs/hpcupsfax.cpp.logdir hplip-3.13.2/prnt/hpijs/hp
|
||||
|
||||
// fdFax = mkstemp (hpFileName);
|
||||
fdFax = createTempFile(hpFileName, &pFilePtrFax);
|
||||
diff -up hplip-3.13.2/prnt/hpijs/hpijs.cpp.logdir hplip-3.13.2/prnt/hpijs/hpijs.cpp
|
||||
--- hplip-3.13.2/prnt/hpijs/hpijs.cpp.logdir 2013-03-05 11:14:46.060519023 +0000
|
||||
+++ hplip-3.13.2/prnt/hpijs/hpijs.cpp 2013-03-05 11:14:46.076519093 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpijs/hpijs.cpp.logdir hplip-3.13.4/prnt/hpijs/hpijs.cpp
|
||||
--- hplip-3.13.4/prnt/hpijs/hpijs.cpp.logdir 2013-04-09 12:12:18.475307934 +0200
|
||||
+++ hplip-3.13.4/prnt/hpijs/hpijs.cpp 2013-04-09 12:12:18.489307739 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
\*****************************************************************************/
|
||||
@ -272,9 +273,9 @@ diff -up hplip-3.13.2/prnt/hpijs/hpijs.cpp.logdir hplip-3.13.2/prnt/hpijs/hpijs.
|
||||
if ((pSS->InitScript(szCapOutFile, TRUE)) != NO_ERROR)
|
||||
BUG("unable to init capture");
|
||||
#endif
|
||||
diff -up hplip-3.13.2/prnt/hpijs/hpijsfax.cpp.logdir hplip-3.13.2/prnt/hpijs/hpijsfax.cpp
|
||||
--- hplip-3.13.2/prnt/hpijs/hpijsfax.cpp.logdir 2013-02-13 16:34:10.000000000 +0000
|
||||
+++ hplip-3.13.2/prnt/hpijs/hpijsfax.cpp 2013-03-05 11:14:46.077519097 +0000
|
||||
diff -up hplip-3.13.4/prnt/hpijs/hpijsfax.cpp.logdir hplip-3.13.4/prnt/hpijs/hpijsfax.cpp
|
||||
--- hplip-3.13.4/prnt/hpijs/hpijsfax.cpp.logdir 2013-04-08 11:53:31.000000000 +0200
|
||||
+++ hplip-3.13.4/prnt/hpijs/hpijsfax.cpp 2013-04-09 12:12:18.489307739 +0200
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#ifdef HAVE_LIBHPIP
|
||||
|
@ -1,8 +1,8 @@
|
||||
diff -up hplip-3.12.11/prnt/drv/hpcups.drv.in.snmp-quirks hplip-3.12.11/prnt/drv/hpcups.drv.in
|
||||
--- hplip-3.12.11/prnt/drv/hpcups.drv.in.snmp-quirks 2012-11-27 10:08:06.958516241 +0100
|
||||
+++ hplip-3.12.11/prnt/drv/hpcups.drv.in 2012-11-27 10:08:07.120513919 +0100
|
||||
@@ -6713,6 +6713,8 @@ Manufacturer "HP"
|
||||
Attribute "NickName" "" "HP Officejet Pro 8500 a909a, $Version"
|
||||
diff -up hplip-3.13.4/prnt/drv/hpcups.drv.in.snmp-quirks hplip-3.13.4/prnt/drv/hpcups.drv.in
|
||||
--- hplip-3.13.4/prnt/drv/hpcups.drv.in.snmp-quirks 2013-04-09 12:11:58.447587815 +0200
|
||||
+++ hplip-3.13.4/prnt/drv/hpcups.drv.in 2013-04-09 12:11:58.594585761 +0200
|
||||
@@ -6757,6 +6757,8 @@ Manufacturer "HP"
|
||||
Attribute "NickName" "" "HP Officejet Pro 8500 a909a, hpcups $Version"
|
||||
Attribute "ShortNickName" "" "HP Officejet Pro 8500 a909a"
|
||||
Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 8500 a909a;DES:officejet pro 8500 a909a;"
|
||||
+ // This device lies about its supplies capacity.
|
||||
@ -10,8 +10,8 @@ diff -up hplip-3.12.11/prnt/drv/hpcups.drv.in.snmp-quirks hplip-3.12.11/prnt/drv
|
||||
PCFileName "hp-officejet_pro_8500_a909a.ppd"
|
||||
Attribute "Product" "" "(HP Officejet Pro 8500 All-in-one Printer - a909a)"
|
||||
}
|
||||
@@ -6729,6 +6731,8 @@ Manufacturer "HP"
|
||||
Attribute "NickName" "" "HP Officejet Pro 8500 a909g, $Version"
|
||||
@@ -6773,6 +6775,8 @@ Manufacturer "HP"
|
||||
Attribute "NickName" "" "HP Officejet Pro 8500 a909g, hpcups $Version"
|
||||
Attribute "ShortNickName" "" "HP Officejet Pro 8500 a909g"
|
||||
Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 8500 a909g;DES:officejet pro 8500 a909g;"
|
||||
+ // This device lies about its supplies capacity.
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.13.3
|
||||
Release: 3%{?dist}
|
||||
Version: 3.13.4
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
|
||||
@ -526,6 +526,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.4-1
|
||||
- 3.13.4
|
||||
|
||||
* Fri Mar 15 2013 Jiri Popelka <jpopelka@redhat.com> - 3.13.3-3
|
||||
- Remove unused Requires.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user