Wykres commitów

1533 Commity (03b9c96bd884c0e0a9dae231d3085b302770b1cf)

Autor SHA1 Wiadomość Data
Henning Geinitz 035aa330e2 2000-10-03 Henning Meier-Geinitz <hmg@gmx.de>
* tools/find-scanner.c: Explicitly state that find-scanner won't
 	  find non-SCSI scanners.
	* doc/scanimage.man: Add examples for SANE device names.
	* frontend/scanimage.c: Output message when no devices are found.
	  Add example for devicename to --help message. Print warning
	  when a Unix devicename is used instead of a SANE device. Removed
	  compiler warning.
	* TODO: Removed entries about the fgets and include issues in
 	  umax. Removed entries about scanimage device name
 	  documentation. Added a point about xscanimage problems with the
 	  new GIMP API.
	* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
 	  1.0-98. Fixed segmentation fault in sane_init. Enabled double
 	  buffering. Clear inquiry buffer before using. Paragon 1200 SP now
 	  uses LD_BLOCK color correction. Removed LD MFS (wasn't used
 	  anymore). Fix sane_cancel for Paragon series II scanners. Fix
 	  halftone and grain for Paragon series II scanners. Backtracking is
 	  used automaticly by all scanners now. Some safety checks, code
 	  cleanup and more debug output. Details are in
	  backend/mustek.CHANGES.
