Skip to content

Commit

Permalink
Add new printer definitions:
Browse files Browse the repository at this point in the history
Closes #189 Brother FAX-2840
Closes #185 Brother HL-2260
Closes #190 Brother HL-L2335D series
Closes #187 Brother MFC-7860DW
Closes #182 Brother MFC-9160
  • Loading branch information
QORTEC committed Aug 2, 2023
1 parent 08c5185 commit fed695c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ This driver has been reported to work with these printers:
* Brother DCP-L2540DW series
* Brother DCP-L2550DW series
* Brother FAX-2820
* Brother FAX-2840
* Brother HL-1110 series
* Brother HL-1200 series
* Brother HL-2030 series
Expand All @@ -40,6 +41,7 @@ This driver has been reported to work with these printers:
* Brother HL-2230 series
* Brother HL-2240D series
* Brother HL-2250DN series
* Brother HL-2260
* Brother HL-2270DW series
* Brother HL-2280DW
* Brother HL-5030 series
Expand All @@ -48,6 +50,7 @@ This driver has been reported to work with these printers:
* Brother HL-L2305 series
* Brother HL-L2310D series
* Brother HL-L2320D series
* Brother HL-L2335D series
* Brother HL-L2340D series
* Brother HL-L2350DW series
* Brother HL-L2360D series
Expand All @@ -66,8 +69,10 @@ This driver has been reported to work with these printers:
* Brother MFC-7420
* Brother MFC-7440N
* Brother MFC-7460DN
* Brother MFC-7860DW
* Brother MFC-8710DW
* Brother MFC-8860DN
* Brother MFC-9160
* Brother MFC-L2700DN series
* Brother MFC-L2700DW series
* Brother MFC-L2710DN series
Expand Down
37 changes: 37 additions & 0 deletions brlaser.drv.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br2820.ppd"
}

{
ModelName "FAX-2840"
Attribute "NickName" "" "Brother FAX-2840, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;MFG:Brother;CMD:PJL,HBP;MDL:FAX-2840;CLS:PRINTER;CID:Brother Laser Type1;"
PCFileName "br2840.ppd"
}

{
ModelName "HL-1110"
Attribute "NickName" "" "Brother HL-1110 series, $USING"
Expand Down Expand Up @@ -318,6 +325,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br2250d.ppd"
}

{
ModelName "HL-2260"
Attribute "NickName" "" "Brother HL-2260, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2260;CLS:PRINTER;CID:Brother Laser Type1;"
PCFileName "br2260.ppd"
}

{
ModelName "HL-2270DW series"
Attribute "NickName" "" "Brother HL-2270DW series, $USING"
Expand Down Expand Up @@ -380,6 +394,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "brl2320d.ppd"
}

{
ModelName "HL-L2335D series"
Attribute "NickName" "" "Brother HL-L2335D series, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-L2335D series;CLS:PRINTER;CID:Brother Laser Type1;"
Duplex rotated
PCFileName "brl2335d.ppd"
}

{
ModelName "HL-L2340D"
Attribute "NickName" "" "Brother HL-L2340D series, $USING"
Expand Down Expand Up @@ -517,6 +539,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br7460dn.ppd"
}

{
ModelName "MFC-7860DW"
Attribute "NickName" "" "Brother MFC-7860DW, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:MFC-7860DW;CLS:PRINTER;CID:Brother Laser Type1;"
Duplex rotated
PCFileName "br7860d.ppd"
}

{
ModelName "MFC-8710DW"
Attribute "NickName" "" "Brother MFC-8710DW, $USING"
Expand All @@ -533,6 +563,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br8860d.ppd"
}

{
ModelName "MFC-9160"
Attribute "NickName" "" "Brother MFC-9160, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:HBP,PCL;MDL:MFC-9160;CLS:PRINTER;"
PCFileName "br9160.ppd"
}

{
ModelName "MFC-L2700DN series"
Attribute "NickName" "" "Brother MFC-L2700DN series, $USING"
Expand Down

0 comments on commit fed695c

Please sign in to comment.