From c08bbc31934e3ba996a78dded74e94228fdad431 Mon Sep 17 00:00:00 2001 From: Peter De Wachter Date: Sun, 22 Sep 2019 19:34:00 +0200 Subject: [PATCH] Add a bunch of printers Closes #33 Brother HL-5030 Closes #39 Brother HL-2140 Closes #44 Brother HL-2220 Closes #45 Brother DCP-L2540D Closes #46 Brother HL-2030 --- README.md | 15 ++++++++++----- brlaser.drv.in | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 226bb54..b39e6a3 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ source drivers don't work, this one might help. This driver has been reported to work with these printers: -* Brother DCP-1510 -* Brother DCP-1602 +* Brother DCP-1510 series +* Brother DCP-1600 series * Brother DCP-7030 * Brother DCP-7040 * Brother DCP-7055 @@ -19,10 +19,15 @@ This driver has been reported to work with these printers: * Brother DCP-7060D * Brother DCP-7065DN * Brother DCP-7080 -* Brother DCP-L2500D -* Brother DCP-L2540DW +* Brother DCP-L2500D series +* Brother DCP-L2520D series +* Brother DCP-L2540DW series * Brother HL-1110 series * Brother HL-1200 series +* Brother HL-2030 series +* Brother HL-2140 series +* Brother HL-2220 series +* Brother HL-5030 series * Brother HL-L2300D series * Brother HL-L2320D series * Brother HL-L2340D series @@ -32,7 +37,7 @@ This driver has been reported to work with these printers: * Brother MFC-7360N * Brother MFC-7365DN * Brother MFC-7840W -* Brother MFC-L2710DW +* Brother MFC-L2710DW series * Lenovo M7605D diff --git a/brlaser.drv.in b/brlaser.drv.in index 19b1db0..faee861 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -165,6 +165,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl2500d.ppd" } +{ + ModelName "DCP-L2520D" + Attribute "NickName" "" "Brother DCP-L2520D series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-L2520D series;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "brl2520d.ppd" +} + { ModelName "DCP-L2540DW" Attribute "NickName" "" "Brother DCP-L2540DW series, $USING" @@ -188,6 +196,34 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br1200.ppd" } +{ + ModelName "HL-2030 series" + Attribute "NickName" "" "Brother HL-2030 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2030 series;CLS:PRINTER;" + PCFileName "br2030.ppd" +} + +{ + ModelName "HL-2140 series" + Attribute "NickName" "" "Brother HL-2140 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2140 series;CLS:PRINTER;" + PCFileName "br2140.ppd" +} + +{ + ModelName "HL-2220 series" + Attribute "NickName" "" "Brother HL-2220 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2220 series;CLS:PRINTER;" + PCFileName "br2220.ppd" +} + +{ + ModelName "HL-5030 series" + Attribute "NickName" "" "Brother HL-5030 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL;MDL:HL-5030 series;CLS:PRINTER;" + PCFileName "br5030.ppd" +} + { ModelName "HL-L2300D" Attribute "NickName" "" "Brother HL-L2300D series, $USING"