Codebase list splix / 5932440
Add support for Samsung ML-2160 (Closes: #696240). Signed-off-by: Luca Niccoli <lultimouomo@gmail.com> Luca Niccoli 10 years ago
2 changed file(s) with 32 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Luca Niccoli <lultimouomo@gmail.com>
1 Date: Mon, 12 Aug 2013 13:51:36 +0200
2 Subject: Add support for Samsung ML-2160 (Closes: #696240)
3 Forwarded: http://sourceforge.net/p/splix/patches/15/
4
5 Signed-off-by: Luca Niccoli <lultimouomo@gmail.com>
6 ---
7 ppd/samsung.drv.in | 10 +++++++++-
8 1 file changed, 9 insertions(+), 1 deletion(-)
9
10 diff --git a/ppd/samsung.drv.in b/ppd/samsung.drv.in
11 index cad3e43..12ff223 100644
12 --- a/ppd/samsung.drv.in
13 +++ b/ppd/samsung.drv.in
14 @@ -234,7 +234,15 @@ Manufacturer "Samsung"
15 } {
16 ModelName "SCX-4623fw"
17 PCFileName "scx4623fw.ppd"
18 - }
19 + }{
20 + #import "manualduplex.defs"
21 + Attribute QPDL PacketSize "512"
22 + {
23 + ModelName "ML-2160"
24 + PCFileName "ml2160.ppd"
25 + }
26 + }
27 +
28 } {
29 Resolution k 1 0 0 0 "1200dpi/1200 DPI"
30
22 0003-Rename-drv-stubs-so-they-are-pre-processed-into-.drv.patch
33 0004-Add-target-to-pre-process-drvs.patch
44 0005-Set-debian-build-flags-during-build.patch
5 0006-Add-support-for-Samsung-ML-2160-Closes-696240.patch