From 147db0e6a2719cbe53bebdc416a730be69cd40e9 Mon Sep 17 00:00:00 2001 From: makc Date: Wed, 12 Jan 2011 20:43:46 +0000 Subject: Add patch from upstream to allow scanning on DeskJet 1050/2050 Submitted by: Tamas TEVESZ via mail Feature safe: yes --- print/hplip/Makefile | 1 + print/hplip/files/patch-models.dat | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 print/hplip/files/patch-models.dat (limited to 'print') 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 -- cgit