diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-01-12 20:43:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-01-12 20:43:46 +0000 |
commit | a9a9c1d689b6d5d340762d3404932442438ed05e (patch) | |
tree | ec19d9fd99daecc8ad57907b5419b3810a8cb9cc /print | |
parent | 6fd8b1944496f654f7380f70fc6696dba1578907 (diff) |
Add patch from upstream to allow scanning on DeskJet 1050/2050
Submitted by: Tamas TEVESZ via mail
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267708
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 1 | ||||
-rw-r--r-- | print/hplip/files/patch-models.dat | 38 |
2 files changed, 39 insertions, 0 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index dda9288e6f95..ed8b45c1bfc0 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -7,6 +7,7 @@ PORTNAME= hplip PORTVERSION= 3.10.9 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF diff --git a/print/hplip/files/patch-models.dat b/print/hplip/files/patch-models.dat new file mode 100644 index 000000000000..e8488671f319 --- /dev/null +++ b/print/hplip/files/patch-models.dat @@ -0,0 +1,38 @@ +--- data/models/models.dat.orig 2010-12-17 22:59:11.009160000 +0100 ++++ data/models/models.dat 2010-12-22 02:25:44.492055552 +0100 +@@ -13747,7 +13747,7 @@ + fax-type=0 + fw-download=False + icon=hp_deskjet_f4200.png +-io-mfp-mode=3 ++io-mfp-mode=1 + io-mode=1 + io-support=2 + job-storage=0 +@@ -13798,7 +13798,7 @@ + r8-agent2-sku=121/121XL + r8-agent2-type=2 + scan-style=1 +-scan-type=-1 ++scan-type=7 + status-battery-check=0 + status-dynamic-counters=1 + status-type=2 +@@ -19076,7 +19076,7 @@ + fax-type=0 + fw-download=False + icon=hp_deskjet_f4200.png +-io-mfp-mode=3 ++io-mfp-mode=1 + io-mode=1 + io-support=2 + job-storage=0 +@@ -19127,7 +19127,7 @@ + r8-agent2-sku=121/121XL + r8-agent2-type=2 + scan-style=1 +-scan-type=0 ++scan-type=7 + status-battery-check=0 + status-dynamic-counters=1 + status-type=2 |