]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
Sample PPDs: Useful "*Product:" name in the PCL-XL PPDs
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 18 Oct 2021 20:26:51 +0000 (22:26 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 18 Oct 2021 20:26:51 +0000 (22:26 +0200)
The PCL-XL PPDs, pxlmono.ppd and pxlcolor.ppd, the product name was
"GPL Ghostscript" which could make make printer setup tools list these
PPDs with this name which does not say anything about the PPD, and
even consider the second one as duplicate of the first one (both
libpappl-retrofit and pyppd did this before they received their most
recent improvements).

Now they names are more useful and the PPDs always listed correctly.

ppdfiles/pxlcolor.ppd
ppdfiles/pxlmono.ppd

index 4c9785d55d7814000dca9ec74cc196e92e2e568e..c6e3d9d9247d09e0c91c44b15594924e9f00df58 100644 (file)
@@ -17,7 +17,7 @@
 *LanguageEncoding: ISOLatin1
 *PCFileName:   "PXLCOLOR.PPD"
 *Manufacturer: "HP"
-*Product:      "(GPL Ghostscript)"
+*Product:      "(HP Color LaserJet Series PCL 6)"
 *cupsVersion:  1.1
 *cupsManualCopies: False
 *cupsFilter:   "application/vnd.cups-postscript 100 gstopxl"
index 26a4065d9ef4a2e073c25135bbb982974ade2ac2..478ebe326d079635f6030a795f3915238c1465bd 100644 (file)
@@ -17,7 +17,7 @@
 *LanguageEncoding: ISOLatin1
 *PCFileName:   "PXLMONO.PPD"
 *Manufacturer: "HP"
-*Product:      "(GPL Ghostscript)"
+*Product:      "(HP LaserJet Series PCL 6)"
 *cupsVersion:  1.1
 *cupsManualCopies: False
 *cupsFilter:   "application/vnd.cups-postscript 100 gstopxl"