diff --git a/README.md b/README.md index 32412f1..583073b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ This driver has been reported to work with these printers: * Brother MFC-7840W * Brother MFC-8710DW * Brother MFC-L2710DW series +* Brother MFC-L3750CDW series * Lenovo M7605D diff --git a/brlaser.drv.in b/brlaser.drv.in index f0535dc..a3821de 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -389,3 +389,11 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 Duplex rotated PCFileName "brl2710.ppd" } + +{ + ModelName "MFC-L3750CDW series" + Attribute "NickName" "" "Brother MFC-L3750CDW series, $USING" + Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,PCL,PCLXL,URF;MDL:MFC-L3750CDW series;CLS:PRINTER;CID:Brother Generic Jpeg Type2;URF:SRGB24,W8,CP1,IS4-1,MT1-3-4-5-8-11,OB10,PQ4,RS600,V1.4,DM1;" + Duplex rotated + PCFileName "brl3750w.ppd" +}