Wykres commitów

3241 Commity (e30553a7c5b663ee879343b1d1385e5544e2521f)

Autor SHA1 Wiadomość Data
Oliver Schwartz e30553a7c5 SnapScan backend 1.4.25 2003-04-02 21:01:07 +00:00
Henning Geinitz cf50e6771a Removed sm3600, artec and libusb configure switch entries. Updated v4l, sanei
buffer print and html manpages entries.  Added OS/2 crash entry.
2003-04-02 18:12:20 +00:00
Henning Geinitz 90fa11913c Added a function to print the buffer contents for the read and write
functions. Fixed some DBGs. Fixed a wrong return value.
2003-04-02 18:05:01 +00:00
Henning Geinitz 749ceed2e6 Added a switch to disable libusb. Removed switch to enable ipv6
uncondinionally.  Check for sys/poll.h.
2003-04-02 16:21:07 +00:00
Henning Geinitz 284ff7a543 Initialize global variables in sane_init. 2003-04-02 15:02:42 +00:00
Henning Geinitz 94c80d74aa Artec website works again, I should have checked that before committing. 2003-04-02 14:48:34 +00:00
Henning Geinitz a2e76b2942 Remove Chris Pinkham as active maintainer because his primary email address
bounces, the website is dead and he doesn't respond to mails to other
addresses. Marked email addresses and website as dead. Fixed AT3 misdectection
that was on the TODO list for some time.
2003-04-02 14:40:48 +00:00
Henning Geinitz 27beb7d01b Fixed comment headers. They were copied verbatim from the dll backend. 2003-04-02 14:04:06 +00:00
Henning Geinitz 52c6a7f13d Reorganization. Updated DEVELOPER'S DOCUMENTATION. Rewrote PROBLEMS in a more
user-centric way. Added "HOW CAN YOU HELP" section. Added paragraph about SANE
device lists. Updated CONTACT section. Minor additions to the gt68xx and
plustek entries. Minor spelling fixes.
2003-04-02 11:59:31 +00:00
Henning Geinitz 5669edd6d0 Added info about $PATH. Minor formatting fixes. 2003-04-02 09:27:41 +00:00
Henning Geinitz 966e3536da Include poll.h only if new saned code is used. Fixes compilation on
OS/2. Patch from Julien BLACHE <jb@jblache.org>.
2003-03-31 16:15:10 +00:00
Henning Geinitz 73f20fa4d4 Updated net sections. Removed Irix pacht entry. Added entry about libusb
switch.
2003-03-30 20:06:41 +00:00
Henning Geinitz 088281c4e1 Added support for IPv6. Updated manpages. Patch from Julien BLACHE
<jb@jblache.org>.
2003-03-30 19:07:18 +00:00
Henning Geinitz e1b27e1c18 Added Medion MD 6228, Microtek ScanPort 3000, and PIE Primefilm 1800u. 2003-03-29 23:53:41 +00:00
Oliver Schirrmeister bfdf791597 added fujitsu fi-4120C support 2003-03-28 14:46:17 +00:00
Karl Heinz Kremer 5652917dd6 Added workaround for GT-8000 scanner, fixed two warnings reported by der Mouse. 2003-03-26 23:18:58 +00:00
Rene Rebe 8ce6e0d515 Updated the avision backend to latest build. This includes user-space
USB support and OS/2 thread handling.
2003-03-25 01:43:35 +00:00
Henning Geinitz bfa506e446 Added Canon CanoScan FB620U. Added more info for HP ScanJet 3500c. 2003-03-24 18:22:42 +00:00
Rene Rebe a6858b5057 Support for interrupt endpoint reads:
/** Initiate a interrupt transfer read.
 *
 * Read up to size bytes from the interrupt endpoint from the device to
 * buffer. After the read, size contains the number of bytes actually read.
 *
 * @param dn device number
 * @param buffer buffer to store read data in
 * @param size size of the data
 *
 * @return
 * - SANE_STATUS_GOOD - on succes
 * - SANE_STATUS_EOF - if zero bytes have been read
 * - SANE_STATUS_IO_ERROR - if an error occured during the read
 * - SANE_STATUS_INVAL - on every other error
 *
 */
2003-03-24 01:36:27 +00:00
Rene Rebe aafe742829 fixed typo in the sanei_usb manpage 2003-03-23 22:55:48 +00:00
Ulrich Deiters c6d5ebe9fb Modified behaviour of the option "eject after each scan":
Eject is suppresed for film scanners after preview scans.
2003-03-22 16:31:52 +00:00
Henning Geinitz d2ebe3dca4 Added Canon LIDE 50, IBM ADF Color Scanner, Plustek Spectra ADF. 2003-03-20 20:05:57 +00:00
Henning Geinitz 341f58125e Fixed segmentation fault when $PATH is not set. 2003-03-17 19:33:00 +00:00
Henning Geinitz 8ea8fe0223 Increased stacksize for thread. Patch from Franz Bakan <fbakan@gmx.net>. 2003-03-16 11:05:11 +00:00
Henning Geinitz 293a629d7c OS/2 specific changes: memory for SRB now is allocated using _tcalloc()
instead of allocating on stack to avoid crossing 64k borders due to
restrictions of 16-bit device-driver.  Cosmetic changes and some casts to
reduce compiler-warnings. Patch from Franz Bakan <fbakan@gmx.net>.
2003-03-16 11:04:19 +00:00
Oliver Schirrmeister 86a3214291 patch from Ron Cemer <ron@roncemer.com>
fixes the broken "ADF empty" detection on the Fujitsu scanners
 when connected via USB.  It also fixes a sense-request issues,
 which were required in order to determine whether the ADF is
 empty.  It also eliminates some duplicate code blocks.
 renamed some functions