2000-10-03 16:24:27 +00:00
Henning Geinitz 4bc2858526 2000-09-24 Henning Meier-Geinitz <hmg@gmx.de>
* backend/mustek.*: Update to Mustek backend 1.0-97. This is a
       	  development version and is only tested for three-pass scanners.
  	  Added support for Paragon 1200 SP Pro and ScanExpress A3 SP.
  	  Removed detection of " C04" and " C12" (don't seem to exist).
  	  Changed SCSI request scheme. Sane_read can read more than 4096
 	  bytes from pipe. Minimum dpi is 30 now. Fixed LD correction for
 	  Paragon 1200SP 1.06 and 1.11.  Read SCSI buffer into big block and
 	  do LD after that for Paragon one-pass scanners. New option
 	  "blocksize" in mustek.conf. Better detection of the scanner type
 	  (three-pass, Paragon I, ...). Fixed possible segmentation faults
 	  in Paragon 600 II N LD code, scsi_sense_wait_ready and
 	  sense_handler. Decreased maximum scan size of Paragon 800 II
 	  SP. For three-pass scanners: fixed stop_scan and speed code, scan
 	  area is in pixels now, added RGB brightness and contrast, use
 	  +-100% for brightness and contrast. Return SANE_STATUS_CANCELLED
 	  when scan was cancelled. Option "force backtracking" is enabled by
 	  default, "scan speed" is set to "fastest". Added option
 	  "force-warn" for mustek.conf.  Rewrote halftone mode. Better error
 	  handling and more debug output.
	* TODO: Clarified point about image data polarity. Moved point about
	  xscanimage not updating the progress bar for 3pass scanners to
	  frontend section. Removed umax entry in "frontends". Removed entry
	  about alpha channel (was added to LEVEL2 file).
	* LEVEL2: Add point about image data polarity.
	* frontend/scanimage.c: Removed some warnings.
2000-09-24 19:38:34 +00:00
Petter Reinholdtsen de0650e363 Merge devel (v1.0.3) into head branch. 2000-08-12 15:09:22 +00:00
Petter Reinholdtsen 206bc199c6 Initial revision 1999-08-09 18:05:58 +00:00
Matthew Duggan 549bca197a * backend/canon_pp-dev.c backend/canon_pp-dev.h:
Changes to improve calibration quality on FB620P.
1994-09-07 03:10:24 +00:00
Matthew Duggan 8519f13eb4 Added support for FB620P to canon_pp backend. 2002-09-01 08:57:29 +00:00
Matthew Duggan e4414bbd32 * backend/canon_pp.c backend/canon_pp-dev.c backend/caon_pp-io.c
backend/canon_pp-dev.h: Many changes: Bug fixes, less memory leaks                                       (none left now?), more relaible, faster.  Biggest changes are                                            speculative reads (ask scanner to read more while data processing
occurs) and more reliable sending of commands.  Slight performance
increase over previous version.
* doc/sane-canon_pp.man: Added discussion noting that scanning
greyscale in green is bad for colour.
2002-08-07 07:56:09 +00:00
Matthew Duggan 7e08793645 * backend/canon_pp-dev.c: Misc bug fixes for fast machines, more
useful debug messages, more reliable file reads/writes.
2002-08-01 07:36:09 +00:00
Henning Geinitz c664285078 Changed timeouts and added scanner sleeps to improve reliability of 6x0P
models.  Also corrected typo which caused full bed scans to fail.  Disabled
problematic detect for now, will make detection slightly slower. Patch from
Matthew Duggan <stauff1@users.sourceforge.net>.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-07 11:20:46 +00:00
Henning Geinitz 21c146f14b Added new canon_pp backend for the CanoScan FB330P, FB630P, N340P, and N640P
scanners. Patch from "Matthew Duggan" <stauff@guarana.org>.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-04-01 22:54:24 +00:00
Frank Zago a2d5c5c4da Added mention of the AIX 5.1 version of the passthru driver. 1994-09-07 02:48:51 +00:00
Henning Geinitz 950417d02a 2000-11-23 Henning Meier-Geinitz <hmg@gmx.de>
* NEWS: Updated for SANE 1.0.4. Please check.
	* README.aix: Removed paragraph about shared libs not working.
	* README.linux: Added paragraph about excessive warnings due to glibc
	  bug (from Peter Kirchgessner).
	* TODO: Removed entry about shared libs not working on AIX. Added entry
	  about PTAL checks. Removed entry about DBG and microtek2. Added entry
	  about dc210 and jpeg functions. Added entry about using strchr()
	  instead of index().
	* sane.lsm: Added NEC.
	* backend/microtek2.c: (from karsten.festag@t-online.de (Karsten
	  Festag)) Use DBG instead of printf/fprintf. Use
	  #include "../sane/include/..." instead of #include "sane/...". Fixed
	  warnings.
2000-11-23 20:04:05 +00:00
Petter Reinholdtsen 2b78b9da98 Merge devel (v1.0.3) into head branch. 2000-08-12 15:08:46 +00:00
Henning Geinitz 6d05fab6a4 Removed "fuction" keyword (bourne shell compatibility). 1994-09-06 20:55:14 +00:00
Abel Deuring 56c0f1b27a sanei/sanei_scci.c doc/sanei-scsi.man:
default timeout for SCSI commmands is now 120 seconds; added
the environment variable SANE_SCSICMD_TIMEOUT to override
the default value.

Abel
2002-09-04 22:13:46 +00:00
Matthew Duggan 9c33ba5d35 * doc/sane-canon_pp.man doc/descriptions/canon_pp.desc:
Added FB320P to supported scanners after report of successful test.
  Added FB310P and FB610P to desc as specifically not supported yet.
2002-09-03 15:20:44 +00:00
Karl Heinz Kremer baaec9a95c Fixed alloca compile problem by adding '#include ../include/lalloca.h". 2002-09-02 01:10:14 +00:00
Karl Heinz Kremer 4aeda65d61 Forgot to commit the ChangeLog entry with my last update. 2002-09-02 00:58:27 +00:00
Henning Geinitz 32455a7ed2 Fixed typo. 2002-09-01 20:02:23 +00:00
Henning Geinitz 3601dd555b Minor updates and fixes. 2002-09-01 19:52:41 +00:00
Henning Geinitz a2f9266715 Make sure that sane-desc is compiled when generating HTML pages. 2002-09-01 18:48:45 +00:00
Henning Geinitz 3e0e3ae9b6 Updated desc and SANE standard sections. Removed ptal entry. 2002-09-01 18:47:15 +00:00
Peter Kirchgessner ecc0092f2a Peter Kirchgessner: Applied patch by David Paschal to remove PTAL-support
from hp-backend
2002-09-01 17:50:00 +00:00
Matthew Duggan d99e831794 Added support for FB620P to canon_pp backend. 2002-09-01 08:57:24 +00:00
Frank Zago 14094d0e24 teco2 backed 2002-08-31 16:09:52 +00:00
Frank Zago 5c87151330 added vm3510 2002-08-31 02:56:05 +00:00
Rene Rebe 422a14f907 Commited the latest avision backend. 2002-08-30 09:21:42 +00:00
Henning Geinitz df2c9d1cf8 First draft for 1.0.9. 2002-08-29 20:42:22 +00:00
Henning Geinitz 40e841089d Updated .desc and v4l section. Added entries for scanimage. 2002-08-29 20:14:25 +00:00
Henning Geinitz 336d75a99e Minor fixes and updates for the new .desc file format. 2002-08-29 20:12:32 +00:00
Henning Geinitz b28663f5fd Added warning about ALPHA software and bugs. Minor updates. 2002-08-29 19:45:19 +00:00
Henning Geinitz b1fccdf0d2 Added myself as active maintainer of v4l. 2002-08-29 19:39:26 +00:00
Henning Geinitz c26fc16861 Deleted unused v4l-grab.h. 2002-08-29 19:37:38 +00:00
Henning Geinitz b2824e043a Big clean up of Video for Linux backend. Removed old unused stuff from qcam
and others including unused options and variables concerning direct port
access. Removed wcam license (no "substantial portions of code" are used any
more). Removed unuesed headers. Made lots of global variables local. Lots of
checks for null pointer dereferences and errors when opening files or using
ioctl/mmap. Added option to select grey or color mode. Added support for
different channels. Fixed lots of options.  Made sure ioctls are only used
when necessary.  Used vendor == "Noname".  Added ??? comments for suspicious
code.  Lots of minor fixes and cleanup. Added version number: 1.0-2.
2002-08-29 19:34:46 +00:00
Oliver Rauch 744d5ac842 2002-08-18 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* frontend/scanimage.c, frontend/stiff.h, frontend/stiff.c:
          Added option "-i filename"/"--icc-profile filename":
          When image is saved in tiff format then this icc-profile is
          added to the tiff file as tiff tag
2002-08-27 17:57:13 +00:00
Henning Geinitz 37d6b396f5 Used GNU indent style. 2002-08-25 19:36:13 +00:00
Henning Geinitz 3f6dba8fd5 Fixed device list. Added more verbose error output. Unified DBG
messages. Fixed depth option. Reordered options in init_options to reflect
real order. Added some markers (/* ??? */) for suspicious code.
2002-08-25 19:25:33 +00:00
Henning Geinitz 494bfda0d8 Fixed gamma4scanimage target for OS/2. 2002-08-25 13:57:47 +00:00
Frank Zago a8d4da6cd8 Changes to the teco backends. 2002-08-23 03:14:53 +00:00
Andras Major ebe7e91a4e coolscan2 update to 0.1.7 2002-08-21 23:35:53 +00:00
Henning Geinitz a5266ac48c Added gamma4scanimage.1. 2002-08-21 17:51:44 +00:00
Henning Geinitz fdd78f7257 Added gamma4scanimage.c to DISTFILES. 2002-08-20 14:56:31 +00:00
Henning Geinitz 150b974b92 Added gamma4scanimage. 2002-08-20 14:49:19 +00:00
Henning Geinitz 821dbd3cdc Added Hewlett-Packard ScanJet 4470C project. 2002-08-20 14:48:10 +00:00
Oliver Rauch 4d534625a2 2002-08-18 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* tools/gamma4scanimage.c: Bugfix (atof->atoi)
        * tools/README: added gamma4scanimage
        * doc/Makefile.in: added manpage for gamma4scanimage
        * doc/gamma4scanimage.man: added manpage for gamma4scanimage
2002-08-18 13:54:10 +00:00
Karl Heinz Kremer 05c49b6992 Fixed typo in variable name.
Fixed IEEE-1394 problem with Perfection-2450.
Fixed problem with older B3 level SCSI scanners that do not support
the extended status request.
2002-08-17 22:08:24 +00:00
Oliver Rauch 10c341f8dd 2002-08-17 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* tools/gamma4scanimage.c: NEW: tool to create gamma table for scanimage
        * tools/Makefile.in: changed file to compile and install gamma4scanimage
2002-08-17 08:07:30 +00:00
Gerhard Jaeger 4bf748110c Major update. Better support for LM983x based devices. 2002-08-16 11:43:14 +00:00
Peter Fales fc6cdc5624 Fix allowed gphoto2 version numbers 2002-08-16 03:04:47 +00:00
Stéphane Voltz e38ea569be * backend/umax_pp_low.c: handled 'short read' with ppdev
* backend/umax_pp.c: assign size of 0 to group options
	* tools/umax_pp.c: upped version number
2002-08-15 08:31:59 +00:00