Am Fr, 20 Jul 2012 22:58:14 CEST schrieb ?l ??gn?r:
> Am Fr, 20 Jul 2012 22:36:09 CEST schrieb Rolf Bensch:
>
> > Am 19.07.2012 01:44, schrieb m. allan noah:
> > > There is quite a bit of updated code (and many months) since our
> > > last release. In particular, there have been some bug fixes to
Am Fr, 20 Jul 2012 22:36:09 CEST schrieb Rolf Bensch:
> Am 19.07.2012 01:44, schrieb m. allan noah:
> > There is quite a bit of updated code (and many months) since our
> > last release. In particular, there have been some bug fixes to
> > regressions in a couple backends, and some major additions
Am 19.07.2012 01:44, schrieb m. allan noah:
> There is quite a bit of updated code (and many months) since our last
> release. In particular, there have been some bug fixes to regressions
> in a couple backends, and some major additions to others (genesys,
> pixma, fujitsu, etc). Seems like it is t
administrator at celstream.com immediately.
__
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20120720/88be127a/attachment.html>
This adds support for Canon IX-4015 scanner. The difference from other scanners
supported by this backend is that it has no highlight and shadow settings - the
corresponding bytes in set_window command must be zero or it will fail.
IX-4015 has optical resolution of 400 dpi, can interpolate up to 8
commit 4ad9e55f86ed1e61117367681d9292bf461bff22
Author: Ondrej Zary
Date: Fri Jul 20 15:36:05 2012 +0200
canon: Add support for Canon IX-4015 scanner
This adds support for Canon IX-4015 scanner. The difference from other
scanners
supported by this backend is that it has no hig
Some scanners (e.g. IX-4015) support diangostics but not calibration
so separate these two capabilities.
diff --git a/backend/canon.c b/backend/canon.c
index f7d3fe1..cf45d42 100644
--- a/backend/canon.c
+++ b/backend/canon.c
@@ -840,6 +840,7 @@ attach (const char *devnam, CANON_Device ** devp)
sense_handler() crashes with Canon IX-4015 after the scanner is powered on
because
scanner returns "unit attention - power on reset" sense status as a reply to the
"Test Unit Ready" command after power on - and dev is still NULL at that time.
The non-NULL dev is needed only to check if the device
ct "unsubscribe your_password"
> to sane-devel-request at lists.alioth.debian.org
>
--
"The truth is an offense, but not a sin"
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20120720/a0e0b2ea/attachment.html>