2003-03-14 18:21:22 +00:00
Henning Geinitz 7d03b5c4df Removed fujitsu and ma1509 entries. Updated .desc files and global variables
entry.
2003-03-13 17:30:13 +00:00
Henning Geinitz 39a2dd7f0a Added some Boeder, Brother, HP and Trust scanners. 2003-03-13 17:27:31 +00:00
Henning Geinitz a84d4a611f Added Packard Bell Diamond 1200 Plus to .desc and manpage. New flag to avoid
running stop_scan before doing a scan. The Windows firmware of the BearPaw
1200 CU Plus doesn't seem to like that.
2003-03-13 17:18:29 +00:00
Oliver Schirrmeister 711bb118b4 displays the offending byte when something is wrong in the
window descriptor block.
2003-03-10 12:38:36 +00:00
Eddy De Greef b743fe4641 Fixed two calibration bugs in mustek_pp_cis.[ch]. 2003-03-09 20:33:37 +00:00
Eddy De Greef 61c2a6aa24 Fixed two calibration bugs: one occasionally caused overexposed images
at all resolutions; the other one occasionally caused color inbalances
when scanning narrow areas at high resolutions.
2003-03-09 20:32:49 +00:00
Henning Geinitz f87050d7b0 Removed link to everex (timeout). 2003-03-09 20:05:12 +00:00
Henning Geinitz 646fbd05bc Wait for the completion of all SCSI commands in sanei_scsi_flush_all_extended
(Linux). Without this fix, especially long running commands and command
queuing would cause memory corruption if the buffer was invalid after the
flush command.
2003-03-09 19:22:43 +00:00
Henning Geinitz 8d9c13ed82 Minor debug message updates. Fixed a little bug in sane_control_option (gamma
control). Removed the signal blocking again. That only hides the segfault in
sanei_scsi.  Check if there are documents in ADF for Paragon 2. Otherwise
return error. Fix some minor issues in reading the config file.
2003-03-07 19:31:26 +00:00
Peter Fales 35391a21a3 doc/descriptions/dc210.desc, doc/descriptions/dc240.desc 2003-03-07 14:16:16 +00:00
Peter Fales cd8e633206 Update Kodak URLs 2003-03-07 14:12:00 +00:00
Henning Geinitz 0bb508a879 Small requests are done with a response buffer of 8 bytes (instead of 64)
now. Looks like GT-6816 based scanners return 8 bytes if the firmware is
loaded and 64 bytes if it's not loaded. Changed GT-6816 firmware check to
ignore errors from above change. GT-6816 scanners work with the BSDs now (at
least once). Updated manpage concerning the BSDs.
2003-03-06 14:27:54 +00:00
Henning Geinitz 6a0dd9cd5e Added missing option size (avoids crash on network scanning). Patch from Milon
Firikis <milonf@hotpop.com>.
2003-03-05 18:04:33 +00:00
Oliver Schirrmeister f9d7350534 * backend/fujitsu.c, backend/fujitsu.h: renamed some variables
* backend/fujitsu.c: gray duplex scanning now works with the 4097D
	  when disconnect is enabled in the scsi-controller
	* doc/descriptions/unsupported.desc: remove fujitsu fi4120C
	* doc/descriptions/fujitsu.desc added fi4120C, ScanParter 93GX
2003-03-05 12:56:44 +00:00
Henning Geinitz a4b5a465fd Removed Umax AstraSlim (now supported by artec_eplus48u backend). 2003-03-04 23:58:23 +00:00
Henning Geinitz bf357a6b9a Changed the example to use /dev/sg0 instead of /dev/sge. 2003-03-04 23:55:47 +00:00
Henning Geinitz df7d2cda19 Added function sanei_check_value in addition to the existing
sanei_constrain_value.  It checks if the value of a sane option fits into the
constraint but doesn't try to do any fixing/rounding.
2003-03-04 22:37:39 +00:00
Gerhard Jaeger ca786b2c28 Bug-fix update for Genius, HP2100c and EPSON Photo devices. 2003-03-03 14:34:20 +00:00
Henning Geinitz a04ea4b251 Make sure that the firmware for plustek-like scanners is loaded. Didn't work
for Genius vivid3xe.  Added both Genius scanners to man page. Removed warning
from Genius Vivid3xe.
2003-03-02 22:08:50 +00:00
Michael Herder 6520e41917 *** empty log message *** 2003-03-02 06:55:18 +00:00
Henning Geinitz f8b385aca1 Updated Microtek scanners. Added Umax AstraSlim SE. 2003-03-01 17:39:57 +00:00
Henning Geinitz 175a070af6 Added Ricoh IS-430. 2003-03-01 17:38:27 +00:00
Ulrich Deiters bf3546ca14 adjusted backend/canon-sane.c to use the new sanei_constrain_value()
made some cosmetic changes to reduce the number of compiler warnings
2003-02-28 09:35:24 +00:00
Henning Geinitz 4558610025 Added Compaq S4 100 and Microtek Scanmaker 4800. 2003-02-27 23:06:09 +00:00