Index: backend/pixma.c =================================================================== RCS file: /cvsroot/sane/sane-backends/backend/pixma.c,v retrieving revision 1.22 diff -u -r1.22 pixma.c --- backend/pixma.c 26 Nov 2008 21:21:28 -0000 1.22 +++ backend/pixma.c 26 Apr 2009 06:54:25 -0000 @@ -1324,6 +1324,7 @@ n = ss->output_line_size - ss->byte_pos_in_line; if ((maxlen - sum) < n) n = maxlen - sum; + pixma_sleep(30000); /* FIXME: too short, too long? */ status = read_image (ss, buf, n, &n); if (n == 0) break;