mirror of
https://github.com/pdewacht/brlaser
synced 2024-12-26 15:38:20 +01:00
Update compatibility list.
- Add DCP-7080 (#24) - Add HL-L2320D (#25) - Add HL-1200 series (#27) - Mark HL-L2300D as buggy.
This commit is contained in:
parent
4414717ed4
commit
7e1cc6911e
10
README.md
10
README.md
@ -16,11 +16,17 @@ This driver is known to work with these printers:
|
||||
* Brother DCP-7055
|
||||
* Brother DCP-7055W
|
||||
* Brother DCP-7065DN
|
||||
* Brother HL-L2300D
|
||||
* Brother HL-L2360DW
|
||||
* Brother DCP-7080
|
||||
* Brother HL-1200 series
|
||||
* Brother HL-L2320D series
|
||||
* Brother HL-L2360D series
|
||||
* Brother MFC-7240
|
||||
* Brother MFC-7360N
|
||||
|
||||
It partially works with these printers:
|
||||
|
||||
* Brother HL-L2300D series
|
||||
|
||||
|
||||
Other printers
|
||||
--------------
|
||||
|
@ -127,6 +127,28 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "br7065dn.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-7080"
|
||||
Attribute "NickName" "" "Brother DCP-7080, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7080;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
PCFileName "br7080.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "DCP-7080D"
|
||||
Attribute "NickName" "" "Brother DCP-7080D, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7080D;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
Duplex rotated
|
||||
PCFileName "br7080d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-1200"
|
||||
Attribute "NickName" "" "Brother HL-1200 series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-1200 series;CLS:PRINTER;CID:Brother Laser Type3;"
|
||||
PCFileName "br1200.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2300D"
|
||||
Attribute "NickName" "" "Brother HL-L2300D series, $USING"
|
||||
@ -135,6 +157,14 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
|
||||
PCFileName "brl2300d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2320D"
|
||||
Attribute "NickName" "" "Brother HL-L2320D series, $USING"
|
||||
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-L2320D series;CLS:PRINTER;CID:Brother Laser Type1;"
|
||||
Duplex rotated
|
||||
PCFileName "brl2320d.ppd"
|
||||
}
|
||||
|
||||
{
|
||||
ModelName "HL-L2360D"
|
||||
Attribute "NickName" "" "Brother HL-L2360D series, $USING"
|
||||
|
Loading…
Reference in New Issue
Block a user