Wykres commitów

5413 Commity (5b38d6f1d6824d90f5a4d395aff36a10865946af)

Autor SHA1 Wiadomość Data
Henning Geinitz 67941f9032 Added missing devices. 2006-04-18 14:39:16 +00:00
Pierre Willenbrock e2682e96cf * backend/genesys_gl841.c backend/genesys_gl646.c: Actually use
the endian converted slope table.
 * backend/genesys_conv_hlp.c: Fix interpolation code to emit all
   pixels of a line.
2006-04-18 13:23:02 +00:00
Henning Geinitz 955a75979e Added USB ids. Splitted some entries which have two different USB ids. Clarified
comment about UMAX 3400.
2006-04-18 12:34:01 +00:00
Henning Geinitz 3126bc3135 Used avision-desc.sh to update the .desc file to current SANE CVS avision.c
code. Added USB ids.
2006-04-18 12:32:02 +00:00
Henning Geinitz 4301acdbe7 Added most USB vendor and product ids. Minor cleanup. 2006-04-18 12:23:47 +00:00
Henning Geinitz fb75cbf546 Removed description of non-existimg configuration ile. 2006-04-17 15:07:09 +00:00
Henning Geinitz 66dff39d19 Moved scanners supported by the external pixma backend to pixma.desc. Added
Canon PIXMA MP730.
2006-04-17 14:53:27 +00:00
Henning Geinitz b1745a413f Added Patrick Lessard and Pierre Willenbrock. 2006-04-17 12:50:43 +00:00
Henning Geinitz 709da66159 Make UMAX 2100U (and probably 1600U and 2000U) work. Code from Patrick Lessard
<palessar@cgocable.ca>. Updated manual page and .desc file.
2006-04-17 12:46:41 +00:00
Julien BLACHE 8cdd5db635 Fix/optimize udev rules; tests on the same line are ANDed together, not ORed together, causing the rules to trigger more often than necessary. 2006-04-12 11:35:06 +00:00
Henning Geinitz 828ed95b6e Added Lexmark X5150. 2006-04-09 22:01:50 +00:00
Henning Geinitz f05f4777f5 Fixed undefined symbols in the qcam backend on GNU/kFreeBSD (patch from Aurelien
Jarno <aurelien@aurel32.net>).
2006-04-09 15:11:06 +00:00
Henning Geinitz 2f6ae4a1b3 Added links to Patrick Lessard's patch. 2006-04-09 11:57:19 +00:00
Henning Geinitz de2c4fb484 If saned does not find any config file, it calls fclose with a NULL FILE*. The
code may also leak open file descriptors and FILE's if multiple config files are
found. (bug #303339). Fixed possible segfault on close_handle() (bug #303338).
2006-04-09 10:07:18 +00:00
Henning Geinitz db4e34ab62 Added some scanners. 2006-04-03 18:37:43 +00:00
Henning Geinitz 87d4a3c10d Added C-Channel scanners. 2006-04-03 18:36:16 +00:00
Henning Geinitz 578a760d76 Added several scanners from Brother website. 2006-04-03 18:35:06 +00:00
Henning Geinitz 1f28f3d134 Added Canon PIXMA760, Tevion MD 90090, Microtek ScanMaker 4600, and Visioneer
Onetouch 9320. Removed Canon CanoScan 3200F (now in external backends).
2006-03-29 22:01:57 +00:00
Henning Geinitz ff42a5425f Listed new cs3200f backend for Canon 3200F. 2006-03-29 21:50:25 +00:00
Henning Geinitz 085e777104 Fixed ADF support. Patch from Andreas Degert <ad@papyrus-gmbh.de>. 2006-03-29 20:48:50 +00:00
Pierre Willenbrock 6b7031ca40 * backend/genesys.c backend/genesys.h backend/genesys_low.h
backend/genesys_conv.c backend/genesys_gl841.c: Added extended
   option "Threshold" for lineart mode(Thanks to Laurent Charpentier).
2006-03-27 14:41:30 +00:00
Julien BLACHE 864fce1daa Another batch of spelling fixes from A. Costa. 2006-03-24 22:46:48 +00:00
Henning Geinitz f79d1cf747 Added Iris Iriscan and Xerox Documate 510. 2006-03-24 22:25:50 +00:00
Thomas Soumarmon 91e05c0b06 * integrated hp5400-endian.patch to run under PPC (thanks to Mattias Ellert) 2006-03-24 07:43:14 +00:00
Julien BLACHE 35e92104c2 More spelling fixes from A. Costa. 2006-03-21 13:51:18 +00:00
Oliver Schwartz 564b275fa7 Limit inquiry length to 120 bytes if firmware is not yet loaded 2006-03-20 18:20:10 +00:00
Julien BLACHE 31aa52485a Applied patch from A Costa (through Debian); english/spelling fixes. 2006-03-18 10:10:00 +00:00
Henning Geinitz d3cd1c9d6d Added Microtek ScanMaker 4850 II and Plustek OpticPro ST 64+. 2006-03-16 13:04:46 +00:00
Stéphane Voltz b3b4b3719b - removed now unneeded #ifdef in gl646_send_gamma_table 2006-03-13 14:55:36 +00:00
Pierre Willenbrock e857486bf9 * backend/genesys_gl646.c: fixed silly thinko in gl646_send_gamma_table. 2006-03-12 11:34:36 +00:00
Stéphane Voltz ec3d95b9f6 - fixed gl646_send_gamma_table on x86 arch
- put into a small power saving fix
2006-03-12 11:20:04 +00:00
Henning Geinitz 92d177c049 Added USB support for DragonFlyBSD (bug #303183). 2006-03-11 12:56:34 +00:00
Pierre Willenbrock 9fbc4ad57f * backend/genesys.c backend/genesys_low.h: Removed little endian conversions
in slope table creation functions
 * backend/genesys_gl646.c backend/genesys_gl841.c: Added little endian
   conversions to gl*_send_slope_table functions
2006-03-09 19:58:19 +00:00
Pierre Willenbrock 50fc452e8b * backend/genesys.c: Some annotations about endianess of scanned data
* backend/genesys_gl646.c: Convert gamma tables to little endian
2006-03-09 18:46:41 +00:00
Stéphane Voltz 385fa20988 - power saving fixes for gl646 based scanners 2006-03-06 20:39:44 +00:00
Henning Geinitz c782ab3921 Added Brother MFC 9600, Canon PIXMA MP450, and Plustek ScanCopy 115. 2006-03-05 14:56:12 +00:00
Henning Geinitz 08ac1fdb09 Added USB ids for SCX-4100 (bug #303166). 2006-03-05 14:13:08 +00:00
Mattias Ellert 60024daafb Empty line confuses the convert-usermap.sh tools 2006-02-19 08:01:09 +00:00
Gerhard Jaeger 13babf9dab * doc/plustek/Plustek-PARPORT.changes: Update.
* backend/plustek_pp.c: Bumped build number.
* backend/plustek-pp_ptdrv.c backend/plustek-pp_detec.c:
  Fixed bug, that prevents backend from working, when the device
  is another parport than parport0 - spotted by Christoph Steinbruchel.
2006-02-16 08:11:55 +00:00
Gerhard Jaeger 938a9719ce * doc/u12/U12.changes: Update.
* backend/u12.c: Bumped build number.
* backend/u12-hw.c: SoftwareReset is now disabled in
  cancelSequence when the device is a Genius scanner.
2006-02-14 10:26:39 +00:00
Stéphane Voltz 28a876983c - disabled powersaving for gl646 scanners. Some CCD settings are
overwritten by this, and aren't reset later, leading to scanning
	  problems.
2006-02-13 05:59:24 +00:00
Henning Geinitz 6b15d3635b Removed HP ScanJet 8200 (supported by Avision backend). Minor updates. 2006-02-12 13:09:54 +00:00
Henning Geinitz 5e5b60fce4 Added link to installation report. 2006-02-12 12:05:50 +00:00
Henning Geinitz 5168206e4b With cygwin, use ":" as DIR_SEP (patch from Philip Aston <paston@bea.com>). 2006-02-04 20:52:53 +00:00
Henning Geinitz 1695dd4278 Workaround for compilation problem on Windows/cygwin. 2006-02-04 20:51:07 +00:00
Henning Geinitz a946b95e22 Removed Trust Office Scan USB 19200 (now in niash.desc), added Xerox 4800 One
Touch.
2006-02-04 17:04:45 +00:00
Ullrich Sigwanz d57b36cb5b adding trust office scan 19200 - typo in man-file 2006-02-04 10:37:52 +00:00
Ullrich Sigwanz 28346f5111 adding trust office scan 19200 2006-02-04 10:28:51 +00:00
Troy Rollo b1f38bc825 Fix latent error in HP3500 backend 2006-02-04 02:28:51 +00:00
Troy Rollo 0fb42d0ef6 Fix error causing HP3500 driver to return an extra row on each scan. 2006-02-04 02:13:57 +00:00