Bug 24685

Summary: Enable PP mode in SANE
Product: Ports & Packages Reporter: mjoyner <mjoyner>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mjoyner 2001-01-28 00:20:01 UTC
The sane backend software can't access parallel port scanners.

Fix: Unfortunately I can't test the mustek_pp backend software properly.
I have a 1505 ASIC scanner, and there isn't support for that yet. :(

# rcsdiff -c -r1.1 -r1.2 sanei_pa4s2.c
===================================================================
RCS file: RCS/sanei_pa4s2.c,v
retrieving revision 1.1
retrieving revision 1.2


+ #ifdef __FreeBSD__
+ #define HAVE_IOPERM
+ #define ioperm i386_set_ioperm
+ #include <machine/sysarch.h>
+ #endif
+
+
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>
  #endif--umVbpSo6LzxNLcHa5c3cN4hrTN9vT3E19yy9bHNN7wiXqx1O
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -c -r1.1 -r1.2
*** sanei_pa4s2.c       2001/01/27 23:35:15     1.1
--- sanei_pa4s2.c       2001/01/27 23:37:45     1.2
***************
*** 58,63 ****
--- 58,70 ----
  #define BACKEND_NAME sanei_pa4s2
  #include "sane/sanei_backend.h"       /* pick up compatibility defs */
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2001-03-22 09:10:04 UTC
State Changed
From-To: open->closed

This patch committed into the latest version sane, thansk.