Wykres commitów

2259 Commity (7e10ea5e46723a34ea4d3e28a39a8fc9f1876115)

Autor SHA1 Wiadomość Data
Oliver Schwartz 7e10ea5e46 Changed entry for Epson 2580 2004-09-27 18:51:49 +00:00
Gerhard Jaeger a176f47273 * doc/descriptions/unsupported.desc: fixed Plustek entries. 2004-09-21 07:19:14 +00:00
Henning Geinitz 39f44b08c0 Added Compeye Simplex 1236C. 2004-09-19 15:25:22 +00:00
Karl Heinz Kremer f19a7ac039 backend/epson_usb.c: add USB device ID for CX6400 back in
backend/epson.c: disable "feed" command for Perfection 1640 w/ ADF
2004-09-14 23:21:29 +00:00
Gerhard Jaeger 1886187673 * doc/plustek/Plustek-USB.changes: Update.
* doc/descriptions/unsupported.desc: Added Microtek Scanmaker 5700,
  ArtixScan 4000tf and Medion MD41985.
2004-09-08 07:29:56 +00:00
Henning Geinitz 1eddd0c6a5 Moved HP 35xx series to unsupported.desc because these scanners use a RTS8801
chip (no Genesys chipset).
2004-09-06 21:28:21 +00:00
Henning Geinitz c7d6c35f08 Regenerated. 2004-09-06 18:40:16 +00:00
Jochen Eisinger e94bd95143 2004-09-06 Jochen Eisinger <jochen@penguin-breeder.org>
* backend/mustek_pp.c: clarify error message
	* configure.in: only build the mustek_pp backend, if parallel
	  port support of any kind is present
2004-09-06 18:30:54 +00:00
Gerhard Jaeger 05d48a1c20 * backend/plustek.c: Bumped build number.
* backend/plustek-usbdevs.c: Fixed bug #300913.
2004-09-06 07:59:03 +00:00
Julien BLACHE 746faf32c9 More auth_callback() fixes, although these ones aren't critical. 2004-09-05 09:27:28 +00:00
Henning Geinitz f7fb0fa2d2 Committed missing file. 2004-09-03 18:08:02 +00:00
Henning Geinitz e337c6403a Added tstbackend. 2004-09-03 15:58:30 +00:00
Henning Geinitz 42aab25d25 Fixed firmware name for Mustek 1248 UB. Changed status to basic. Removed
"unsupported" warning.  Added workaround for shared memory compilation problem
on Windows. It's now possible to add a new vendor/product id line to gt68xx.conf
to test yet unsupported scanners without changing the source code.
2004-09-03 14:06:19 +00:00
Henning Geinitz 99ee355d03 Added Canon LiDE 35. 2004-09-03 11:37:52 +00:00
Henning Geinitz 8b7ddfd8a6 Added Lexmark X1130, Dell 1600n. Removed Canon LiDE 35 (now in genesys.desc) and
Epson Perfection 2480 (now in snapscan.desc).
2004-09-03 11:37:07 +00:00
Oliver Schwartz 199eab31b8 Added support for Epson 2480 2004-09-02 20:59:12 +00:00
Julien BLACHE 91051e826f * frontend/saned.c: auth_callback(): arrays are passed as pointers, declaring parameters as arrays of fixed size is useless. memset() the correct length, not sizeof(pointer).
Caught while testing splint on the SANE sources, potential information leakage.
2004-09-01 21:03:35 +00:00
Gerhard Jaeger ced8094db3 * doc/descriptions/unsupported.desc: Added Canon LiDE35.
* sanei/sanei_usb.c: Fixed memory leak.
2004-08-30 11:52:39 +00:00
Henning Geinitz 5ee41cb99f Added more clear comments. 2004-08-29 15:46:22 +00:00
Henning Geinitz f180126033 Added Epson 2580 and Nikon LS-50. 2004-08-29 15:44:55 +00:00
Stéphane Voltz db6ba01d78 * backend/umax_pp.c:
option parsing fix
	* backend/umax_pp_low.c:
          minor 1220P calibration fixes
2004-08-28 07:21:12 +00:00
Stéphane Voltz 44065a4f5a - rename 'contrast' to 'offset' and 'highlight' to 'gain'.
Translations will need to be updated.
	- beginning of 610P/1220P codepath merge.
2004-08-25 19:51:58 +00:00
Henning Geinitz ce0b03e0bf Added Epson 2480 and Microtek Filmscan 35. 2004-08-24 16:12:50 +00:00
Henning Geinitz a072aedd06 Worked around a cygwin libusb compatibility problem (patch from Giuseppe Sacco
eppesuig at users.alioth.debian.org).
2004-08-23 15:32:22 +00:00
Henning Geinitz 3b1964354c Updated. 2004-08-19 18:07:17 +00:00
Julien BLACHE 24088c82d6 Committed patch from Aurélien Jarno adding USB IDs for Epson Stylus CX6400 (and doing s/EPSON/Epson/ on one entry to maintain consistency). 2004-08-18 17:04:54 +00:00
Frank Zago bf8369276c fixed a couple bugs. 2004-08-14 17:33:20 +00:00
Henning Geinitz 69466baaf3 Added Finnish translation (from Harri Jrvi <harri.jarvi@ajatus.org>). 2004-08-14 11:53:39 +00:00
Henning Geinitz b61fcc4542 Added Lexmark and Xerox scanners. 2004-08-08 10:22:39 +00:00
Henning Geinitz b600c81c26 Added Mustek ScanExpress 1248 UB and new version of Mustek BearPaw 1200 CU Plus. 2004-08-08 10:00:02 +00:00
Gerard Klaver 57f1ef4df5 -using now SANE_VALUE_SCAN_MODE_LINEART, _GRAY, and _COLOR,
-changed use of %d to %ld (when bytes values are displayed)
 (part of bug 300799 and 300814)
