From 0fc99bbf80bba99e81e2dd92a2018d21117c4829 Mon Sep 17 00:00:00 2001 From: Ethan Rooke Date: Sat, 26 Aug 2023 10:55:13 -0500 Subject: [PATCH] Add hl-5370dw support **Printer Entry**: ```` Device: uri = usb://Brother/HL-5370DW%20series?serial=C2J486800 class = direct info = Brother HL-5370DW series make-and-model = Brother HL-5370DW series device-id = MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-5370DW series;CLS:PRINTER; location = ```` **Verified**: - [x] test page printed - [x] tested 300dpi - [x] tested 600dpi - [x] tested 1200dpi - [x] texted simplex - [x] tested duplex **Additional notes**: Contrary to the other printers the duplex directive had to be set to normal to get correct duplex printing to work. --- README.md | 1 + brlaser.drv.in | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 3a37cde..0dd1063 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This driver has been reported to work with these printers: * Brother HL-2280DW * Brother HL-5030 series * Brother HL-5040 series +* Brother HL-5370DW series * Brother HL-L2300D series * Brother HL-L2305 series * Brother HL-L2310D series diff --git a/brlaser.drv.in b/brlaser.drv.in index 8cfb4d9..138f9f1 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -363,6 +363,15 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "br5040.ppd" } +{ + ModelName "HL-5370DW series" + Attribute "NickName" "" "Brother HL-5370DW series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL;MDL:HL-5370DW series;CLS:PRINTER;" + Resolution k 1 0 0 0 "300dpi/300 DPI" + Duplex normal + PCFileName "br5370d.ppd" +} + { ModelName "HL-L2300D" Attribute "NickName" "" "Brother HL-L2300D series, $USING"