2005-10-03 Henning Meier-Geinitz * AUTHORS acinclude.m4 configure configure.in backend/Makefile.in backend/dll.conf backend/mustek_usb2.c backend/mustek_usb2.h backend/mustek_usb2_asic.c backend/mustek_usb2_asic.h backend/mustek_usb2_high.c backend/mustek_usb2_high.h backend/mustek_usb2_reflective.c backend/mustek_usb2_transparent.c doc/Makefile.in doc/sane-mustek_usb2.man doc/mustek_usb2/mustek_usb2.CHANGES doc/mustek_usb2/mustek_usb2.TODO: Added mustek_usb backend which supports the Mustek BearPaw 2448 TA Pro. Changes of the code before inclusion to CVS can be found in doc/mustek_usb2/mustek_usb2.CHANGES. * doc/sane.man: Added mustek_usb2. Added description for u12 backend. Added missing links to other backends. * doc/descriptions/mustek_usb2.desc: Moved from descriptions-external. Updated. * PROJECTS: Removed link to BeOS (link goes to nowhere, SANE website has links to projects). Removed link to wi32 port (included in SANE). Removed link to SaneTwain (listed on SANE website). 2005-10-02 Gerhard Jaeger * doc/plustek/Plustek-USB.changes: Update. * backend/plustek.c: Bumped build number. * backend/plustek-usbdevs.c backend/plustek-usb.h: Updated motor settings for Canoscan LiDE25, thanks to Stephan February for providing these values. 2005-10-02 Henning Meier-Geinitz * doc/descriptions/as6e.desc: Added Trust Easy Scan 9600 Plus (bug #301000). * backend/sharp.c: Fixed some compilation warnings (bug #300404). * AUTHORS: Fixed Rene Rebe's email address. * doc/descriptions/unsupported.desc: Removed Epson Perfection 4180 (supported by epkowa backend). 2005-10-01 Henning Meier-Geinitz * doc/descriptions-external/mustek_a3p1.desc doc/descriptions/unsupported.desc: Added external mustek_a3p1 backend that supports Mustek P 3600 A3 Pro. * tools/Makefile.in: Added udev to list of directories that are part of the distribution. * doc/descriptions.txt: Yet another "itsself". * backend/sp15c.c: Fixed some warnings (bug #302290). 2005-10-01 Julien Blache * doc/sane-find-scanner.man: Typo fix, s/itsself/itself/ from Alfie Costa. 2005-09-29 Eddy De Greef * backend/mustek_pp_cis.c: Minor bug fix: wrong model name was reported for 1200CP+ driver. 2005-09-29 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx.conf backend/gt68xx_devices.c backend/gt68xx_generic.c backend/gt68xx_generic.h backend/gt68xx_high.c backend/gt68xx_low.c backend/gt68xx_low.h doc/sane-gt68xx.man doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES doc/gt68xx/gt68xx.TODO: Added support for Plustek OpticSlim M12 (untested). Based on patch from Gerhard Jaeger . Fixed gt68xx homepage links in man page. Changed minimum version of libusb to 0.1.8. * doc/descriptions/unsupported.desc: Removed Plustek OpticSlim M12. 2005-09-28 Oliver Schwartz * backend/snapscan-options.c backend/snapscan-scsi.c backend/snapscan.c backend/snapscan.h: Added 16 bit option for Epson scanners, untested. Reenabled enhanced inquiry command for epson scanners. 2005-09-28 Julien Blache * tools/udev/convert-usermap.sh: Don't print 0x when matching VID and PID. 2005-09-28 Julien Blache * tools/udev/convert-usermap.sh: Added script to convert hotplug/libsane.usermap to a udev rules file. udev 070 + linux 2.6.14 will deprecate hotplug. * tools/README: updated. 2005-09-28 Henning Meier-Geinitz * doc/descriptions-external/brother.desc: Removed duplicate entry. * doc/descriptions/genesys.desc: Added link to genesys homepage. 2005-09-26 Henning Meier-Geinitz * tools/sane-find-scanner.c: Print more clear output if no USB scanners are found. Point to manual page. Warn if libusb support hasn't been built. 2005-09-25 Henning Meier-Geinitz * doc/descriptions-external/lexmark.desc doc/descriptions/unsupported.desc: Added external lexmark backend. Moved Lexmark X11?? devices to lexmark.desc. Based on patch from Fred Odendaal . 2005-09-25 Oliver Schwartz * backend/snapscan-scsi.c: Removed debugging code for Epson scanners until a working solution has been found. 2005-09-23 Henning Meier-Geinitz * README: Mention in addition to the listed libraries, their header files are also neccessary. A missing usb.h is a common problem when building SANE (--> no USB support). * configure configure.in: Added warning message that's printed when libusb or its header file is not available. * frontend/scanimage.c doc/scanimage.man: Added progress indicator to scanimage (based on patch from Mario Goppold ). Updated copyright information, added links to sane-devel mailing list. * sanei/sanei_usb.c: Ignore EBUSY from usb_set_configuration. This function fails, if a different interface of the same device is claimed (e.g. by usblp). 2005-09-22 Mattias Ellert * backend/hp4200.c backend/umax.c backend/umax1220u.c include/sane/sanei_pv8630.h sanei/sanei_pv8630.c: Fix SANE_DEBUG_SANEI_PV8630 2005-09-19 Frank Zago * backend/dc210.c backend/leo.c backend/matsushita.c backend/sceptre.c backend/sp15c-scsi.h backend/sp15c.h backend/teco1.c backend/teco2.c backend/teco3.c include/sane/sanei_backend.h: Replaced __unused__ with __sane_unused__ to avoid a namespace conflict. 2005-09-18 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx_high.c doc/descriptions/gt68xx.descdoc/gt68xx/gt68xx.CHANGES doc/gt68xx/gt68xx.TODO: Fixed segfault that may happen with Mustek ScanExpress A3 USB. * doc/backend-writing.txt: Added some hints about number of files. * backend/mustek.conf doc/sane-mustek.man doc/descriptions/mustek.desc: Mustek Paragon 600 II EP works. Mentioned "parport0". * doc/descriptions/unsupported.desc: Added Canon PIXMA MP750. 2005-09-17 Mattias Ellert * README.darwin: New date for good libusb from CVS 2005-09-07 Mattias Ellert * acinclude.m4, configure: fix disabling of locking when the locking user group does not exist 2005-09-07 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added Genius ColorPage Slim 1200. 2005-09-07 Oliver Schirrmeister * backend/fujitsu.c: enabled dropoutcolor for all fi-* scanners. Applied patch from Mario Goppold: Bugfixes for the M3092DCd 2005-09-05 Henning Meier-Geinitz * po/sane-backends.ru.po: Updated Russian translation (from Vitaly Lipatov ). 2005-09-03 Oliver Schwartz * backend/snapscan.h backend/snapscan-scsi.c: (Hopefully) fixed some debugging code for Epson scanners that only works after firmware upload. 2005-09-02 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added Epson Perfection 4490 Photo. * tools/hotplug/libsane.usermap: Added HP PSC 750. 2005-09-01 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx_devices.c backend/gt68xx_generic.c backend/gt68xx_high.c doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES: Genius ColorPage Vivid 1200 X is reported to work. Genius ColorPage Vivid 4 XE seems to be the same as 4 X, it just doesn't have buttons. Cleanup of .desc file. Fixed gain setting. Mustek ScanExpress A3 USB 600 dpi color scanning works now. * tools/check-usb-chip.c: Added detection for SQ113 chip (e.g. Mustek BearPaw 2448 TA Pro). 2005-08-31 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Removed Mustek 1800 A3 Pro (this is actually a P3600 A3 Pro). * doc/descriptions-external/mustek_usb2.desc: Mustek BearPaw 2448 TA Pro has status "good" now. 2005-08-30 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Removed Mustek BearPaw 2448 TA Pro (now supported by external Mustek USB2 backend). Added comments about that backend to some other scanners that may be supported later. * doc/descriptions-external/mustek_usb2.desc: New external Backend for Mustek BearPaw 2448 TA Pro. 2005-08-29 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Canon LiDE 60 is GL841 based. 2005-08-28 Henning Meier-Geinitz * doc/descriptions/canon630u.desc: Changed status of Canon 636u too "good". 2005-08-27 Henning Meier-Geinitz * doc/descriptions-external/brother2.desc: Brother MFC-5440CN is reported to work (bug #302105). 2005-08-24 St~hane Voltz * backend/umax_pp.c backend/umax_pp_low.c tools/umax_pp.c: Added EPP support for 610P, revision number changes 2005-08-23 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added Canon LiDE 60. Reflecta Digitdia 3600 is not GL841-based. 2005-08-22 St~hane Voltz * tools/check-usb-chip.c: Added rts8858c detection (Lexmark X1100 series, Dell A920). 2005-08-22 Henning Meier-Geinitz * tools/hotplug/libsane.usermap: Added some Genius scanners. Fixed Visioneer Onetouch 7300 USB. Added Plustek OpticSlim 2400. * README.openbsd: Mention problems with library names. 2005-08-22 Gerhard Jaeger * doc/plustek/Plustek-USB.changes: Update. * backend/plustek.c: Bumped build number. * backend/plustek-usb.c backend/plustek-usbscan.c: Fixed problem, when trying to scan at resolutions beyond the optical one (sensor stops too early). * tools/hotplug/libsane.usermap: Added USB ID for LiDE25. 2005-08-21 Henning Meier-Geinitz * doc/descriptions/microtek2.desc doc/descriptions/unsupported.desc: Marked microtek2 backend as unsupported. Changed link to point to old website directly. Listed Microtek ScanMaker 9800XL as supported (bug #301515). 2005-08-21 Mattias Ellert * ltmain.sh acinclude.am configure: Updated from libtool 1.5.18. 2005-08-20 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx.conf backend/gt68xx_devices.c backend/gt68xx_low.h doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES doc/gt68xx/gt68xx.TODO: Increased number limit of scanners that can work with this backend to 50. Added support for Genius ColorPage Vivid 1200 X (untested). 2005-08-19 Henning Meier-Geinitz * configure configure.in: Fixed check for usbcalls.h on OS/2 (patch from Paul Smedley ). * backend/gt68xx.c backend/gt68xx_devices.c doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES: Enabled GT68XX_FLAG_NO_STOP for Mustek BearPaw 2400 CU Plus. Some of these scanners don't seem to like that command. * doc/descriptions/artec_eplus48u.desc: Disabled link to backend homepage which doesn't seem to contain anything sane-related. 2005-08-19 Gerhard Jaeger * 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-18 Henning Meier-Geinitz * backend/gt68xx.c backend/gt68xx_low.c backend/gt68xx_low.h doc/sane-gt68xx.man doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES doc/gt68xx/gt68xx.TODO: Fixed the problem concerning scanning on *BSD. Scanning only worked once (bug #300597). Fixed compilation warnings. 2005-08-17 Henning Meier-Geinitz * README: Min. libusb version is 0.1.8. 2005-08-17 Julien Blache * tools/hotplug/libsane.usermap: 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-16 Oliver Schwartz * backend/snapscan-scsi.c: Make compileable ;-) * backend/snapscan-options.c: Removed //-style comment 2005-08-16 Henning Meier-Geinitz * doc/descriptions/unsupported.desc: Added Canon PIXMA MP780 and Lexmark P6250. * tools/sane-find-scanner.c: Don't print anything else but the found messages in "-q" mode. * tools/check-usb-chip.c: Added check for combination of a PowerVision PV8630 (USB->parport bridge) and National Semiconductor LM9830 as used in the HP 4200. Fixed compilation warning. Added check for Toshiba M011 chips as used in Microtek ScanMaker 3600, 3700, and 3750. * configure configure.in backend/Makefile.in backend/sm3600-scanusb.c backend/sm3600-scanutil.c backend/sm3600.c backend/sm3600.h doc/sane-sm3600.man doc/sane-usb.man: Removed direct dependence of sm3600 on libusb. Used sanei_usb instead. Based on patch from Fran~is Revol . Updated documentation accordingly. Fixed compilation warnings. 2005-08-15 Oliver Schwartz * backend/snapscan.c: Bumped version number * backend/snapscan-scsi.c: Added temporary debug code for 2480/2580 distinction 2005-08-15 Oliver Schwartz * backend/snapscan.c backend/snapscan-options.c backend/snapscan-scsi.c backend/snapscan.h doc/descriptions/snapscan.desc backend/snapscan.conf: Added support for Epson Perfection 3490/3590 (thanks to Matt Judge). 2005-08-15 Gerhard Jaeger * 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-14 Henning Meier-Geinitz * Makefile.in: Added Changelog-1.0.16 to DISTFILES. * backend/hp4200.c doc/sane-hp4200.man doc/descriptions/hp4200.desc: 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". * frontend/scanimage.c: 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-13 Henning Meier-Geinitz * doc/descriptions/niash.desc doc/descriptions/sm3840.desc: Removed ":new". * AUTHORS configure configure.in backend/Makefile.in backend/dll.conf backend/hp4200.c backend/hp4200.conf backend/hp4200.h backend/hp4200_lm9830.c backend/hp4200_lm9830.h doc/Makefile.in doc/sane-hp4200.man doc/sane.man doc/descriptions/hp4200.desc: 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. * doc/descriptions-external/hp4200.desc: Removed (backend is now included). * configure configure.in: Moved CPPFLAGS definition down to avoid problems with libtool tests for -fPIC. 2005-08-10 Gerhard Jaeger * 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-09 Henning Meier-Geinitz * sanei/sanei_usb.c: Minor fixes for usbcalls interface (patch from Paul Smedley ). * doc/descriptions/unsupported.desc: Added Hewlett-Packard Scanjet 4370. 2005-08-08 Gerhard Jaeger * acinclude.m4 configure: Locking feature will be disabled on OS/2 per default (according to Paul Smedley ). * 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-07 Oliver Schwartz * backend/snapscan.c: Use first known device if no explicit device name is specified 2005-08-07 Henning Meier-Geinitz * configure configure.in: Updated version. Enabled compilation warnings. * doc/releases.txt: Typo fix. * config.guess config.sub: Updated from libtool 1.5.18. * configure configure.in include/sane/config.h.in sanei/sanei_usb.c: Added support for usb functionality on OS/2 using the usbcalls interface (patch from Paul Smedley ). * sanei/sanei_usb.c: Fixed some compilation warnings. Older entries can be found in ChangeLog-1.0.16.