2004-08-05 17:01:00 +00:00
Julien BLACHE 463c83a091 tools/hotplug/libsane.usermap: added HP ScanJet 5300C. 2004-08-04 20:29:37 +00:00
Gerard Klaver 041b3001ad * AUTHORS: corrrection for teco2
* doc/descriptions/teco2.desc: url and status change
* doc/sane-teco2.man: update info
* backend/teco2.c: - added for the VM6575 a WHITE_LEVEL_R, _G an _B
  slider opion
 -changed for the VM656A and VM6575 and VM6586 the calibration part
  (subtract highest and lowest value and then divide).
  -default SANE_TECO_CAL_ALGO value is now 1 for the VM3564 and
  VM6575.
 - preview value is now 75 dpi for the VM6575
2004-08-04 17:43:33 +00:00
Oliver Rauch a2e1375d62 *** empty log message *** 2004-08-04 11:26:51 +00:00
Henning Geinitz b723aeb859 Removed (backend now included). 2004-08-03 17:42:50 +00:00
Henning Geinitz 4f091999e8 Minor documentation updates. 2004-08-03 17:35:49 +00:00
Henning Geinitz 4ddcadc20d Regenerated to include updates from niash and resource manager inclusion. 2004-08-03 17:25:58 +00:00
Gerhard Jaeger f354bc96fa * backend/plustek.c: Small cleanup. 2004-08-03 10:25:28 +00:00
Gerhard Jaeger 45fbb6aa1e * AUTHORS: Added niash backend maintainer and author.
* configure.in: Added niash backend.
* backend/dll.conf: Added niash backend.
* backend/Makefile.in: Added niash backend files and target.
* backend/niash.c backend/niash_core.c backend/niash_core.h
  backend/niash-xfer.c backend/niash-xfer.h backend/niash-types.h:
  Niash backend files, initial checkin.
* doc/sane-niash.man, doc/descriptions/niash.desc, doc/niash/niash.TODO:
  Initial checkin.
* doc/Makefile.in: Added niash documentation stuff.
* doc/sane-man: Added niash manpage.
* po/Makefile.in: Added niash source file.
* po/sane-backends.de.po: Updated and completed niash backend translation.
* po/sane-backends.*.po: Added niash strings.
2004-08-03 08:02:03 +00:00
Julien BLACHE c5f9d0d711 * frontend/scanimage.c: Added the possibility to cleanly stop a batch by pressing Ctrl+D when using --batch-prompt. 2004-07-31 17:26:02 +00:00
Gerard Klaver a089290c1c added Logitech PageScan USB and Grantek Scopecam to unsupported.desc 2004-07-28 18:44:36 +00:00
Gerhard Jaeger 8e676cb6ab * sanei/sanei_usb.c sanei/sanei configure configure.in: Added
resource manager library support.
* backend/plustek.[ch] backend/plustek-usbdevs.c backend/plustek-usbhw.c
  backend/plustek-usbshading.c backend/plustek.conf: Added speedup
  parameters and TPA autodetection for UMAX3400/3450, added
  disableSpeedup option.
* doc/plustek/Plustek-USB-TODO.txt doc/plustek/Plustek-USB.changes
  doc/descriptions/plustek.desc: Updated.
2004-07-26 15:17:11 +00:00
Stéphane Voltz f6c51c2b7e - fixed a 610P initialization bug that shown up when changing from
color to grey mode from within a fronted
	- internal revision numbers increase
2004-07-21 04:42:17 +00:00
Karl Heinz Kremer 9318886c80 Updated version in epson.desc 2004-07-18 14:59:39 +00:00
Karl Heinz Kremer d909aa5f9b Moved RX-500 from unsupported.desc to epson.desc 2004-07-18 14:57:27 +00:00
Karl Heinz Kremer 51e5894920 Added RX-600 to epson.desc 2004-07-18 14:44:30 +00:00
Karl Heinz Kremer e4b49a2fa4 Added CX-5400 to epson.desc 2004-07-18 14:41:54 +00:00
Henning Geinitz 2dbe869cc0 Added some scanners. Removed Epson Perfection 3170 (now in epkowa). 2004-07-16 18:58:17 +00:00
Henning Geinitz 1a516e7a13 Added Epson Perfection 3170 Photo as it's reported to work with that backend. 2004-07-16 18:55:53 +00:00
Henning Geinitz 8c4d8af1f1 Added missing Changelog entry. 2004-07-16 16:56:46 +00:00