1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-04-07 13:16:43 +02:00

Add a bunch of printer stanzas

- Brother DCP-1602 (fixes #42)
- Brother DCP-7060D (fixes #43)
- Brother DCP-L2500D (fixes #35)
- Brother DCP-L2540DW (fixes #32)
- Brother HL-L2340D (fixes #37)
- Brother MFC-1910W (fixes #36)
- Brother MFC-7365DN (fixes #30)
- Brother MFC-7840W (fixes #41)
- Brother MFC-L2710DW (fixes #34)
- Lenovo M7605D (fixes #26)
This commit is contained in:
Peter De Wachter 2019-05-18 22:03:30 +02:00
parent 779f71e80f
commit 17a24ef7a1
2 changed files with 76 additions and 5 deletions

View File

@ -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 Brother laser printer (or multi-function device) and the other open
source drivers don't work, this one might help. 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-1510
* Brother DCP-1602
* Brother DCP-7030 * Brother DCP-7030
* Brother DCP-7040 * Brother DCP-7040
* Brother DCP-7055 * Brother DCP-7055
* Brother DCP-7055W * Brother DCP-7055W
* Brother DCP-7060D
* Brother DCP-7065DN * Brother DCP-7065DN
* Brother DCP-7080 * Brother DCP-7080
* Brother DCP-L2500D
* Brother DCP-L2540DW
* Brother HL-1200 series * Brother HL-1200 series
* Brother HL-L2300D series
* Brother HL-L2320D series * Brother HL-L2320D series
* Brother HL-L2340D series
* Brother HL-L2360D series * Brother HL-L2360D series
* Brother MFC-1910W
* Brother MFC-7240 * Brother MFC-7240
* Brother MFC-7360N * Brother MFC-7360N
* Brother MFC-7365DN
It partially works with these printers: * Brother MFC-7840W
* Brother MFC-L2710DW
* Brother HL-L2300D series * Lenovo M7605D
Other printers Other printers

View File

@ -87,6 +87,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br1510.ppd" 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" ModelName "DCP-7030"
Attribute "NickName" "" "Brother DCP-7030, $USING" Attribute "NickName" "" "Brother DCP-7030, $USING"
@ -119,6 +126,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br7055w.ppd" 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" ModelName "DCP-7065DN"
Attribute "NickName" "" "Brother DCP-7065DN, $USING" Attribute "NickName" "" "Brother DCP-7065DN, $USING"
@ -142,6 +157,22 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br7080d.ppd" 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" ModelName "HL-1200"
Attribute "NickName" "" "Brother HL-1200 series, $USING" Attribute "NickName" "" "Brother HL-1200 series, $USING"
@ -165,6 +196,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "brl2320d.ppd" 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" ModelName "HL-L2360D"
Attribute "NickName" "" "Brother HL-L2360D series, $USING" Attribute "NickName" "" "Brother HL-L2360D series, $USING"
@ -173,6 +212,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "brl2360d.ppd" 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" ModelName "MFC-7240"
Attribute "NickName" "" "Brother MFC-7240, $USING" 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;" Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:MFC-7360N;CLS:PRINTER;CID:Brother Laser Type1;"
PCFileName "br7360n.ppd" 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"
}