Wykres commitów

4123 Commity (ac5f65e7b104d2b0e48a2fa574ece557f8b9bf74)

Autor SHA1 Wiadomość Data
Rolf Bensch e9fd4b2d20 api / doc use the product name PIXMA MX882 instead of MX880
update ChangeLog for previous commit
2012-01-23 10:08:18 +01:00
Ruediger Meier 0e3d873624 build fix, use the right scsi header on win32
Now we are using either ddk/ntddscsi.h or ntddscsi.h and even don't
stop if we have none of them.
2012-01-21 22:16:50 -06:00
Ruediger Meier 594fcfda95 update ChangeLog for previous commits 2012-01-21 22:04:45 -06:00
Rolf Bensch 1456ca2219 new scanner MX880 2012-01-18 08:58:52 +01:00
Rolf Bensch 5f3c69ab7b flatbed mode supports max. 4800 dpi 2012-01-17 20:44:46 +01:00
m. allan noah 1da5bcc2aa Updated Pixma backend from Gernot Hassenpflug. 2012-01-14 21:48:19 -05:00
Stéphane Voltz 599112d549 genesys backend update changelog entry 2012-01-03 06:47:07 +01:00
Alex Belkin 6c61cfff8a usb id for Samsung SCX-3205W, reported by sane tester.
Long forgotten usb id from the tracker:
https://alioth.debian.org/tracker/index.php?func=detail&aid=312902&group_id=30186&atid=410366
2011-12-30 10:17:58 +04:00
Chris Bagwell 8ac464a47d add support for libusb-win32
It is API compatible with libusb-0.1 that is already supported
but uses different header file name to prevent conflict with
Window's own usb.h.
2011-12-27 17:35:35 -06:00
m. allan noah 5a48db9490 Fujitsu backend v109 2011-12-20 09:43:37 -05:00
Chris Bagwell 73a8c07580 Update epkowa.desc from new iscan 2.28.1 release. 2011-12-18 21:34:05 -06:00
Stéphane Voltz 42ed6aa52a changelog for genesys backend update 2011-11-29 22:01:18 +01:00
m. allan noah 69b5f8cfcf Fujitsu backend v107 and v108
- M3091 does not support scanner_control(adf)
- Correct buffer overflow in read_from_3091duplex()
- sane_read() now always calls read_from_*()
- read_from_*() are callable when there is no data, and read to eof
- sane_read() will keep alternate duplex reads to similar length
- Added debugging statements
- Corrected comments
- Updated Copyright
- merged x/y resolution options
- moved page width/height to start of geometry group
- use mode to pick resolution list v/s range
- improved M3091 resolution choices
2011-11-21 15:19:26 -05:00
Chris Bagwell 2c4b1da0bf add FreeBSD Port's patches
epson2-commands.c: Include <sys/types.h> to resolve u_long.
epson2.c, magicolor.c, xerox_mfp-tcp.c: Include <sys/types.h>
and to <sys/socket.h> for anyone using setsockopt().
sanei_tcp.h: Include <sys/types.h> since ssize_t is referenced.
sanei_usb.c: Newer FreeBSD version checks.

All changes in this patch set come from FreeBSD ports patches.
Bug #312503.
2011-11-20 20:08:15 -06:00
Stéphane Voltz 0af5d2f94f genesys backend build 66 changelog 2011-11-20 11:34:30 +01:00
Chris Bagwell ee4acce54c Updates to epkowa.desc from new iScan release 2011-11-14 14:17:29 -06:00
Chris Bagwell a6519d79aa Add changelog entries. 2011-11-10 19:29:21 -06:00
Chris Bagwell 1e4595cbca update ChangeLog for previous commits. 2011-11-09 21:59:36 -06:00
Chris Bagwell 11531d97d5 update README.windows to include mingw info. 2011-11-08 21:47:16 -06:00
Chris Bagwell e7f01c3b36 Add --disable-dynamic/--disable-preload and update docs
Options were in README but removed at some point.  They
are useful so add them back.

