Wykres commitów

3800 Commity (c615c665b40c052f8ce98e732ed30498795949d6)

Autor SHA1 Wiadomość Data
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
Chris Bagwell bdc81be0da Fix compile fail with connect() on OSX.
socket.h is being included on OSX currently and P5's
static connect is conflicting with socket.h's connect().

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-08 21:05:50 -05:00
Chris Bagwell 3c21ae5f70 Fix cygwin compile. Initial mingw cleanup.
cygwin and mingw is now hiding M_PI_2 defines with -ansi flag.
Remove to fix cygwin compile.
Mingw doesn't support fork() so default to pthreads.
Add u_short to complete definition of u_* types which helps out mingw
when we define _BSDTYPES_DEFINED.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-07 20:43:32 -05:00
Stéphane Voltz af71eda58a replace u_int8_t and u_int16_t by uint8_t and uint16_t 2010-04-06 21:35:17 +02:00
Chris Bagwell 15572c9cd9 Add stub for future pkg-config support
Not quite ready to support pkg-config yet but go ahead and provide
basic support in configure to discourage distributions that are
patching pkg-config support in to no longer run "autoreconf -f"
and wiping out our custom libtool.  sane-backends.pc will not
be installed currently.

Also, fixed a LDFLAGS bug in sane-config for GPHOTO2 support.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-06 11:54:03 -05:00
Chris Bagwell cc75fa5dc2 add --enable-rpath option to configure
Allow user to configure support for rpath compiler
option.  Ported from Fedora's sane-backend patches.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-05 15:54:39 -05:00
Chris Bagwell 1df16a29aa Fix kvs1024 compiling on platforms without libusb
Removed direct include of usb.h in backend since it
should be using sanei_usb.  Completed prototype
of sane_exit(void) for some versions of gcc that are
strict about that.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 16:02:21 -05:00
Chris Bagwell 9756524042 Remove unneeded distclean-local target in po/
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-04-02 15:34:27 -05:00
Stéphane Voltz fc69168373 change usb_init() to sanei_usn_init() 2010-04-01 21:33:50 +02:00
m. allan noah 93bba440b0 convert kvs1025 backend from libusb to sanei_usb, and enable it 2010-03-26 00:01:16 -04:00
Stéphane Voltz 8c60c21c23 changelog entry for minor rts8891 update 2010-03-16 06:40:12 +01:00
Nicolas Martin a94ff26045 pixma: fix color shifts for Pixma MP990, updated descs for several models. 2010-03-15 22:16:47 +01:00
Stéphane Voltz faaf808845 changelog and desc entry for genesys backend update 2010-03-15 06:39:37 +01:00
Stéphane Voltz 0e9856754c entry for lexmark/rts8891 changes 2010-03-11 06:29:25 +01:00
Stéphane Voltz b46865ea0d changelog entry for rts8891 change 2010-03-07 23:26:16 +01:00
Stéphane Voltz 9b6a7af442 fix HP4470 sensor detection 2010-03-05 13:45:09 +01:00
Stéphane Voltz d7de4ed29f genesys desc updates 2010-03-04 06:41:01 +01:00
Stéphane Voltz ca4e4fb16c changelog entry for genesys and man pages updates 2010-03-01 21:53:07 +01:00
Stéphane Voltz 00da89b379 tune HP2400/G2410 settings for genesys backend 2010-02-28 07:10:31 +01:00
Chris Bagwell 1903d646b2 align autoconf/automake output to common version.
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
2010-02-27 23:27:32 -06:00
m. allan noah 5d080dc17c Condense warnings about half-baked .desc files 2010-02-27 21:09:45 -05:00
m. allan noah 778c21922d add S1500M entry by Harald Weis 2010-02-27 21:02:53 -05:00
m. allan noah e3503fc101 corrected log entry 2010-02-27 20:56:40 -05:00
m. allan noah c9d178adc1 log entry for gettext commit 2010-02-27 20:55:47 -05:00