From 8b99cced73ffb27c65e6f5aa98cc42a998ad748d Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Tue, 25 Nov 2014 00:02:23 +0100 Subject: [PATCH] Add Brother DCP-7055 Looks like this printer has some configuration options beyond what brlaser currently knows about. But this offers basic functionality. --- README.md | 1 + brlaser.drv.in | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index da4cb95..5a7f8c0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ don't work, this one might help. It is known to support these printers: * Brother DCP-7030 +* Brother DCP-7055 * Brother DCP-7065DN Copyright diff --git a/brlaser.drv.in b/brlaser.drv.in index 364c319..9f83b8e 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -82,6 +82,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br7030.ppd" } +{ + ModelName "DCP-7055" + Attribute "NickName" "" "Brother DCP-7055, using @PACKAGE@ v@VERSION@" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7055;CLS:PRINTER;CID:Brother Laser Type1;" + PCFileName "br7055.ppd" +} + { ModelName "DCP-7065DN" Attribute "NickName" "" "Brother DCP-7065DN, using @PACKAGE@ v@VERSION@"