Wykres commitów

119 Commity (2e2704fa974b5bdfec104a89432e5ff77b36e54b)

Autor SHA1 Wiadomość Data
Henning Geinitz 8561c6a6bd Added mustek_usb backend which supports the Mustek BearPaw 2448 TA Pro. Changes
of the code before inclusion to CVS can be found in
doc/mustek_usb2/mustek_usb2.CHANGES.
2005-10-03 13:27:03 +00:00
Henning Geinitz a2f1183de1 Removed direct dependence of sm3600 on libusb. Used sanei_usb instead. Based on
patch from Francois Revol <revol@free.fr>.  Updated documentation
accordingly. Fixed compilation warnings.
2005-08-16 19:50:34 +00:00
Henning Geinitz 3c5ea794ba Added hp4200 backend. Code from Julien BLACHE's sane-backends-extras debian
package, based on Frank Zago's patches based on Adrian Perez Jorge's code. Fixed
compilation warnings. Fixed bug when no sane device was given. Code indented by
indent -gnu. Added man page.
2005-08-13 15:30:02 +00:00
Henning Geinitz 443cfa28bb libsane and documentation is installed correctly again. 2005-07-30 14:15:50 +00:00
Henning Geinitz 9cf32060ac Make sure that all the necessary files will be in the distribution .tar.gz file. 2005-07-17 12:27:59 +00:00
Henning Geinitz 6c3427c52d Changes to support SANE on ZETA. Not all
patches have been applied yet, but it's a start. The backends
	  are not installed as shared libs but as add-ons, which are shared libs
	  but in a specific folder in [/system|~]/config/add-ons/ named SANE/.
	  The install target has been changed to account for this,
	  Some files don't exist in BeOS/ZETA (ipc.h, ...).
	  Bbackend function names get a prefix, I suppose to avoid namespace clashes.
	  Though we do have a libdl to implement dl_open, the native way is prefered.
	  Added a --with-docdir= configure arg.
	  BeOS has a broken get[name|addr]info() from bind. This is fixed in ZETA R1.
	  libtool needs -no-undefined. Various VPATH fixes.
	  Check for <be/drivers/USB_scanner.h>, but not used yet.
	  No S_IFSOCK (sockets are fds to /dev/net/api). Stub pio code, untested.
	  Patch from Francois Revol <revol@free.fr>.
2005-07-15 21:59:25 +00:00
Stéphane Voltz bce76371c4 - added genesys backend from experimental area 2005-06-27 20:07:45 +00:00
Gerhard Jaeger 8f047dccf3 Added installation of $(localstatesanedir)/lock/sane, were the lockfile
should go to.  Also added linking of sanei_access to the plustek
backend.
2005-04-01 13:57:47 +00:00
Earle F. Philhower III e1da48acae SM3840: Added SM4800, PPC endianness fix, Makefile deps fix 2005-03-16 08:09:19 +00:00
Henning Geinitz 316d7553e4 Added sm3840 backend (from "Earle F. Philhower, III"
<earlephilhower@yahoo.com>).
2005-02-20 20:08:04 +00:00
Mattias Ellert 1263a1410a Fix niash dependencies 2004-10-10 07:31:48 +00:00
Henning Geinitz c26223ed79 Fixed DESTFILES. 2004-10-03 17:39:44 +00:00
Gerhard Jaeger 75858b7e9b Added niash backend files and target. 2004-08-03 07:40:00 +00:00
Mattias Ellert ac9ec0ff1c Missed one... 2004-06-20 01:22:44 +00:00
m. allan noah 9737eaab84 forgot, and only updated makefile 2004-05-24 16:10:36 +00:00
Henning Geinitz 07d7013992 Use sanei_thread instead of fork() in the unmaintained backends.
Patches from Mattias Ellert (bugs: 300635, 300634, 300633, 300629).
2004-05-23 17:28:56 +00:00
Michael Herder 98f1e4d7b6 *** empty log message *** 2004-05-18 07:59:09 +00:00
Oliver Schwartz 6676fdb069 Fixes for pthread implementation 2004-04-09 11:59:02 +00:00
Oliver Schwartz 472d9ab2f5 Use sanei_thread in snapscan backend 2004-04-08 21:53:10 +00:00
Oliver Rauch c287806dc0 *** empty log message *** 2004-01-12 19:54:31 +00:00
Gerhard Jaeger f31aeb07b6 added u12 backend 2004-01-05 20:30:40 +00:00
Henning Geinitz 08486e6be4 Added support for Mustek Paragon 600 II EP (SCSI-over-parallel port). This is
based on a patch from James Perry. Support for libiee1284 is missing until
now. Closes bug #300143.
2003-12-25 20:27:49 +00:00
Jochen Eisinger f5c4172119 2003-11-23 Jochen Eisinger <jochen@penguin-breeder.org>
* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
2003-11-24 08:58:19 +00:00
Gerhard Jaeger cc05fd3afb Linking pie backend now against sanei_thread lib. 2003-11-10 07:11:48 +00:00
Gerhard Jaeger bd9dda41c7 Linking coolscan now against sanei_thread lib. 2003-11-04 16:08:03 +00:00
Henning Geinitz 5b6390ff86 sanei_pp must be linked if we preload backends. 2003-11-02 13:23:30 +00:00
Henning Geinitz c0340511f0 Added support for sanei_thread. Removed OS/2 specific code.
Added more debug messages.
2003-10-29 10:45:33 +00:00
Peter Kirchgessner 477f338198 Use new sanei_thread-interface for hp-backend 2003-10-22 20:18:25 +00:00
Gerhard Jaeger fe555addac major update, sanei_pp integration, compilation fixes. 2003-10-22 19:20:31 +00:00
Gerhard Jaeger 2d9c2e54c7 linking plustek_pp- and test-backend against sanei_thread. 2003-10-08 20:34:46 +00:00
Henning Geinitz 957bcd82cc Added sanei_pthread.lo to list of object files needed for preloading. 2003-10-07 11:30:09 +00:00
Gerhard Jaeger 39044887ca * aclocal.m4 configure configure.in: added checks for pthread.h and
added linker option -lpthread if pthread.h is found
* include/sane/config.in.h: added HAVE_PTHREAD_H
* sanei/sanei_thread.c include/sane/sanei_thread.h: added pthread_
  functions to library, so every backend is able to use either fork or
  pthread for its reader-process - see plustek backend for example
