aboutsummaryrefslogtreecommitdiffstats
path: root/main/brlaser/brlaser-v2-to-9c4336.patch
blob: e648a9b8b6d8b78d0e4e32f3fd10f9b5429612db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff --git a/README.md b/README.md
index 585a42e..da4cb95 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,15 @@
-"brlaser" Brother DCP-7030 printer driver
+Driver for (some) Brother laster printers
 =========================================
 
-This is a driver for the Brother DCP-7030 laser printer. It might also
-be worth trying if you have some other old Brother monochrome laser
-printer.
+Most Brother printers support a standard printer language such as PCL
+or PostScript, but not all do.  If you have a monochrome Brother laser
+printer (or multi-function device) and the other open source drivers
+don't work, this one might help.
 
-Currently this printer is not supported by other free software
-drivers. Ghostscript's hl1250 driver almost works, but has glitches
-with some fonts. (That driver tries to use PCL emulation, but that
-seems to be buggy on this printer. The proprietary driver never uses
-that mode.)
+It is known to support these printers:
 
-Brother provides a non-free x86-only driver.
-
-Requirements
-------------
-
-* CUPS: tested with version 1.6.
-* A C++11 compiler: GCC 4.6 or later, or a recent version of Clang.
+* Brother DCP-7030
+* Brother DCP-7065DN
 
 Copyright
 ---------
diff --git a/brlaser.drv.in b/brlaser.drv.in
index 90846a3..364c319 100644
--- a/brlaser.drv.in
+++ b/brlaser.drv.in
@@ -81,3 +81,10 @@ Option "brlaserEconomode/Toner save mode" Boolean AnySetup 10
   Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7030;CLS:PRINTER;"
   PCFileName "br7030.ppd"
 }
+
+{
+  ModelName "DCP-7065DN"
+  Attribute "NickName" "" "Brother DCP-7065DN, using @PACKAGE@ v@VERSION@"
+  Attribute "1284DeviceID" "" "MFG:Brother;CMD:PJL,HBP;MDL:DCP-7065DN;CLS:PRINTER;CID:Brother Laser Type1;"
+  PCFileName "br7065dn.ppd"
+}