From ae420d22fcb15b8e8bc5fb92be9d30981b482760 Mon Sep 17 00:00:00 2001 From: Oliver Schwartz Date: Mon, 22 Oct 2001 22:14:05 +0000 Subject: [PATCH] =?UTF-8?q?Limit=20number=20of=20scan=20lines=20for=20qual?= =?UTF-8?q?ity=20calibration=20to=20fit=20in=20SCSI=20buffer=20(thanks=20t?= =?UTF-8?q?o=20Mikko=20Ty=F6l=E4j=E4rvi)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index d29406364..7e79fb82b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-23 Oliver Schwartz + + * backend/snapscan-scsi.c + Limit number of scan lines for quality calibration to fit in + SCSI buffer. + 2001-10-21 Peter Kirchgessner * backend/hp.desc, doc/sane-hp.man @@ -5,7 +11,7 @@ 2001-10-20 Karl Heinz Kremer - * backend/epson.[ch]: Fix for older Perfection 1650 scanners - + * backend/epson.[ch]: Fix for older Perfection 1650 scanners - their firmware only reports half of the vertical scanning area and they need to swap two color channels. @@ -23,7 +29,7 @@ 2001-10-15 Henning Meier-Geinitz * TODO: Removed some entries about net/saned. - * doc/saned.man: Clear up that a FQDN must be used in + * doc/saned.man: Clear up that a FQDN must be used in saned.conf and that localhost is allways granted acces. * NEWS: Updated. @@ -132,7 +138,7 @@ * backend/ibm.desc: New file. Backend for the IBM 2456 and the Ricoh IS-410. - * PROJECTS: Added IBM backend. Removed gphoto2 (now included in + * PROJECTS: Added IBM backend. Removed gphoto2 (now included in distribution). 2001-10-07 Peter Fales @@ -173,11 +179,11 @@ Updated Microtek2 backend to version 0.9 build 20010828 (from Karsten Festag ). * NEWS: Updated. - + 2001-10-04 Peter Kirchgessner * backend/hp-accessor.c hp-device.c hp-handle.c hp-hpmem.c - hp-option.c hp-scl.c + hp-option.c hp-scl.c Use include "../include/assert.h" doc/sane-hp.man Tell about subscribing to sane-devel @@ -201,7 +207,7 @@ 2001-09-29 Peter Fales * backend/gphoto2.c, backend/gphoto2.h, backend/gphoto2.desc: - Cosmetic cleanup and minor fixes. Added list of gphoto2 + Cosmetic cleanup and minor fixes. Added list of gphoto2 supported cameras to gphoto2.desc, even though most of them are not tested and probably not working yet. @@ -218,7 +224,7 @@ 2001-09-21 Henning Meier-Geinitz * sanei/sanei_scsi.c: Fixed detection of SCSI devices that return - device strings (vendor, product) consisting of spaces. + device strings (vendor, product) consisting of spaces. sanei_scsi_req_enter2 was changed to copy the CDB and data before sending it to the device. Both patches are from Abel Deuring. * sanei/sanei_config2.c: Removed some remainings of the USB merge.