mirror of
https://github.com/pdewacht/brlaser
synced 2025-05-02 14:36:45 +02:00
Add some new printer definitions
Closes #141 Brother DCP-7020 Closes #172 Brother DCP-8065DN Closes #147 Brother HL-2230 series Closes #121 Brother HL-2240D series Closes #128 Brother HL-2280DW Closes #162 Brother HL-L2370DN series Closes #156 Brother HL-L5000D series Closes #144 Brother MFC-7440N Closes #129 Brother MFC-8860DN Closes #134 Brother MFC-L2700DW series Closes #130 Brother MFC-L2710DN series Closes #142 Lenovo LJ2650DN Closes #150 Fuji Xerox DocuPrint P265 dw
This commit is contained in:
parent
a35de4c933
commit
1f8682a8e9
13
README.md
13
README.md
@ -12,6 +12,7 @@ This driver has been reported to work with these printers:
|
||||
|
||||
* Brother DCP-1510 series
|
||||
* Brother DCP-1600 series
|
||||
* Brother DCP-7020
|
||||
* Brother DCP-7030
|
||||
* Brother DCP-7040
|
||||
* Brother DCP-7055
|
||||
@ -20,6 +21,7 @@ This driver has been reported to work with these printers:
|
||||
* Brother DCP-7065DN
|
||||
* Brother DCP-7070DW
|
||||
* Brother DCP-7080
|
||||
* Brother DCP-8065DN
|
||||
* Brother DCP-L2500D series
|
||||
* Brother DCP-L2510D series
|
||||
* Brother DCP-L2520D series
|
||||
@ -33,8 +35,11 @@ This driver has been reported to work with these printers:
|
||||
* Brother HL-2130 series
|
||||
* Brother HL-2140 series
|
||||
* Brother HL-2220 series
|
||||
* Brother HL-2230 series
|
||||
* Brother HL-2240D series
|
||||
* Brother HL-2250DN series
|
||||
* Brother HL-2270DW series
|
||||
* Brother HL-2280DW
|
||||
* Brother HL-5030 series
|
||||
* Brother HL-5040 series
|
||||
* Brother HL-L2300D series
|
||||
@ -44,9 +49,11 @@ This driver has been reported to work with these printers:
|
||||
* Brother HL-L2340D series
|
||||
* Brother HL-L2350DW series
|
||||
* Brother HL-L2360D series
|
||||
* Brother HL-L2370DN series
|
||||
* Brother HL-L2375DW series
|
||||
* Brother HL-L2380DW series
|
||||
* Brother HL-L2390DW
|
||||
* Brother HL-L5000D series
|
||||
* Brother MFC-1810 series
|
||||
* Brother MFC-1910W
|
||||
* Brother MFC-7240
|
||||
@ -55,14 +62,20 @@ This driver has been reported to work with these printers:
|
||||
* Brother MFC-7360N
|
||||
* Brother MFC-7365DN
|
||||
* Brother MFC-7420
|
||||
* Brother MFC-7440N
|
||||
* Brother MFC-7460DN
|
||||
* Brother MFC-7840W
|
||||
* Brother MFC-8710DW
|
||||
* Brother MFC-8860DN
|
||||
* Brother MFC-L2700DN series
|
||||
* Brother MFC-L2700DW series
|
||||
* Brother MFC-L2710DN series
|
||||
* Brother MFC-L2710DW series
|
||||
* Brother MFC-L2750DW series
|
||||
* Brother MFC-L3750CDW series
|
||||
* Lenovo LJ2650DN
|
||||
* Lenovo M7605D
|
||||
* Fuji Xerox DocuPrint P265 dw
|
||||
|
||||
|
||||
Other printers
|
||||
|
101
brlaser.drv.in
101
brlaser.drv.in
@ -94,6 +94,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br1600.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-7020"
|
||||
Attribute "NickName" "" "Brother DCP-7020, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7020;CLS:PRINTER;"
|
||||
Resolution k 1 0 0 0 "300dpi/300 DPI"
|
||||
PCFileName "br7020.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-7030"
|
||||
Attribute "NickName" "" "Brother DCP-7030, $USING"
|
||||
@ -157,6 +165,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br7080.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-8065DN"
|
||||
Attribute "NickName" "" "Brother DCP-8065DN, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:DCP-8065DN;CLS:PRINTER;"
|
||||
Duplex rotated
|
||||
PCFileName "br8065dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-7080D"
|
||||
Attribute "NickName" "" "Brother DCP-7080D, $USING"
|
||||
@ -264,6 +280,21 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br2220.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-2230"
|
||||
Attribute "NickName" "" "Brother HL-2230 series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2230 series;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
PCFileName "br2230.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-2240D"
|
||||
Attribute "NickName" "" "Brother HL-2240D series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2240D series;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
Duplex rotated
|
||||
PCFileName "br2240d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-2250DN series"
|
||||
Attribute "NickName" "" "Brother HL-2250DN series, $USING"
|
||||
@ -281,6 +312,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br2270dw.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-2280DW"
|
||||
Attribute "NickName" "" "Brother HL-2280DW, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-2280DW;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
Duplex rotated
|
||||
PCFileName "br2280dw.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-5030 series"
|
||||
Attribute "NickName" "" "Brother HL-5030 series, $USING"
|
||||
@ -350,6 +389,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "brl2360d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2370DN"
|
||||
Attribute "NickName" "" "Brother HL-L2370DN series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:HL-L2370DN 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 "brl2370n.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2375DW"
|
||||
Attribute "NickName" "" "Brother HL-L2375DW series, $USING"
|
||||
@ -374,6 +421,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "brl2390w.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L5000D"
|
||||
Attribute "NickName" "" "Brother HL-L5000D series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-L5000D series;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
Duplex rotated
|
||||
PCFileName "brl5000d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-1810"
|
||||
Attribute "NickName" "" "Brother MFC-1810 series, $USING"
|
||||
@ -432,6 +487,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br7420.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-7440N"
|
||||
Attribute "NickName" "" "Brother MFC-7440N, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:MFC-7440N;CLS:PRINTER;"
|
||||
PCFileName "br7440n.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-7460DN"
|
||||
Attribute "NickName" "" "Brother MFC-7460DN, $USING"
|
||||
@ -448,6 +510,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br8710dw.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-8860DN"
|
||||
Attribute "NickName" "" "Brother MFC-8860DN, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL,POSTSCRIPT;MDL:MFC-8860DN;CLS:PRINTER;"
|
||||
Duplex rotated
|
||||
PCFileName "br8860dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-L2700DN series"
|
||||
Attribute "NickName" "" "Brother MFC-L2700DN series, $USING"
|
||||
@ -456,6 +526,22 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "brl2700dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-L2700DW"
|
||||
Attribute "NickName" "" "Brother MFC-L2700DW series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP,URF;MDL:MFC-L2700DW series;CLS:PRINTER;CID:Brother Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ4,RS200-300-600,V1.3,DM1;"
|
||||
Duplex rotated
|
||||
PCFileName "brl2700dw.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-L2710DN"
|
||||
Attribute "NickName" "" "Brother MFC-L2710DN series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP,URF;MDL:MFC-L2710DN 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 "brl2710dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "MFC-L2710DW series"
|
||||
Attribute "NickName" "" "Brother MFC-L2710DW series, $USING"
|
||||
@ -480,3 +566,18 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "brl3750w.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "LJ2650DN"
|
||||
Attribute "NickName" "" "Lenovo LJ2650DN, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Lenovo;CMD:PJL,PCL,PCLXL;MDL:LJ2650DN;CLS:PRINTER;"
|
||||
Duplex rotated
|
||||
PCFileName "ln2650dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DocuPrint P265 dw"
|
||||
Attribute "NickName" "" "FX DocuPrint P265 dw, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:FX;CMD:PJL,PCL,PCLXL,URF;MDL:DocuPrint P265 dw;CLS:PRINTER;CID:FX Laser Type1;URF:W8,CP1,IS4-1,MT1-3-4-5-8,OB10,PQ4,RS300-600,V1.3,DM1;"
|
||||
Duplex rotated
|
||||
PCFileName "fxp265dw.ppd"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user