I've been having trouble with hplip + sane when scanning stuff. After
scanning a page it will automatically feed the next one through the ADF.

The solution, which probably breaks a lot of stuff that I never use / I
don't care about is to edit
scan/sane/hpaio.c

Function hpaioAdvanceDocument

Just below the opening bracket, add

if ( hpaio->alreadyPreAdvancedDocument == 1 )


 return SANE_STATUS_GOOD;


Now, whose fault the double page is I don't know, but it fixed the
problem for me anyways.


Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
HPLIP-Devel mailing list
HPLIP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-devel

Reply via email to