Skip to content

Commit

Permalink
Add Brother DCP-7055
Browse files Browse the repository at this point in the history
Looks like this printer has some configuration options beyond what
brlaser currently knows about. But this offers basic functionality.
  • Loading branch information
pdewacht committed Nov 24, 2014
1 parent 1dcd5b4 commit 8b99cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ don't work, this one might help.
It is known to support these printers:

* Brother DCP-7030
* Brother DCP-7055
* Brother DCP-7065DN

Copyright
Expand Down
7 changes: 7 additions & 0 deletions brlaser.drv.in
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br7030.ppd"
}

{
ModelName "DCP-7055"
Attribute "NickName" "" "Brother DCP-7055, using @PACKAGE@ v@VERSION@"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7055;CLS:PRINTER;CID:Brother Laser Type1;"
PCFileName "br7055.ppd"
}

{
ModelName "DCP-7065DN"
Attribute "NickName" "" "Brother DCP-7065DN, using @PACKAGE@ v@VERSION@"
Expand Down

0 comments on commit 8b99cce

Please sign in to comment.