* backend/plustek.h backend/plustek.c: added sanei_thread stuff to support
  threading on MacOS X
* backend/plustek_pp*: some cleanup
2003-10-05 16:00:30 +00:00
Henning Geinitz 8e1194f427 Added back old mustek_pp backend. That backend supports Mustek CCD scanners.
The backend was renamed to mustek_pp_ccd to avoid conflicts with the new
mustek_pp backend for CIS scanners. The code was taken from sane-backends
1.0.9. This is only a temporary solution. The goal is to incooperate CCD
and CIS support into mustek_pp.
2003-10-04 10:40:00 +00:00
Gerhard Jaeger ff21cf5e7d Fixed plustek_pp linking. 2003-09-30 16:20:25 +00:00
Gerhard Jaeger 27469d3467 Removed plustek-share.h. 2003-09-29 19:22:38 +00:00
Frank Zago 3bda0d541d Port to Cygwin. 2003-09-24 03:41:48 +00:00
Gerhard Jaeger 1eef5c8c60 Updated Plustek backend and added code for alternative CIS calibration.
All the supported CanoScan devices should work now correctly.
Moved the Plustek parallelport support into a separate backend: plustek_pp.
Added new backend for Plustek ASIC 9600x/9800x based parallelport scanner.
2003-09-23 07:10:53 +00:00
Henning Geinitz a4e842d946 Minor cleanup from the jpeg move. Reverted frontend link order. 2003-07-26 21:40:06 +00:00
Peter Fales aa9845ccd1 Move jpeg files to sanei 2003-07-26 17:07:36 +00:00
Henning Geinitz a425dd8e30 The list of backends that are built is now in configure.in. Print backends
that are built. Allow manually setting the backends.
2003-06-06 17:07:02 +00:00
Thomas Soumarmon c84bdda420 hp5400: synching SANE CVS with hp5400backend sourceforge project CVS : added and modified hp5400 files (see Changelog) 2003-06-05 07:05:59 +00:00
Henning Geinitz 8eafa10e26 hp5400 doesn't need sanei_config2. 2003-06-03 20:43:05 +00:00
Henning Geinitz 005c4add2c Added missing $(DESTDIR). 2003-05-13 19:06:41 +00:00
Henning Geinitz 9d52ea689d Create directory for gt68xx firmware. 2003-05-03 11:23:08 +00:00
Henning Geinitz 7ce0c5f44f Disable manual links for shared libraries. This breaks MacOS X and doesn't
seem to be necessary on other platforms any more.
2003-04-30 23:05:45 +00:00
Henning Geinitz 517751ff09 Added hp5400 backend from Martijn van Oosterhout <kleptog@svana.org> and
Thomas Soumarmon <soumarmt@nerim.net>. Changed to use sanei_usb instead of
direct /dev/usb/scanner access. Added manual page. Fixed some portablility
issues and some warnings. Added SANE headers.
2003-04-17 09:19:25 +00:00
Henning Geinitz 87387511b0 Added IBM backend for the IBM 2456, the Ricoh IS-420 and maybe the IS-410 and
IS-430 from mf <massifr@tiscalinet.it>. Added manual page, fixed some
warnings, Added detection for IS-410 and IS-430.
2003-04-15 09:54:00 +00:00
Henning Geinitz d60a4441d1 Fixed warning for dll-preload.c. 2003-04-13 13:21:11 +00:00
Rene Rebe 8ce6e0d515 Updated the avision backend to latest build. This includes user-space
USB support and OS/2 thread handling.
2003-03-25 01:43:35 +00:00
Henning Geinitz 747619ae5f Added new backend ma1509 for Mustek BearPaw 1200F scanners. 2003-02-24 21:04:08 +00:00