Wykres commitów

2565 Commity (46be471fd0bde14b77b955e1cb65260300fda713)

Autor SHA1 Wiadomość Data
Henning Geinitz 46be471fd0 Disabled link to backend homepage which doesn't seem to contain anything
sane-related.
2005-08-19 15:59:01 +00:00
Henning Geinitz 3c38ba02f4 Enabled GT68XX_FLAG_NO_STOP for Mustek BearPaw 2400 CU Plus. Some of these
scanners don't seem to like that command.
2005-08-19 15:54:31 +00:00
Henning Geinitz e50187fb8f Fixed check for usbcalls.h on OS/2 (patch from Paul Smedley <paul@smedley.info>). 2005-08-19 15:26:50 +00:00
Gerhard Jaeger 269fd05fb2 * doc/plustek/Plustek-USB.changes: Update.
* backend/plustek-usb.h backend/plustek-usbdevs.c: Removed obsolete
  _WAF_BLACKFINE. LiDE20 does not seem to have a reliable black
  calibration area, so the devices now will switch off the lamp
  for dark calibration.
* backend/plustek-usbcal.c backend/plustek-usbscan.c: Cleanup.
* backend/plustek-usbshading.c: Fixed line statistics and added
  calibration data output.
* backend/plustek.c: Bumped build number.
2005-08-19 11:56:52 +00:00
Henning Geinitz b19e6c5262 Fixed the problem concerning scanning on *BSD. Scanning only worked once (bug
#300597). Fixed compilation warnings.
2005-08-18 19:26:09 +00:00
Henning Geinitz 9f9339fd92 Min. libusb version is 0.1.8. 2005-08-17 18:01:37 +00:00
Julien BLACHE 94ad270193 Added USB IDs for the sm3600-supported scanners. If you know the exact model name corresponding to the above IDs, please mail sane-devel:
0x05da/0x40b3, 0x05da/0x40b8, 0x05da/0x40ca, 0x05da/0x40dd, 0x05da/0x40ff
2005-08-17 16:36:49 +00:00
Henning Geinitz 621dc84b90 Added check for Toshiba M011 chips as used in Microtek ScanMaker 3600, 3700, and
3750.
2005-08-16 20:28:46 +00:00
Oliver Schwartz 0f98b4adfe Removed C++-style comment 2005-08-16 20:15:10 +00:00
Henning Geinitz a2f1183de1 Removed direct dependence of sm3600 on libusb. Used sanei_usb instead. Based on
patch from Francois Revol <revol@free.fr>.  Updated documentation
accordingly. Fixed compilation warnings.
2005-08-16 19:50:34 +00:00
Henning Geinitz ee11f5abcf Added check for combination of a PowerVision PV8630 (USB->parport bridge) and
National Semiconductor LM9830 as used in the HP 4200. Fixed compilation warning.
2005-08-16 18:23:42 +00:00
Henning Geinitz 53fe9ae549 Don't print anything else but the found messages in "-q" mode. 2005-08-16 18:19:41 +00:00
Oliver Schwartz 159782bd7f Make compileable again 2005-08-16 17:19:20 +00:00
Henning Geinitz 921f7d7cbc Added Canon PIXMA MP780 and Lexmark P6250. 2005-08-16 09:32:21 +00:00
Oliver Schwartz 7f9b7c4646 Added temporary debug code for 2480/2580 distinction 2005-08-15 18:56:55 +00:00
Oliver Schwartz 59fc80c118 Added support for Epson 3490/3590 (thanks to Matt Judge) 2005-08-15 18:06:38 +00:00
Gerhard Jaeger a4a88fccbf * doc/plustek/Plustek-USB.changes: Update.
* doc/descriptions/plustek.desc: Updated version number.
* backend/plustek.h. backend/plustek-usb.h backend/plustek-usbcalfile.c
  backend/plustek-usbimg.c backend/plustek-usbmap.c
  backend/plustek-usbdevs.c backend/plustek-usbscan.c: Cleanup.
* backend/plustek.c: Bumped version and build number.
  Activated IPC between reader-process and parent.
* backend/plustek-usbio.c: usbio_DetectLM983x() now returns error if
  register could not be red, usbio_ResetLM983x() checks for reg7
  value before writing.
* backend/plustek-usbhw.c: Added button support for Plustek/Genius
  devices. Changed behaviour of usb_IsScannerReady().
  Added special misc I/O setup for CIS devices (usb_ResetRegisters).
* backend/plustek-usb.c: Minor fix for startup reset.
  Removed unnecessary calls to usbio_ResetLM983x().
* backend/plustek-usbshading.c: Readded kCIS670 to add 5% extra to
  LiDE20 fine calibration.
* backend/plustek-usbcal.c: Tried to use the settings from SANE-1.0.13.
  Added _TWEAK_GAIN to allow increasing GAIN during lamp coarse
  calibration. Added call to speedtest function.
2005-08-15 15:02:22 +00:00
Henning Geinitz 3ae9b03454 Don't exit with error when trying to set inactive options. This especially
happens in connection with geometry options and the v4l backend (bugs #300321,
#301977).
2005-08-14 14:51:06 +00:00
Henning Geinitz 46cfa92d35 Enabled backtracking by default. This is slower but avois bumping the scan head
at the end of the scan area and also missing parts of the scanned
image. Increased safety margin for backtracking. This fixes the "garbled image"
bug. Set default gamma value to 2. Manpage update. Status set to "basic".
2005-08-14 12:59:32 +00:00
Henning Geinitz dccf9e2fa2 Added Changelog-1.0.16 to DISTFILES. 2005-08-14 08:22:32 +00:00
Henning Geinitz 2ce6d33e26 Moved CPPFLAGS definition down to avoid problems with libtool tests for -fPIC. 2005-08-13 16:02:50 +00:00
Henning Geinitz 78a02e266b Removed (backend is now included). 2005-08-13 15:32:12 +00:00
Henning Geinitz 3c5ea794ba Added hp4200 backend. Code from Julien BLACHE's sane-backends-extras debian
package, based on Frank Zago's patches based on Adrian Perez Jorge's code. Fixed
compilation warnings. Fixed bug when no sane device was given. Code indented by
indent -gnu. Added man page.
2005-08-13 15:30:02 +00:00
Henning Geinitz 6953fd4e2c Removed ":new". 2005-08-13 15:18:48 +00:00
Gerhard Jaeger 3a4c35c470 * backend/plustek_pp.c: Bumped build number.
* backend/plustek_pp-genericio.c: Fixed bug, that causes ASIC96003/1
  based devices to move their sensors too fast in lineart mode at
  200 and 300dpi.
* doc/plustek/Plustek-PARPORT.changes: Update.
2005-08-10 20:41:09 +00:00
Henning Geinitz 784791758e Added Hewlett-Packard Scanjet 4370. 2005-08-09 17:16:32 +00:00
Henning Geinitz 4b2d240870 Minor fixes for usbcalls interface (patch from Paul Smedley <paul@smedley.info>). 2005-08-09 16:28:38 +00:00
Gerhard Jaeger 4877fb0d98 * acinclude.m4 configure: Locking feature will be disabled on OS/2
per default (according to Paul Smedley <paul@smedley.info>).
* doc/plustek/Plustek-USB.changes: Update.
* backend/plustek.c: Bumped build number.
* doc/plustek/Plustek-USB.txt doc/descriptions/plustek.desc
  doc/sane-plustek.man backend/plustek-usb.c backend/plustek-usbdevs.c:
  Added support for CanoScan LiDE25.
2005-08-08 07:43:14 +00:00
Henning Geinitz b29ea31da2 Fixed some compilation warnings. 2005-08-07 15:53:03 +00:00
Henning Geinitz 2d224c4a75 Added support for usb functionality on OS/2 using the usbcalls interface (patch
from Paul Smedley <paul@smedley.info>).
2005-08-07 14:26:33 +00:00
Henning Geinitz 5cd850ee6a Updated from libtool 1.5.18. 2005-08-07 13:03:32 +00:00
Oliver Schwartz f283eedc6b Corrected date in ChangeLog 2005-08-07 12:38:33 +00:00
Oliver Schwartz 417ef8eac5 Use first known device if no device is specified 2005-08-07 12:37:29 +00:00
Henning Geinitz 1ee59e30eb Typo fix. 2005-08-07 12:32:37 +00:00
Henning Geinitz 92b8f5e33f Updated version. Enabled compilation warnings. 2005-08-07 12:08:07 +00:00
Henning Geinitz 26a01ae380 ****** Release of sane-backends 1.0.16. End of code freeze ****** 2005-08-07 10:05:21 +00:00
Henning Geinitz 34a5bc2fb8 New version 1.0.16. 2005-08-07 10:04:34 +00:00
Stéphane Voltz 9857b4cf6c - fixed endianess issue in genesys backend when creating
slope table
2005-08-05 12:18:35 +00:00
Henning Geinitz bf897c3502 Updated Danish translation (from Mogens Jaeger <mogensjaeger@get2net.dk). 2005-08-02 17:21:34 +00:00
Mattias Ellert 3758711bdb Update Swedish translation. 2005-08-02 15:09:21 +00:00
Eddy De Greef 2fd060fe23 Updated URL for additional CIS driver info. 2005-08-01 19:14:50 +00:00
Henning Geinitz 5c255ba9e0 Updated. 2005-07-31 15:44:13 +00:00
Henning Geinitz 292d5db30a ---- CODE FREEZE FOR SANE 1.0.16 --- 2005-07-31 15:38:28 +00:00
Henning Geinitz a1a5e6de83 Disabled compilation warnings. 2005-07-31 15:37:53 +00:00
Karl Heinz Kremer 4c4a945d1b Applied Olaf Meuwissen's patch to add new device IDs. 2005-07-30 16:52:28 +00:00
Henning Geinitz 4fcd19f065 Avoid error messages in locking test. Make sure that io/cam/cam.h header file
will be detected correctly.
2005-07-30 16:39:00 +00:00
Henning Geinitz 443cfa28bb libsane and documentation is installed correctly again. 2005-07-30 14:15:50 +00:00
Henning Geinitz faf4c8c57e Added Xerox Workcentre 470cx. Added link for Canon DR-2080C. 2005-07-30 13:42:46 +00:00
Gerard Klaver acd978ec7e Update teco2.c .h sane-teco2.man teco2.desc teco2.txt 2005-07-29 20:44:12 +00:00
Julien BLACHE 51cc4e0797 Added various Epson IDs from Olaf Meeuwissen; reodered some misplaced Epson entries. 2005-07-29 10:15:00 +00:00