Document BACKENDS and PRELOADABLE_BACKENDS variables in
README as well as in configure --help output.
2011-11-08 21:28:30 -06:00
Chris Bagwell db068dd6b1 complete preload linking fix.
dll.c is were optional preload behavior is implemented.
Since its linked in using a convienence library, we need
to libraries to have different behavior.
2011-11-08 20:06:30 -06:00
Chris Bagwell 0a6d41ff59 Add missing sanei_magic.lo to libsane backend.
At least Fujitsu backend uses it so needed to be able
to run "configure PRELOADABLE_BACKENDS=fujtsu".
2011-11-07 19:29:38 -06:00
Chris Bagwell 03fbcb81a7 Update ChangeLog for recent commits. 2011-11-06 17:10:29 -06:00
Chris Bagwell 5061c2d5b2 More mingw portability updates.
Add check for winsock2.h for socket.h replancement. Also, use this
check to add ws2_32 library. Also, switch all winsock.h references
to winsock2.h.

Add check for getuid and getpass; which are not on mingw.

Add a syslog() replacement that is basically a print(). This
is also used by vsyslog() replacement.

Comment out parts of replacement sigprocmask.c on mingw.

To support these configure.in changes, I need to rebuild all
related files with autoconf 2.68 and libtool 2.4. Hand ported
our sane-backend specific changes to newer ltmain.sh.
2011-11-06 12:40:00 -06:00
Chris Bagwell 9bdff1dbdf mingw32 compile fixes
The following updates were made to all directories but backends.
That still needs work. There are also still some pthread issues
and syslog is missing.

 Windows doesn't support SIGHUP or SIGPIPE so make that optional.
 Only include socket header files when sys/socket.h is detected.
 Use winsock.h on windows.
 Only include syslog.h when vsyslog() was detect by configure.
 Skip FD_CLOEXEC when not supported by OS (not defined).
 Only include sys/ioctl.h on platforms that define it.
2011-11-05 11:19:34 -05:00
Stéphane Voltz 9ea9ed9237 genesys changelog entry 2011-11-02 08:41:10 +01:00
m. allan noah bbecafdfba did I mention I don't like git? 2011-11-01 16:14:27 -04:00
m. allan noah 938469218b Merge branch 'master' of ssh://git.debian.org/git/sane/sane-backends
Conflicts:
	ChangeLog
