Add Device ID for Samsung ML-1660.

https://bugs.launchpad.net/ubuntu/+source/cups/+bug/917507
This commit is contained in:
Jiri Popelka 2012-01-18 18:44:45 +01:00
parent 5f43bc4bb6
commit e602a52e1c
2 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
diff -up splix/ppd/samsung.drv.deviceID splix/ppd/samsung.drv
--- splix/ppd/samsung.drv.deviceID 2011-07-20 18:20:18.000000000 +0200
+++ splix/ppd/samsung.drv 2011-11-29 14:17:00.204843690 +0100
+++ splix/ppd/samsung.drv 2012-01-18 18:41:04.460975855 +0100
@@ -83,6 +83,7 @@ Manufacturer "Samsung"
PCFileName "ml1520.ppd"
} {
@ -9,3 +9,11 @@ diff -up splix/ppd/samsung.drv.deviceID splix/ppd/samsung.drv
PCFileName "ml1610.ppd"
} {
ModelName "ML-1710"
@@ -193,6 +194,7 @@ Manufacturer "Samsung"
{
ModelName "ML-1660"
+ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-1660 Series;CMD:GDI,FWV,EXT;"
PCFileName "ml1660.ppd"
} {
ModelName "ML-1910"

View File

@ -3,7 +3,7 @@
Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers)
Name: splix
Version: 2.0.1
Release: 0.6.%{checkout}%{?dist}
Release: 0.7.%{checkout}%{?dist}
License: GPLv2
Group: System Environment/Base
URL: http://splix.sourceforge.net/
@ -102,6 +102,9 @@ make install
%{_datadir}/cups/model/splix/
%changelog
* Wed Jan 18 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.7.20111121svn
- Add Device ID for Samsung ML-1660.
* Wed Nov 30 2011 Jiri Popelka <jpopelka@redhat.com> - 2.0.1-0.6.20111121svn
- Install splix PPDs into separate directory.
- Added patch for compiling/installing DRVs instead of PPDs.