1
0
forked from pool/sane-backends
Ismail Dönmez 2013-09-24 12:54:56 +00:00 committed by Git OBS Bridge
parent a17e996b61
commit 36c74c156a

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 15 23:23:23 UTC 2013 - piny@gmx.com Mon Sep 15 23:23:23 UTC 2013 - piny@gmx.com
- workaround for hp scanjet 8200 - workaround for hp scanjet 8200
As described in <https://bugzilla.novell.com/show_bug.cgi?id=840443> As described in <https://bugzilla.novell.com/show_bug.cgi?id=840443>
@ -7,7 +7,7 @@ Mon Sep 15 23:23:23 UTC 2013 - piny@gmx.com
in a loop trying to detect an ADF, even if none is present. in a loop trying to detect an ADF, even if none is present.
In order circumvent this issue, following workaround has been implemented: In order circumvent this issue, following workaround has been implemented:
1) create an option "enforce-no-adf" in the file avision.conf 1) create an option "enforce-no-adf" in the file avision.conf
2) patch the code in avision.c to make use of this option, 2) patch the code in avision.c to make use of this option,
if the conditions that lead to the unsuccessful ADF search if the conditions that lead to the unsuccessful ADF search
(namely detection of NO ADF but reporting of SOME ADF type) is given. (namely detection of NO ADF but reporting of SOME ADF type) is given.
Per default the new option is inactive by comment; activate at your own risk! Per default the new option is inactive by comment; activate at your own risk!