Add Device ID for Xerox WorkCentre 3119 Series (#1294214)

This commit is contained in:
Jiri Popelka 2015-12-29 11:06:29 +01:00
parent 78cdaf29e0
commit ab18291c6f
2 changed files with 18 additions and 7 deletions

View File

@ -1,6 +1,6 @@
diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in
--- splix/ppd/samsung.drv.in.deviceID 2013-08-26 21:45:31.000000000 +0200 --- splix/ppd/samsung.drv.in.deviceID 2013-08-26 21:45:31.000000000 +0200
+++ splix/ppd/samsung.drv.in 2014-05-12 10:51:19.552725911 +0200 +++ splix/ppd/samsung.drv.in 2015-12-29 11:01:10.646489492 +0100
@@ -39,6 +39,7 @@ Manufacturer "Samsung" @@ -39,6 +39,7 @@ Manufacturer "Samsung"
Resolution k 1 0 0 0 "300dpi/300 DPI" Resolution k 1 0 0 0 "300dpi/300 DPI"
@ -82,8 +82,16 @@ diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in
Attribute General CMSFile "CLP-315" Attribute General CMSFile "CLP-315"
diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in
--- splix/ppd/xerox.drv.in.deviceID 2013-08-26 17:22:00.000000000 +0200 --- splix/ppd/xerox.drv.in.deviceID 2013-08-26 17:22:00.000000000 +0200
+++ splix/ppd/xerox.drv.in 2014-05-12 10:46:39.239623721 +0200 +++ splix/ppd/xerox.drv.in 2015-12-29 11:03:33.639830777 +0100
@@ -66,6 +66,7 @@ Manufacturer "Xerox" @@ -31,6 +31,7 @@ Manufacturer "Xerox"
Resolution k 1 0 0 0 "300dpi/300 DPI"
ModelName "WorkCentre 3119"
+ Attribute "1284DeviceID" "" "MFG:Xerox;MDL:WorkCentre 3119 Series;CMD:GDI;"
PCFileName "wc3119.ppd"
} {
Resolution k 1 0 0 0 "300dpi/300 DPI"
@@ -66,6 +67,7 @@ Manufacturer "Xerox"
} { } {
#import "manualduplex.defs" #import "manualduplex.defs"
ModelName "Phaser 3120" ModelName "Phaser 3120"
@ -91,7 +99,7 @@ diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in
PCFileName "ph3120.ppd" PCFileName "ph3120.ppd"
} { } {
#import "manualduplex.defs" #import "manualduplex.defs"
@@ -74,6 +75,7 @@ Manufacturer "Xerox" @@ -74,6 +76,7 @@ Manufacturer "Xerox"
} { } {
#import "manualduplex.defs" #import "manualduplex.defs"
ModelName "Phaser 3130" ModelName "Phaser 3130"
@ -99,7 +107,7 @@ diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in
PCFileName "ph3130.ppd" PCFileName "ph3130.ppd"
} { } {
// Multi-tray // Multi-tray
@@ -118,6 +120,7 @@ Manufacturer "Xerox" @@ -118,6 +121,7 @@ Manufacturer "Xerox"
{ {
ModelName "Phaser 3117" ModelName "Phaser 3117"
@ -107,7 +115,7 @@ diff -up splix/ppd/xerox.drv.in.deviceID splix/ppd/xerox.drv.in
PCFileName "ph3117.ppd" PCFileName "ph3117.ppd"
} { } {
Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI" Resolution k 1 0 0 0 "1200x600dpi/1200x600 DPI"
@@ -131,6 +134,7 @@ Manufacturer "Xerox" @@ -131,6 +135,7 @@ Manufacturer "Xerox"
{ {
ModelName "Phaser 3124" ModelName "Phaser 3124"

View File

@ -3,7 +3,7 @@
Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers) Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers)
Name: splix Name: splix
Version: 2.0.1 Version: 2.0.1
Release: 0.27.%{checkout}%{?dist} Release: 0.28.%{checkout}%{?dist}
License: GPLv2 License: GPLv2
URL: http://splix.sourceforge.net/ URL: http://splix.sourceforge.net/
@ -63,6 +63,9 @@ make install DRV_ONLY=1 CUPSDRV=%{_datadir}/cups/drv/splix DESTDIR=%{buildroot}
%{_datadir}/cups/drv/splix %{_datadir}/cups/drv/splix
%changelog %changelog
* Tue Dec 29 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.28.20130902svn
- Add Device ID for Xerox WorkCentre 3119 Series (#1294214)
* Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.27.20130902svn * Thu Nov 26 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.27.20130902svn
- BuildRequires: python3-cups - BuildRequires: python3-cups