Wykres commitów

3903 Commity (7d55df1ebc5cf727a034b2866be59069e1110eeb)

Autor SHA1 Wiadomość Data
Stéphane Voltz 7d55df1ebc entry for genesys backend update 2011-04-20 21:47:00 +02:00
Julien BLACHE cd376be4af Use power/control instead of power/level if available 2011-03-19 17:51:10 +01:00
Stéphane Voltz b1da70e585 minor changes for genesys backend
- improve calibration file handling
- big endian fixes rewrite
2011-03-18 07:04:35 +01:00
Stéphane Voltz d581aec7ad big endian fixes for gl847/gl124 based scanners 2011-03-17 06:20:17 +01:00
Stéphane Voltz a0a2697bdb entry for cygwin build fixes 2011-03-15 06:29:08 +01:00
Troy Rollo 91ea92686d hp3500.c: Remove interdependency between contrast and brightness 2011-03-13 10:07:33 +11:00
Julien BLACHE 22c7800b8d batch-start defaults to 1, not 0 2011-03-12 11:44:15 +01:00
Troy Rollo b7d79169f3 Add grayscale and line art scanning to HP3500 backend, as well as contrast
and brightness controls that influence calibration of the scanner.
2011-03-12 20:36:43 +11:00
Ilia Sotnikov f6b720cc0c hp5590: in ADF modes the device can scan up to 14", which is usually bigger
than what scanner reports back during initialization
hp5590: fixed detection of HP4500 devices (tested) and HP5550 (untested) -
these devices need no reading USB-in-USB acknowledgement after each command.
To achieve that, proto_flags are passed down to low-level functions. These
flags are taken from device descriptions
hp5590: fixed up get_status command - index should be 0x00, not 0x20
hp5590: bump up the backend version
2011-03-06 13:41:58 +02:00
Pino Toscano 56e39a9080 Define PATH_MAX if needed 2011-03-04 18:19:06 +01:00
Julien BLACHE c5ca46c2d1 Fix v4l build with libv4l 0.8.3+ 2011-02-16 19:37:43 +01:00
m. allan noah 2c5e12d53c simple commit to test git 2011-02-13 22:58:28 -05:00
m. allan noah 8331c288d6 setup for development of 1.0.23 2011-02-13 21:40:17 -05:00
m. allan noah 2b8f01e859 Tweaks for sane-backends 1.0.22 release 2011-02-13 20:29:31 -05:00
m. allan noah f263134181 updated translations 2011-02-10 21:00:14 -05:00
Stéphane Voltz 66716a5666 disbale software crop/deskew and despeckle at 16 bit depth 2011-02-04 06:17:27 +01:00
Stéphane Voltz e375cef3b0 genesys asynchronous parking hadling fixes 2011-02-02 10:47:21 +01:00
Stéphane Voltz 66549b2b7d minor cleanups and changelog entry 2011-01-31 21:47:32 +01:00
m. allan noah cde8951ef9 fujitsu backend v106:
- listed new models
- dont call mode_select with a page code the scanner does not support
2011-01-31 08:31:34 -05:00
Mike Kelly 5d50544f77 Updated ChangeLog 2011-01-29 11:50:18 +09:00
m. allan noah c78f416175 canon_dr backend v37:
- don't center window when using flatbed
- improve request sense error messages
- enable flatbed for all known models
- ad usb ids for DR-6030C, CR-135i & CR-190i
- moved DR-2020U to unsupported.desc
2011-01-26 22:05:02 -05:00
Stéphane Voltz 0e2432be53 HP2400/G2410 support progress 2011-01-20 06:59:17 +01:00
m. allan noah 39ae267f06 improved scsi scanner detection 2011-01-18 10:46:33 -05:00
m. allan noah e3a1fa1088 Changelog entry for recent updates 2011-01-18 10:30:03 -05:00
Stéphane Voltz d5850b4991 add DSmobile variant 2011-01-17 21:31:03 +01:00
Reinhold Kainhofer 6a7888ef26 New backend: magicolor (for KONICA MINOLTA magicolor devices)
-) LAN and USB communication
-) SNMP LAN auto-detection (using libsnmp, added configure check!)
-) Based on the epson2 backend, with many structural changes
-) B/W, Gray, Color scanning works in 150/300/600dpi (full-page
   color scan only possible with <=300dpi)