2011-11-01 16:12:03 -04:00
m. allan noah 8ee3e59375 canon_dr: DR-2580C pads the backside of duplex scans 2011-11-01 15:23:08 -04:00
Stéphane Voltz f0e42223a7 include <sys/types> in a clean way 2011-11-01 16:10:07 +01:00
Mattias Ellert 88151344ff Update Swedish translation 2011-10-30 13:50:42 +01:00
Mattias Ellert 9e639753a3 Include <sys/types.h> for definition of u_long on MacOS X 2011-10-30 10:32:34 +01:00
Mattias Ellert c048a73700 Use more precise path to internal headers 2011-10-30 10:27:47 +01:00
Mattias Ellert 97e89c3ad7 Use portable endian macros from config.h 2011-10-30 10:19:07 +01:00
Stéphane Voltz fb59aea859 Changelog and doc changes for genesys backend update 2011-10-21 07:58:31 +02:00
Alex Belkin 4293d7b1fd Usb id for Samsung CLX 3185, reported by John Dignum.
From: John Dignum <jp.dignum@dignum.jp>
2011-10-19 11:40:11 +04:00
m. allan noah 8607f65505 Revert "Applied patch for HPN6310"
This reverts commit f7a0ef6817.
2011-10-18 20:47:56 -04:00
JAZ f7a0ef6817 Applied patch for HPN6310 2011-10-17 12:27:09 +05:30
Alex Belkin 4f30d7e7eb Usb id for Samsung SCX-4828FN or SCX-4x28 Series, reported by Patrice Levesque.
Reported via https://alioth.debian.org/tracker/?func=detail&atid=410366&aid=313380&group_id=30186
2011-10-01 16:18:54 +04:00
Nils Philippsen e3c52ae80e update ChangeLog 2011-09-16 14:58:20 +02:00
Stéphane Voltz 49ebc601bf fix canon LiDE 210 button mapping 2011-09-07 06:45:16 +02:00
Stéphane Voltz 84d39e7188 MD5345 shading calibration fix
- create a no move during shading calibration flag
- use this flag for MD5345
2011-08-25 06:43:25 +02:00
Stéphane Voltz d5189e200d genesys park and preview improvements
- use fatest motor speed to park for gl843, gl847 and gl124
- use sensor lowest dpi (and not motor's one) as default value so
	preview is done with it
2011-08-23 07:20:52 +02:00
Stéphane Voltz 3256972afe entry for genesys backend update 2011-08-22 22:26:15 +02:00
Stéphane Voltz cca7b033ee entry for genesys fixes 2011-08-05 07:26:14 +02:00
Stéphane Voltz 0e83cf58eb is_compatible_cache refactor for gl124, gl847 and gl843 2011-07-31 22:09:46 +02:00
Stéphane Voltz bda7a84ade use sanei_genesys_compute_dpihw instead of per asic function 2011-07-31 09:00:03 +02:00
Stéphane Voltz cbc281c30a genesys backend changelog entry 2011-07-15 12:32:48 +02:00
Stéphane Voltz 66fa10b91a re-tune MD5345/MD6228 scan area 2011-07-15 10:00:05 +02:00
Stéphane Voltz 48d7991e38 changelog for lexmark backend 2011-07-15 07:32:09 +02:00
Stéphane Voltz eb061b2c28 fixed incorrect image height for sheetfed scanners 2011-07-07 22:31:08 +02:00
m. allan noah 5b9e4f68bb updated translation from cncsolutions.com.br 2011-07-07 10:45:11 -04:00
m. allan noah 03c6806618 canon_dr backend v38
- initial support for DR-5020
- use ppl_mod instead of Bpl_mod, apply to all modes
- invert logic of read_panel tracking
- add ability to disable read_panel()
- automatically disable read/send_panel if unsupported
2011-07-07 10:29:45 -04:00
Stéphane Voltz c2371afe61 changelog entry for genesys backend 2011-07-07 07:15:00 +02:00
Stéphane Voltz 5a0c42a357 calibration cache fix
- overwrite old entries so that calibration file doesn't grow up
2011-07-05 15:04:30 +02:00
Olaf Meeuwissen 738b153eb6 Plug a memory in batch mode
scanimage allocates a new buffer for each page scanned without ever
releasing it. Buffer is 32 kiB by default.
2011-06-30 20:56:52 +02:00
Julien BLACHE ed0d09f863 Add wildcard for some Epson scanners 2011-06-24 22:13:07 +02:00
Julien BLACHE bd6552e11b Add SCSI IDs for the Epson GT-10000+
Reported by Simon Becherer.
2011-06-21 12:24:24 +02:00
Alex Belkin 9aa6850874 USB id for Samsung CLX-216x Series, tested with CLX-216.
Reported by Malte Starostik <malte@malte.homeip.net>
2011-06-16 13:34:59 +04:00
Stéphane Voltz d8738b50ce changelog for gl847 fix 2011-06-15 07:16:49 +02:00
Stéphane Voltz 245db82a37 HP2400 support from Alexey Osipov <simba@lerlan.ru>
- applied and tweaked a patch from Alexey Osipov to complete
HP2400 support
2011-06-13 21:52:05 +02:00
Stéphane Voltz b750f1715c gl847 start of scanarea tuning 2011-06-13 21:15:47 +02:00
Stéphane Voltz cef28b4d46 X1100 device regression fix 2011-06-09 22:22:57 +02:00
Stéphane Voltz 3c4424ba3a genesys backend update 2011-06-09 22:11:02 +02:00
Stéphane Voltz ebf77e7565 changelog and man page update for genesys update 2011-06-07 21:17:28 +02:00
m. allan noah e4f634d68e add support for sanei_magic to kvs1025 backend 2011-06-06 20:52:25 -04:00
m. allan noah 28ccc11d91 Add new blank page and rotation detection algos 2011-06-06 20:45:34 -04:00
m. allan noah b49271c798 whitespace commit to test server hooks 2011-06-06 15:52:37 -04:00
m. allan noah 483b0dc488 adding new kvs40xx backend 2011-06-06 14:28:55 -04:00
Julien BLACHE 9441b1cdfe Add udev+acl output mode, udev rules using ACLs
Use ACLs for the scanner group instead of making the device root:scanner
with permissions 0664; designed to help with MFPs and play nice with
ConsoleKit.
2011-06-02 11:05:30 +02:00
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
m. allan noah fd96b9dca5 Fujitsu backend v105
- backup and restore image params around image processing code
- cache software crop/deskew parameters for use on backside of duplex
- fi-6110 does not support bgcolor or prepick
2010-12-02 09:27:46 -05:00
Olaf Meeuwissen a0980a91ae Fix list of supported commands for levels D1 and D2 2010-11-29 18:03:55 +01:00
m. allan noah 239a2f7c22 Fujitsu backend v104
- never request more than s->buffer_size from scanner
- silence noisy set_window() calls from init_interlace()
2010-11-25 09:43:37 -05:00
Olaf Meeuwissen da42dfa8eb Update epkowa.desc for iScan 2.26.1 2010-11-19 18:23:19 +01:00
Stéphane Voltz c6f1fa9ca4 don't log scanned data in genesys backend unless told by debug level 2010-11-17 21:01:28 +01:00
Julien BLACHE 3de5c87388 Convert v4l1 BGR data to RGB 2010-11-08 18:01:29 +01:00
Marc Deslauriers b5f4056635 Loop through the read buffers to avoid getting stale frames 2010-11-07 10:17:53 +01:00
Stéphane Voltz 4d0cd3c5b1 add -A/--all-options to scanimage for exposing all control options of a
backend
2010-11-06 08:00:37 +01:00
Stéphane Voltz aaa34de7d0 changelog for genesys backend update 2010-11-01 07:31:32 +01:00
Julien BLACHE 9b229f06b9 Add SCSI IDs for ScanJet 4c 2010-10-31 10:20:53 +01:00
Julien BLACHE 2c69d7c19f Resync xerox_mfp desc file & config file 2010-10-30 14:54:36 +02:00
Julien BLACHE 27b1f42b7f Add Samsung SCX 4824 & 4825FN 2010-10-30 14:47:39 +02:00
Stéphane Voltz 841ef7b7c6 changelog entry for genesys backend update 2010-10-13 06:51:05 +02:00
Alex Belkin e3757ae10c Boring Changelog update. 2010-09-30 15:18:54 +04:00
Stéphane Voltz 5816e76b4c - changelog for genesys backend update 2010-09-28 21:39:28 +02:00
Reinhold Kainhofer 093fff631c Fix SANE_CONFIG_DIR handling, use it for dll.d/; Add sanei_config_get_paths
* include/sane/sanei_config.h sanei/sanei_config.c: Add function
        sanei_config_get_paths to obtain all configuration pathes (from env var
        SANE_CONFIG_DIR and default paths); fix pointers to invalid/freed
        strings when SANE_CONFIG_DIR is set

* backend/dll.c: When searching for the dll.d/ directory, also use
        the SANE_CONFIG_DIR env variable.
2010-09-18 10:35:35 +02:00
Julien BLACHE 2ede166550 Update for iScan! 2.26.0 2010-09-17 19:38:26 +02:00
Stéphane Voltz 55ffe3bfae changelog for genesys update 2010-09-17 07:01:39 +02:00
Julien BLACHE f7ee384569 Exit the Avahi process on error and when the poll loop terminates 2010-09-16 18:23:12 +02:00
Stéphane Voltz 5bfb117c93 unsupported.desc update 2010-09-13 21:52:10 +02:00
Stéphane Voltz a8eaac4a8d update HP3690 status to supported 2010-09-13 06:19:47 +02:00
Stéphane Voltz e2b656bc4c changelog and credits for sw crop and deskiew 2010-09-12 21:51:32 +02:00
Nicolas Martin ea1336e71f pixma: several updates for MP375R, MP390, MP460 and docs by Gernot Hassenpflug.
modified:   ChangeLog
	modified:   backend/pixma_mp150.c
	modified:   backend/pixma_mp730.c
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-09-08 22:08:32 +02:00
Nicolas Martin 3dd2b12f6e pixma: fix for 2400 dpi striping on MP760/770/780/790 by Gernot Hassenpflug.
modified:   ChangeLog
	modified:   backend/pixma_mp750.c
2010-09-07 21:46:55 +02:00
Nicolas Martin 018412102e ChangeLog for last pixma commit
modified:   ChangeLog
2010-09-05 09:50:59 +02:00
Stéphane Voltz 48dce048db genesys gl841 sheetfed scanners end of detection rework 2010-09-05 07:45:38 +02:00
Stéphane Voltz 03adcd25df genesys build 32 update 2010-09-04 07:31:13 +02:00
Stéphane Voltz c731ed017e entry for genesys update 2010-09-01 22:22:06 +02:00
Nicolas Martin a0056130ec ChangeLog for last pixma backend commit. 2010-09-01 21:31:06 +02:00
Stéphane Voltz 889a3585ee support for Panasonic KV-SS080 2010-08-31 22:13:42 +02:00
Stéphane Voltz 4ffdc5ee08 changelog for genesys minor update 2010-08-02 06:33:17 +02:00
Nicolas Martin 13885e66b1 Changelog for last update
modified:   ChangeLog
2010-07-25 21:43:22 +02:00
Nicolas Martin 52cd1d7d5b pixma: add support for PIXMA MX870, updated docs.
declared PIXMA MF8030, but not yet working.

	modified:   ChangeLog
	modified:   backend/pixma_imageclass.c
	modified:   backend/pixma_mp150.c
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-22 07:56:13 +02:00
Julien BLACHE 126c70d616 Add :scsi keyword for the Perfection 2450 connected via FireWire 2010-07-15 18:22:34 +02:00
Alesh Slovak 02cecbd75b Update epkowa.desc for iScan 2.25.0 2010-07-12 12:16:53 +02:00
Julien BLACHE ca15c0fda2 Allow symlinks under SANE_CONFIG_DIR/dll.d 2010-07-09 18:57:44 +02:00
Nicolas Martin 3b1543faf4 pixma: changes for PIXMA MX350 support, usb and ethernet.
modified:   ChangeLog
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-04 21:22:00 +02:00
Nicolas Martin b95d698f33 pixma: fix end of line crop buffer size for better efficiency.
modified:   ChangeLog
	modified:   backend/pixma.c
2010-07-03 21:27:44 +02:00
Nicolas Martin 5eb30a38c3 pixma: doc update for support to ImageClass MF6550.
modified:   ChangeLog
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-03 00:03:50 +02:00
m. allan noah 19c52ae761 patch for AV122-C2 from Ori Koren 2010-07-02 09:59:35 -04:00
m. allan noah 627a9bc45d fix compilation bug when jpeg is enabled 2010-06-23 16:03:40 -04:00
Julien BLACHE 323ed013e6 udev rules: set libsane_matched=yes for SCSI scanners too
Used later on by udev-acl to handle scanners.
2010-06-21 19:01:51 +02:00
Stéphane Voltz e84e265f14 geometry fine tuning 2010-06-21 07:10:05 +02:00
Stéphane Voltz 9f6fd50dfc gl847 scan quality improvement
- improve scan quality by doubling x resolution internally at low dpi
- tune y offset of scan area
2010-06-20 22:04:51 +02:00
Stéphane Voltz bae05c312a date fix 2010-06-20 07:59:50 +02:00
Stéphane Voltz 9224b80de8 chnagelog for gl847 update 2010-06-18 06:44:10 +02:00
Stéphane Voltz d97638a107 Canon LiDE 200 support up to 1200 DPI 2010-06-15 21:12:32 +02:00
m. allan noah 78dc4668ff changelog for recent commits 2010-06-15 09:56:28 -04:00
Stéphane Voltz ee0c0e8c44 fix calibration file name free 2010-06-10 21:48:38 +02:00
m. allan noah edac97cdca Niash bugfix and fr.po translation update 2010-06-10 09:03:50 -04:00
Stéphane Voltz 3f4e92db6f correct changelog entry date 2010-06-10 06:01:13 +02:00
Stéphane Voltz 8cf2412386 genesys LiDE 100 final bits
-  use dummy lines for gray scans to have same exposure than color
- added a 'warm' motor dummy scan
2010-06-10 05:58:14 +02:00
m. allan noah e7efa77aa5 Add new kvs20xx backend from Panasonic, for KV-S202xC and KV-S204xC 2010-06-09 16:31:00 -04:00
m. allan noah c615c665b4 fujitsu backend v100
- store more Request Sense data in scanner struct
- clear Request Sense data at start of every do_cmd() call
- track per-side ILI and global EOM flags
- set per-side EOF flag if ILI and EOM are set
2010-06-09 10:32:21 -04:00
m. allan noah 3e669884bb Various Makefile corrections for genesys_gl847, po files and Changelog 2010-06-09 09:17:40 -04:00
Nicolas Martin 68354d3753 pixma: ChangeLog for last commit (MF65xx) 2010-06-08 22:05:06 +02:00
Stéphane Voltz a4edddf523 Canon LiDE 100 motor tuning 2010-06-07 06:31:26 +02:00
Stéphane Voltz b2a0344885 last minute fix for hang after feeding to scan position 2010-06-03 22:16:43 +02:00
Stéphane Voltz a36121c1c3 changelog and doc update for genesys backend 2010-06-03 20:57:06 +02:00
Stéphane Voltz 4aa8054ed0 genesys changelog entry 2010-05-31 06:50:06 +02:00
Stéphane Voltz 8a55c82a47 changelog entry for genesys backend update 2010-05-30 07:59:40 +02:00
m. allan noah 909919d0d5 add Fujitsu fi-5015C 2010-05-24 13:44:15 -04:00
Stéphane Voltz 93163da8ce changelog entry for genesys backend update 2010-05-20 06:21:02 +02:00
Chris Bagwell 17d58a5b60 Add hint about configure and freebsd Ports location 2010-05-19 18:53:39 -05:00
m. allan noah 5ce0013b63 Corrected fujitsu backend v99 patch
- sense_handler(): collect rs_info for any ILI, not just EOM
- do_usb_cmd(): use rs_info whenever set, not just EOF
- read_from_*(): better handling of EOF from lower level functions
- sane_read(): improve duplexing logic
2010-05-17 10:23:19 -04:00
Stéphane Voltz b3fc51ad6f entry for genesys update 2010-05-16 21:31:28 +02:00
m. allan noah 425b847a7b * fujitsu backend v99
- add read_from_PNMduplex() to better handle alternating duplex logic
- call read_from_* even if front eof has been received
2010-05-05 22:16:07 -04:00
Pierre Willenbrock ff187e38f3 Change status of CanoScan LiDE 40 from untested to good 2010-05-03 22:17:31 +02:00
m. allan noah 3adab142b1 * po/Makefile.in: include POTFILES and LINGUAS in DIST
* doc/releases.txt: more git notes
2010-04-27 04:09:15 -04:00
Julien BLACHE 5ed097b553 Fix pkg-config file syntax 2010-04-26 21:13:44 +02:00
m. allan noah db465ae08b reopen development with v1.0.22git 2010-04-25 23:48:14 -04:00
m. allan noah ceb03e36c7 setup for release 1.0.21 2010-04-25 23:28:52 -04:00
Chris Bagwell ce61e88f86 fix typo in tools/sane-config.in. REGMGR=RESMGR. 2010-04-25 15:49:27 -05:00
m. allan noah ec896e5b45 updated translation from Martin Kho 2010-04-21 13:15:41 -04:00
m. allan noah 6b8fc40c23 updated ukranian translation from Yuri Chornoivan 2010-04-21 08:36:12 -04:00
Chris Bagwell 51e1e46a83 Update epkowa.desc with latest values from iscan
Updated 4 pre-existing SCSI models with commonly used
model names.  This allows wider range of Epson SCSI scanners
to be correctly detected using auto-generated hal and udev
files.  This benefits epkowa, epson2, and epson backends.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-20 22:13:52 -05:00
m. allan noah 0340d25366 Update the sane-devel contact suggestion 2010-04-18 20:37:15 -04:00
m. allan noah 9c6d774483 kvs1025 backend v3, usb bugfixes 2010-04-16 15:13:36 -04:00
Nicolas Martin c27108d348 pixma: changes from Gernot Hassenpflug for Canoscan 8800F support.
backend/pixma_mp150.c: changes for Canoscan 8800F, debug clean-up code
backend/pixma_io_sanei.c: debug clean-up code
doc/descriptions/pixma.desc, doc/sane-pixma.man: doc updates for Canoscan 8800F
2010-04-12 22:45:58 +02:00
Chris Bagwell f5dde0e1dc New fix for conflicting connect() failure in p5 BE
Traced source of conflicting connect() defines to p5
backend including libc.h header file.  On OSX, this
includes socket.h.  Since backend didn't really need
libc.h header and is not a networked backend, reverted
last fix and implement header based fix.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-12 12:28:46 -05:00