From 7e1cc6911e44b4b7bdb50fcf100f19819c727aec Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Wed, 4 Jul 2018 00:14:44 +0200 Subject: [PATCH] Update compatibility list. - Add DCP-7080 (#24) - Add HL-L2320D (#25) - Add HL-1200 series (#27) - Mark HL-L2300D as buggy. --- README.md | 10 ++++++++-- brlaser.drv.in | 30 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d17f2b..cd89a53 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,17 @@ This driver is known to work with these printers: * Brother DCP-7055 * Brother DCP-7055W * Brother DCP-7065DN -* Brother HL-L2300D -* Brother HL-L2360DW +* Brother DCP-7080 +* Brother HL-1200 series +* Brother HL-L2320D series +* Brother HL-L2360D series * Brother MFC-7240 * Brother MFC-7360N +It partially works with these printers: + +* Brother HL-L2300D series + Other printers -------------- diff --git a/brlaser.drv.in b/brlaser.drv.in index 5eb8208..c8c44f9 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -127,6 +127,28 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br7065dn.ppd" } +{ + ModelName "DCP-7080" + Attribute "NickName" "" "Brother DCP-7080, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7080;CLS:PRINTER;CID:Brother Laser Type1;" + PCFileName "br7080.ppd" +} + +{ + ModelName "DCP-7080D" + Attribute "NickName" "" "Brother DCP-7080D, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7080D;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "br7080d.ppd" +} + +{ + ModelName "HL-1200" + Attribute "NickName" "" "Brother HL-1200 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-1200 series;CLS:PRINTER;CID:Brother Laser Type3;" + PCFileName "br1200.ppd" +} + { ModelName "HL-L2300D" Attribute "NickName" "" "Brother HL-L2300D series, $USING" @@ -135,6 +157,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl2300d.ppd" } +{ + ModelName "HL-L2320D" + Attribute "NickName" "" "Brother HL-L2320D series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-L2320D series;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "brl2320d.ppd" +} + { ModelName "HL-L2360D" Attribute "NickName" "" "Brother HL-L2360D series, $USING"