-) The timeouts (SNMP, scan data, other data) are configurable in the
   magicolor.conf file

-) Keeps list of known scanners in sane_get_devices, does not destroy
   existing handles; Also correctly calls sanei_usb_init.
2011-01-15 22:10:34 +01:00
Reinhold Kainhofer 039f21aaf8 Add function to set USB endpoints to use
Added
 void sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep);

This function allows the user to set the endpoint to use on
the given device for the given endpoint type (e.g. bulk in).
Some scanners have multiple bulk in/out endpoints but use
only one for communication (not the one detected during auto-detection),
so one call to the new function will change the used endpoint.
Some scanners use two different endpoint for different purposes,
so in that case each read/write call needs to be preceeded
by a call to that function to set the proper endpoint.

ep_type is a bitmask and is usually of the form
    (USB_DIR_IN|USB_ENDPOINT_TYPE_BULK)
2011-01-15 21:40:55 +01:00
Stéphane Voltz 819010f44e entry for genesys backend change 2011-01-13 22:31:58 +01:00
Stéphane Voltz 93998d5fe3 entry for genesys fixes 2011-01-12 20:56:35 +01:00
Stéphane Voltz 922a22e308 entry for genesys fixes 2011-01-09 17:24:18 +01:00
Nicolas Martin e72c0f548e pixma: Added patch proposed by Klaus Stengel for Canon imageRunner 1020/1024/1025 support.
modified:   ChangeLog
	modified:   backend/pixma_mp730.c
2011-01-05 21:30:11 +01:00
Nicolas Martin 68c15af1b2 pixma: several updates for MP830, MP990, memmove bug fix, and 64 bits image size.
modified:   ChangeLog
	modified:   backend/pixma.c
	modified:   backend/pixma.h
	modified:   backend/pixma_common.c
	modified:   backend/pixma_common.h
	modified:   backend/pixma_mp150.c
2011-01-04 22:19:52 +01:00
Stéphane Voltz 972f686739 entry for gl124 fixes 2011-01-04 21:42:10 +01:00
Chris Bagwell 8d4c1b6314 changelog entry for sane.tex update.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-03 16:09:12 -06:00
Stéphane Voltz 25dc093bb6 fix place for DBG statement 2011-01-03 20:56:22 +01:00
Chris Bagwell e2463c9ca3 Add SOCKET_LIBS to xerox_mfp since it uses sanei_tcp
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-03 10:55:35 -06:00
Chris Bagwell 9de4dcd8a5 Fixes for "make distcheck" on cygwin.
Allow "make dist" when translations are disabled.
Allow "make check" to work by linking in liblib.la.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 20:00:22 -06:00
Chris Bagwell 650ea7cf8a update generate files using latest autoconf tools.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2011-01-02 13:07:31 -06:00
Stéphane Voltz f5ebfd943a entry for genesys minor update 2010-12-28 21:52:57 +01:00
Stéphane Voltz 7fb14b8f2e entry for optibook 3600 support 2010-12-27 21:48:29 +01:00
Stéphane Voltz 9106e0f7fa changelog entry for genesys update 2010-12-27 06:54:18 +01:00
Stéphane Voltz 35385e5725 genesys backend update
- enable 16 bit gamma for GL124 scanners
- genesys doc credits and models update
2010-12-26 12:08:01 +01:00
Stéphane Voltz 406ecd0cda genesys desc update 2010-12-24 08:51:44 +01:00
Stéphane Voltz 91832dccb3 add X74 support to lexmark backend
- patch from "Torsten Houwaart" <ToHo@gmx.de>
2010-12-24 08:02:44 +01:00
Mike Kelly 162da73c00 Updated ChangeLog 2010-12-23 20:50:46 +09:00
Stéphane Voltz c6c16f4956 LiDE 210 GPIO settings fix 2010-12-19 06:50:13 +01:00
Stéphane Voltz 7000b96cb8 entry for LiDE 210 support 2010-12-16 22:19:42 +01:00
Stéphane Voltz 7e996472a6 changelog entry for GL124
- add an entry for genesys backend update
- up genesys build number
2010-12-14 18:29:55 +01:00
Mike Kelly 1415491d91 - Updated ChangeLog. 2010-12-09 16:27:31 +09:00
Julien BLACHE 8e042230e6 Add SCSI IDs for the Perfection 3200 (GT-9800) via FireWire 2010-12-06 18:03:47 +01:00