From c864625ec573424ef62a5cf82f09a52c5ee3fcfa Mon Sep 17 00:00:00 2001 From: QORTEC Date: Wed, 12 Jan 2022 09:29:44 -0500 Subject: [PATCH] Removed printers definitions: Inkjet printers are not supported Removes #98 DCP-T500W Removes #88 DCP-T710W Removes #110 MFC-T910DW --- README.md | 3 --- brlaser.drv.in | 21 --------------------- 2 files changed, 24 deletions(-) diff --git a/README.md b/README.md index 542a089..63634a9 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ This driver has been reported to work with these printers: * Brother DCP-L2537DW * Brother DCP-L2540DW series * Brother DCP-L2550DW series -* Brother DCP-T500W -* Brother DCP-T710W * Brother HL-1110 series * Brother HL-1200 series * Brother HL-2030 series @@ -63,7 +61,6 @@ This driver has been reported to work with these printers: * Brother MFC-L2710DW series * Brother MFC-L2750DW series * Brother MFC-L3750CDW series -* Brother MFC-T910DW series * Lenovo M7605D diff --git a/brlaser.drv.in b/brlaser.drv.in index 20447d5..03e0d4d 100644 --- a/brlaser.drv.in +++ b/brlaser.drv.in @@ -213,20 +213,6 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl2550.ppd" } -{ - ModelName "DCP-T500W" - Attribute "NickName" "" "Brother DCP-T500W, $USING" - Attribute "1284DeviceID" "" "MFG:Brother;CMD:HBP,BRPJL;MDL:DCP-T500W;CLS:PRINTER;CID:Brother IJ Type4;" - PCFileName "brt500w.ppd" -} - -{ - ModelName "DCP-T710W" - Attribute "NickName" "" "Brother DCP-T710W, $USING" - Attribute "1284DeviceID" "" "MFG:Brother;CMD:HBP,PJL,URF;MDL:DCP-T710W;CLS:PRINTER;CID:Brother Generic Jpeg Type2;URF:SRGB24,W8,CP1,IS1,MT1-8-11,OB9,PQ4-5,RS300,OFU0,V1.4;" - PCFileName "brt710w.ppd" -} - { ModelName "HL-1110" Attribute "NickName" "" "Brother HL-1110 series, $USING" @@ -486,10 +472,3 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10 PCFileName "brl3750w.ppd" } -{ - ModelName "MFC-T910DW series" - Attribute "NickName" "" "Brother MFC-T910DW, $USING" - Attribute "1284DeviceID" "" "MFG:Brother;CMD:HBP,PJL,URF;MDL:MFC-T910DW;CLS:PRINTER;CID:Brother Generic Jpeg Type2;URF:SRGB24,W8,CP1,IS19-1,MT1-8-11,OB9,PQ4-5,RS200-300,OFU0,V1.4,DM3;" - Duplex rotated - PCFileName "brt910dw.ppd" -}