diff --git a/README.md b/README.md index cd89a53..b4c188d 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,31 @@ such as PCL or PostScript, not all do. If you have a monochrome Brother laser printer (or multi-function device) and the other open source drivers don't work, this one might help. -This driver is known to work with these printers: +This driver has been reported to work with these printers: * Brother DCP-1510 +* Brother DCP-1602 * Brother DCP-7030 * Brother DCP-7040 * Brother DCP-7055 * Brother DCP-7055W +* Brother DCP-7060D * Brother DCP-7065DN * Brother DCP-7080 +* Brother DCP-L2500D +* Brother DCP-L2540DW * Brother HL-1200 series +* Brother HL-L2300D series * Brother HL-L2320D series +* Brother HL-L2340D series * Brother HL-L2360D series +* Brother MFC-1910W * Brother MFC-7240 * Brother MFC-7360N - -It partially works with these printers: - -* Brother HL-L2300D series +* Brother MFC-7365DN +* Brother MFC-7840W +* Brother MFC-L2710DW +* Lenovo M7605D Other printers diff --git a/brlaser.drv.in b/brlaser.drv.in index c8c44f9..d917359 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -87,6 +87,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br1510.ppd" } +{ + ModelName "DCP-1600 series" + Attribute "NickName" "" "Brother DCP-1600 series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,XL2HB;MDL:DCP-1600 series;CLS:PRINTER;CID:Brother Laser Type1;" + PCFileName "br1600.ppd" +} + { ModelName "DCP-7030" Attribute "NickName" "" "Brother DCP-7030, $USING" @@ -119,6 +126,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br7055w.ppd" } +{ + ModelName "DCP-7060D" + Attribute "NickName" "" "Brother DCP-7060D, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7060D;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "br7060d.ppd" +} + { ModelName "DCP-7065DN" Attribute "NickName" "" "Brother DCP-7065DN, $USING" @@ -142,6 +157,22 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br7080d.ppd" } +{ + ModelName "DCP-L2500D" + Attribute "NickName" "" "Brother DCP-L2500D series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-L2500D series;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "brl2500d.ppd" +} + +{ + ModelName "DCP-L2540DW" + Attribute "NickName" "" "Brother DCP-L2540DW series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-L2540DW series;CLS:PRINTER;CID:Brother Laser Type1;" + Duplex rotated + PCFileName "brl2540.ppd" +} + { ModelName "HL-1200" Attribute "NickName" "" "Brother HL-1200 series, $USING" @@ -165,6 +196,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl2320d.ppd" } +{ + ModelName "HL-L2340D" + Attribute "NickName" "" "Brother HL-L2340D series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP,URF;MDL:HL-L2340D series;CLS:PRINTER;CID:Brother Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ4,RS300-600,V1.3,DM1;" + Duplex rotated + PCFileName "brl2340d.ppd" +} + { ModelName "HL-L2360D" Attribute "NickName" "" "Brother HL-L2360D series, $USING" @@ -173,6 +212,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl2360d.ppd" } +{ + ModelName "MFC-1910W" + Attribute "NickName" "" "Brother MFC-1910W, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;MFG:Brother;CMD:PJL,HBP;MDL:MFC-1910W series;CLS:PRINTER;CID:Brother Laser Type1;" + PCFileName "br1910w.ppd" +} + { ModelName "MFC-7240" Attribute "NickName" "" "Brother MFC-7240, $USING" @@ -186,3 +232,21 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:MFC-7360N;CLS:PRINTER;CID:Brother Laser Type1;" PCFileName "br7360n.ppd" } + + +{ + ModelName "MFC-7365DN" + Attribute "NickName" "" "Brother MFC-7365DN, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:MFC-7365DN;CLS:PRINTER;CID:Brother Laser Type1;" + Resolution k 1 0 0 0 "300dpi/300 DPI" + Duplex rotated + PCFileName "br7365dn.ppd" +} + +{ + ModelName "MFC-L2710DW series" + Attribute "NickName" "" "Brother MFC-L2710DW series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP,URF;MDL:MFC-L2710DW series;CLS:PRINTER;CID:Brother Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ3-4-5,RS300-600-1200,V1.4,DM1;" + Duplex rotated + PCFileName "brl2710.ppd" +}