mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 15:38:20 +01:00
Add Brother HL-L2360DW (Closes #22)
This commit is contained in:
parent
de26cc4bf0
commit
4f2f1d606e
@ -17,6 +17,7 @@ This driver is known to work with these printers:
|
|||||||
* Brother DCP-7055W
|
* Brother DCP-7055W
|
||||||
* Brother DCP-7065DN
|
* Brother DCP-7065DN
|
||||||
* Brother HL-L2300D
|
* Brother HL-L2300D
|
||||||
|
* Brother HL-L2360DW
|
||||||
* Brother MFC-7240
|
* Brother MFC-7240
|
||||||
* Brother MFC-7360N
|
* Brother MFC-7360N
|
||||||
|
|
||||||
|
@ -129,12 +129,20 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
|||||||
|
|
||||||
{
|
{
|
||||||
ModelName "HL-L2300D"
|
ModelName "HL-L2300D"
|
||||||
Attribute "NickName" "" "Brother HL-L2300D, $USING"
|
Attribute "NickName" "" "Brother HL-L2300D series, $USING"
|
||||||
Attribute "1284DeviceID" "" " MFG:Brother;CMD:PJL,HBP;MDL:HL-L2300D series;CLS:PRINTER;CID:Brother Laser Type1;"
|
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-L2300D series;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||||
Duplex rotated
|
Duplex rotated
|
||||||
PCFileName "brl2300d.ppd"
|
PCFileName "brl2300d.ppd"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
ModelName "HL-L2360D"
|
||||||
|
Attribute "NickName" "" "Brother HL-L2360D series, $USING"
|
||||||
|
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:HL-L2360D 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 "brl2360d.ppd"
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
ModelName "MFC-7240"
|
ModelName "MFC-7240"
|
||||||
Attribute "NickName" "" "Brother MFC-7240, $USING"
|
Attribute "NickName" "" "Brother MFC-7240, $USING"
|
||||||
|
Loading…
Reference in New Issue
Block a user