Wykres commitów

10 Commity (aa032f458d9bf6a30209ff8cca7d36c475f9a480)

Autor SHA1 Wiadomość Data
David Ward f3162bafa8 Replace variable self-assignments to avoid Clang warnings
These were intended to suppress GCC warnings about unused variables.
However, this leads to different warnings from Clang instead.

Use another approach that suppresses warnings from both compilers.
2022-03-08 19:00:00 -05: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
Chris Bagwell 8b5df29714 Submit Makefile.in from Makefile.am submitted previously.
Updated backends with EXTRA_* files to allow Makefile's
to always pass in BACKEND_NAME to be fixed to backend name
instead of filename; while still making sure that
SANE_DEBUG_${BACKEND}* exist as documented in man pages.
Add references to epson and epson2 man pages about
SANE_DEBUG_EPSONx_SCSI and _NET options.
Created an epson2 man page; based mostly on epson page.
2009-01-23 03:50:22 +00:00
Karl Heinz Kremer 5a3f789018 Reformat of source code to get rid of different coding styles used by different
authors over the years.
2004-02-08 18:32:33 +00:00
Karl Heinz Kremer afd14b97f3 Fixed compile problem on Linux
Code cleanup to get rid of compiler warnings
2003-08-22 12:17:18 +00:00
Karl Heinz Kremer 4bd825cac8 * backend/epson.[ch]: Added support for GT-30000, with support for the
ADF in simplex mode (used some code from the EPSON Kowa IScan version
  of the backend)
* backend/epson_scsi.c: Use sanei_scsi_cmd2() to send commands to fix a problem
  with SBP-2 under FreeBSD
2003-08-15 17:07:58 +00:00
Henning Geinitz c973d82237 Minor compilation fixes for MacOS X and OS/2. 2003-04-27 12:29:51 +00:00
Henning Geinitz 249f649218 Move config.h include to the top of the include list to avoid compilation
errors on platforms not defining u_char. Added AIX lalloca check.
2002-12-04 17:33:46 +00:00
Karl Heinz Kremer 703f1c6a77 Fixed alloca compile problem by adding '#include ../include/lalloca.h". 2002-09-02 01:10:18 +00:00
Karl Heinz Kremer 7a37599997 USB scanners are now using sanei_usb_ functions, split out SCSI related
functions to their own source/header file, added source/header file for
USB interface
2002-09-01 11:48:06 +00:00