Wykres commitów

4785 Commity (9f9339fd92a21b331c008b121dd0015d2a5474db)

Autor SHA1 Wiadomość Data
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
Gerhard Jaeger 85acf9e9fb Update. 2005-08-15 15:01:26 +00:00
Gerhard Jaeger 2c1b5226b5 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 14:57:07 +00:00
Gerhard Jaeger 3290aae207 Cleanup. 2005-08-15 14:55:24 +00:00
Gerhard Jaeger b3d68531d4 Readded kCIS670 to add 5% extra to LiDE20 fine calibration. 2005-08-15 14:53:39 +00:00
Gerhard Jaeger a79e3e83f6 Minor fix for startup reset.
Removed unnecessary calls to usbio_ResetLM983x().
2005-08-15 14:52:00 +00:00
Gerhard Jaeger 168204528d Added button support for Plustek/Genius devices.
Changed behaviour of usb_IsScannerReady().
Added special misc I/O setup for CIS devices (usb_ResetRegisters).
2005-08-15 14:48:28 +00:00
Gerhard Jaeger 39b37d80f6 usbio_DetectLM983x() now returns error if register
could not be red, usbio_ResetLM983x() checks for reg7
value before writing.
2005-08-15 14:46:16 +00:00
Gerhard Jaeger 97761aa27b Cleanup.
Bumped version and build number.
Activated IPC between reader-process and parent.
2005-08-15 14:39:53 +00:00
Gerhard Jaeger 55cfaf1fbc Updated version number. 2005-08-15 14:36:18 +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
Henning Geinitz 137155c1ee doc/descriptions/niash.desc doc/descriptions/sm3840.desc. 2005-08-13 15:17:25 +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
Gerhard Jaeger 6ec7a1844d Fixed bug, that causes ASIC96003/1 based devices to move their
sensors too fast in lineart mode at 200 and 300dpi.
2005-08-10 20:39:59 +00:00
Gerhard Jaeger 8ab9887a05 Bumped build number. 2005-08-10 20:39:00 +00:00
Gerhard Jaeger 5a0b362188 Update. 2005-08-10 20:37:24 +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
Gerhard Jaeger 513d6182bc Locking feature will be disabled on OS/2 per default. 2005-08-08 07:41:10 +00:00
Gerhard Jaeger 49e3d0cda0 Added support for CanoScan LiDE25. 2005-08-08 07:37:47 +00:00
Gerhard Jaeger af4091095a Bumped build number. 2005-08-08 07:37:01 +00:00
Gerhard Jaeger 9bd3a059cb Added CanoScan LiDE25. 2005-08-08 07:36:22 +00:00
Gerhard Jaeger 3958ec3e7d Update. 2005-08-08 07:35:49 +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 9e8459dcaf Moved ChangeLog to ChangeLog-1.0.16. 2005-08-07 12:05:40 +00:00
Henning Geinitz 26a01ae380 ****** Release of sane-backends 1.0.16. End of code freeze ****** 2005-08-07 10:05:21 +00:00