Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168220 - media-gfx/sane-backends-1.0.18-r2 - scanning doesn't work w/ Coolscan LS-30
Summary: media-gfx/sane-backends-1.0.18-r2 - scanning doesn't work w/ Coolscan LS-30
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-24 11:56 UTC by Werner Meisner
Modified: 2007-02-26 12:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Werner Meisner 2007-02-24 11:56:15 UTC
Scanning with my Nikon Coolscan LS-30 with infrared on backend-1.0.18 is not possible(was no Problem with backend-1.0.17)

This patch helped:

--- coolscan2.c 11 Jun 2006 21:35:19 -0000      1.10
+++ coolscan2.c 8 Dec 2006 21:35:55 -0000
@@ -1482,6 +1482,7 @@
       if (xfer_len_out == 0)   /* no more data */
        {
          *len = 0;
+       s->scanning = SANE_FALSE;
          return SANE_STATUS_EOF;
        }

@@ -1533,6 +1534,7 @@
   if (xfer_len_line == 0)      /* no more data */
     {
       *len = 0;
+       s->scanning = SANE_FALSE;
       return SANE_STATUS_EOF;
     }



Reproducible: Always
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2007-02-26 12:09:02 UTC
In CVS, thanks!