Wykres commitów

22 Commity (fc85e7d15d4a8631e9777cf7704d3115fdc8058a)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 23891a2646 .editorconfig: trim trailing whitespace 2017-05-29 21:14:29 +09:00
Jörg Frings-Fürst e21bb28e50 Source code string typo fixes 2017-05-13 18:38:43 +09:00
Olaf Meeuwissen 99c14f2d95 Use a single symbol to flag unused parameters
The __sane_unused__ symbol was used slightly more often then UNUSEDARG
and, more importantly, defined in include/sane/sanei_backend.h.  That
makes it readily available to virtually all backends.
2016-07-18 16:51:08 +09:00
Olaf Meeuwissen d3d5dc3da0 Update to autoconf-2.69
This gets rid of a number of obsoleted macros and replaces RETSIGTYPE
with a void literal which can be assumed for C89 and later.

This changeset was prepared using autoupdate and modified to get rid of
whitespace and doubled [] changes.  Changes to acinclude.m4 were added
by hand.
2016-06-13 22:05:34 +09:00
Olaf Meeuwissen 51277aec4a hp: fix [-Wunused-but-set-variable] compiler warnings 2015-12-27 18:38:41 +09:00
Volker Diels-Grabsch 6aced758f4 Fix typos in comments
While reading through the SANE sources I noticed some annoying typos
in the comments.  This patch is my contribution to make the SANE
sources slightly more pleasant to read.
2015-12-20 14:43:56 +09:00
chris@cnpbagwell.com 4d9e8138af standardize including local sane/ include files.
Source code was inconsistent on how they were referencing
include files in include/sane.  In certain cases, sane/sane.h
and sane/saneopts.h was really including external copies (with
some preprocessor implementations anyways).
2009-05-07 22:06:20 -05:00
m. allan noah 1ee8fa1d8f add usleep to improve usb performance, from jim a t meyering d o t net 2008-03-28 14:37:36 +00:00
Peter Kirchgessner 07a22cd39f Rename global function hp_init_openfd to sanei_hp_init_openfd 2004-10-04 18:09:05 +00:00
Peter Kirchgessner d77b4b4736 Keep USB-connection open (was problem with Linux 2.6.x) 2004-03-27 13:52:39 +00:00
Peter Kirchgessner 2549e5bf8c Redo when TEST UNIT READY failed
Redo when read returns with 0 bytes (non-SCSI only)
2003-10-09 19:34:57 +00:00
Peter Kirchgessner 41cdb74d97 Workaround problem with Buslogic SCSI driver in hp-backend 2002-12-06 19:46:39 +00:00
Peter Kirchgessner 09538261ab Add libusb-support to hp-backend 2002-11-25 20:36:36 +00:00
Peter Kirchgessner f60b851fa7 HP-backend V0.96. Check device names to prevent USB-device to be
opened as SCSI-device
2002-08-06 19:33:08 +00:00
Peter Kirchgessner 835863707b Use lassert.h instead of assert.h 2001-10-27 18:01:54 +00:00
Peter Kirchgessner 077b4b2ca1 Use #include "../include/assert.h" 2001-10-04 18:12:20 +00:00
Peter Kirchgessner b94f799b28 - add support for active XPA
- check if paper in ADF for ADF scan
      - add option lamp off
      - remove some really unused parameters
2001-09-04 13:51:11 +00:00
Peter Kirchgessner fcf012d292 Change sanei_debug-interface
Allocate accessor only once (for fixed size accessors)
2000-10-23 18:32:37 +00:00
Peter Kirchgessner e907811055 hp-backend V 0.91, 04-Sep-2000, David Paschal (paschal@rcsis.com):
- Added support for flatbed HP OfficeJets
      - (PK) fix problem with cancel preview

   hp-backend V 0.91, V 0.90, 02-Sep-2000, PK:
      - fix timing problem between killing child and writing to pipe
      - change fprintf(stderr,...) to DBG
      - change include <sane..> to "sane.." in hp.h
      - change handling of options that have global effects.
        i.e. if option scanmode is received (has global effect),
        all options that "may change" are send to the scanner again.
        This fixes a problem that --resolution specified infront of
        --mode on command line of scanimage was ignored.
        NOTE: This change does not allow to specify --depth 12 infront of
        --mode color, because --depth is only enabled with --mode color.
      - add depth greater 8 bits for mode grayscale
      - add option for 8 bit output but 10/12 bit scanning
2000-09-09 17:44:14 +00:00
Petter Reinholdtsen b4a1a513c9 Merge devel (v1.0.3) into head branch. 2000-08-12 15:11:46 +00:00
Petter Reinholdtsen 760423d864 Merged main branch with current DEVEL_1_9. 2000-03-05 13:57:25 +00:00
Petter Reinholdtsen 30ab5e718a Initial revision 1999-08-09 18:06:01 +00:00