Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Brother HL-2240D #157

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ This driver has been reported to work with these printers:
* Brother HL-2030 series
* Brother HL-2140 series
* Brother HL-2220 series
* Brother HL-2240D series
* Brother HL-2270DW series
* Brother HL-5030 series
* Brother HL-L2300D series
Expand Down
7 changes: 7 additions & 0 deletions brlaser.drv.in
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
PCFileName "br2220.ppd"
}

{
ModelName "HL-2240D"
Attribute "NickName" "" "Brother HL-2240D series, $USING"
Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:HL-2240D series;CLS:PRINTER;"
PCFileName "br2240d.ppd"
}

{
ModelName "HL-2270DW series"
Attribute "NickName" "" "Brother HL-2270DW series, $USING"
Expand Down