Wykres commitów

3930 Commity (3256972afefb6237ee81078c07d957fc5dd44e63)

Autor SHA1 Wiadomość Data
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