ports/98912: Patch for graphics/sane-backends to fix hp 8200 support

Michael Collette metrol at metrol.net
Tue Jun 13 19:00:32 UTC 2006


>Number:         98912
>Category:       ports
>Synopsis:       Patch for graphics/sane-backends to fix hp 8200 support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 13 19:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Collette
>Release:        6-STABLE
>Organization:
>Environment:
6.1-STABLE #1: Fri Jun  2 13:10:13 PDT 2006
>Description:
This is a follow up to PR 98908 to allow for proper support for
Hp 8200 Series Scanjets under FreeBSD.

http://www.freebsd.org/cgi/query-pr.cgi?pr=98908

The 8200 series scanners do not properly function without the
AV_NO_MATRIX being set in the Avision driver.  This corrects
the problem, and allows to proper support for this device.
>How-To-Repeat:

>Fix:
diff -ruN sane-backends.orig/Makefile sane-backends/Makefile
--- sane-backends.orig/Makefile Sat May 13 23:50:37 2006
+++ sane-backends/Makefile      Tue Jun 13 11:48:19 2006
@@ -7,7 +7,7 @@

 PORTNAME=      sane-backends
 PORTVERSION=   1.0.17
-PORTREVISION=  3
+PORTREVISION=  4
 CATEGORIES=    graphics
 MASTER_SITES=  http://alioth.debian.org/download.php/1347/ \
                ftp://ftp.sane-project.org/pub/sane/%SUBDIR%/ \
diff -ruN sane-backends.orig/files/avision.patch sane-backends/files/avision.patch
--- sane-backends.orig/files/avision.patch      Tue Jun 13 11:46:13 2006
+++ sane-backends/files/avision.patch   Wed Dec 31 16:00:00 1969
@@ -1,28 +0,0 @@
---- backend/avision.c.orig     Tue Dec  6 02:06:11 2005
-+++ backend/avision.c  Tue Jun 13 11:44:29 2006
-@@ -1165,7 +1165,7 @@
-     { "HP",      "C9930A",
-       0x03f0, 0x0b01,
-       "Hewlett-Packard", "ScanJet 8200",
--      AV_FIRMWARE},
-+      AV_FIRMWARE | AV_NO_MATRIX },
-     /* comment="1 pass, 4800 (?) dpi - USB 2.0" */
-     /* status="good" */
-
-@@ -1173,14 +1173,14 @@
-     { "HP",      "C9930A",
-       0x03f0, 0x0b01,
-       "Hewlett-Packard", "ScanJet 8250",
--      AV_FIRMWARE},
-+      AV_FIRMWARE | AV_NO_MATRIX },
-     /* comment="1 pass, 4800 (?) dpi - USB 2.0" */
-     /* status="good" */
-
-     { "HP",      "C9930A",
-       0x03f0, 0x0b01,
-       "Hewlett-Packard", "ScanJet 8290",
--      AV_FIRMWARE},
-+      AV_FIRMWARE | AV_NO_MATRIX },
-     /* comment="1 pass, 4800 (?) dpi - USB 2.0 and SCSI - only SCSI tested so far" */
-     /* status="good" */
-

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list