Wykres commitów

2440 Commity (c33139cc82dc40e52a15f302d3bd6b38c0d83a26)

Autor SHA1 Wiadomość Data
Gerard Klaver c33139cc82 - indent -gnu
- free (devlist) added so memory allocated by sane_get_devices() will be released (bugreport 300128)
- added more DEBUG lines and some small fixes.
2005-05-06 21:12:21 +00:00
Henning Geinitz b3669f8d6e Added options to set the time after which the lamp of the A3 Pro is shut off
and to shut it off immediately.
2005-05-05 17:28:38 +00:00
Henning Geinitz 2cba59f874 Added Dell 922. 2005-05-05 15:53:22 +00:00
Peter Fales 88df3af0bb When no port is specified in the gphoto2.conf config file, an attempt
was being made to strdup() a bad pointer.
2005-05-05 03:52:03 +00:00
Henning Geinitz 486e6b24a9 Fixed link. 2005-04-29 18:22:11 +00:00
Henning Geinitz 3d75c6a2bd Added ScanPartner 600C (bug #301528). 2005-04-29 17:22:43 +00:00
Julien BLACHE 390e9b4884 backend/v4l.c: duplicate capability.name in attach() so that each device is listed with its actual name, not with the name of the last discovered device. Reported by Andreas Hartmann. 2005-04-28 21:18:41 +00:00
Mattias Ellert 23b39a25f1 Missing braces 2005-04-28 12:49:01 +00:00
Gerhard Jaeger 3f893c5e03 * doc/descriptions/plustek.desc: Added UMAX Astranet ia101. 2005-04-27 07:35:10 +00:00
Julien BLACHE 32f60c3e82 Added Epson Stylus CX3650 (04b8/080e). 2005-04-26 11:30:22 +00:00
Gerhard Jaeger a838a5886c * include/sane/sanei_pp.h, sanei/sanei_pp.c: Added outb_eppdata
functionality (thanks to Anderson Lizardo).
* backend/plustek-pp_procs.h, backend/plustek-pp_io.c,
  backend/plustek-pp_misc.c: Fixed compilation problem for kernel
  module with gcc-3.4 compiler.
* doc/plustek/Plustek-PARPORT.changes: Update.
* backend/plustek-pp.c: Bumped build number.
2005-04-25 09:53:43 +00:00
Henning Geinitz e57dff602e Marked Kazuya Fukuda as active. 2005-04-24 10:47:17 +00:00
Henning Geinitz a76c30cfd0 Added Canon PIXMA MP110. 2005-04-24 10:44:11 +00:00
Henning Geinitz 790d3bcc90 Added Primax Colorado 2200 USB. 2005-04-24 10:42:08 +00:00
Henning Geinitz 0003d79b8e Added Mustek TwainScan II SP (bug #301217). 2005-04-24 10:34:52 +00:00
Henning Geinitz 99402cb85b Fixed Minolta Scan Dual III entry (bug #301512). 2005-04-24 10:19:10 +00:00
Julien BLACHE 2f4b6644c9 Add an FAQ section to the LICENSE file. 2005-04-23 18:16:18 +00:00
Julien BLACHE ddf8fb6874 Added Genius ColorPage Vivid3xe (0458/2017), from Ramiro Aceves through Debian BTS. 2005-04-23 15:51:18 +00:00
Gerhard Jaeger e605d0bd27 * doc/plustek/Plustek-USB.changes: Update.
* backend/plustek.c: Bumped build number.
2005-04-18 07:50:25 +00:00
Gerhard Jaeger 5c3bb8a294 * backend/plustek-usbhw.c, backend/plustek-usbscan.c: Fixed
problem, that has been reported in conjunction with backtracking
  and sensor-speedup option.
2005-04-18 07:33:29 +00:00
Henning Geinitz 64c2b9df30 Added and updated several scanners. 2005-04-17 21:36:47 +00:00
Gerard Klaver 9ae13c1e70 -update sanei/sanei_usb.c
-update include/sanei_usb.h
-update frontend/scanimage.c
-update doc/scanimage.man
2005-04-15 21:36:51 +00:00
Mattias Ellert de7ed8a4eb Add missing SANE_I18N, Regenerate .po files accordingly, Update Swedish translations 2005-04-13 12:50:08 +00:00
Mattias Ellert ec08c32e02 Man page fixes 2005-04-12 06:01:14 +00:00
Gerhard Jaeger 156b2f1923 * acinclude.m4, configure.in, configure: the locking feature will
now be disabled, when the selected group could not be set.
  The configuration script should not fail any longer.
2005-04-11 07:49:54 +00:00
Julien BLACHE 5c9ba87bb1 hp5400: make non-SANE-standard functions static. 2005-04-10 12:20:50 +00:00
Jochen Eisinger ecdbf48171 2005-04-10 Jochen Eisinger <jochen@penguin-breeder.org>
* backend/mustek_pp.c, backend/mustek_pp.conf, sanei/sanei_pa4s2.c,
	  include/sane/sanei_pa4s2.h, doc/sane-mustek_pp.man: added global
	  option "no_epp" to work around a known bug in the linux parport
	  code.
2005-04-10 11:53:16 +00:00
Julien BLACHE 457cbd6cd2 doc/sane.man: another typo fix from A Costa. 2005-04-02 10:16:11 +00:00
Gerhard Jaeger 1ed8917ee6 * README: Added some info about the --enable-locking switch. 2005-04-01 14:26:26 +00:00
Gerhard Jaeger d8c607e6b9 * tools/hotplug/libsane.usermap: Added some Plustek devices.
* mkinstalldirs: Added -o and -g options for changing the
  owner and group of an installed directory.
* acinclude.m4, configure.in, configure: Added --enable-locking
  and --with-group to enable device locking via sanei_access-lib
  and to specify the group of the locking directory.
* include/sane/config.h.in: ENABLE_LOCKING has been added
  by automake/autoconf.
* backend/Makefile.in: Added installation of
  $(localstatesanedir)/lock/sane, were the lockfile should go to.
  Also added linking of sanei_access to the plustek backend.
* include/Makefile.in: Added sane/sanei_access.h.
* sanei/Makefile.in: Added sanei_access.c.
* include/sane/sanei_access.h sanei/sanei_access.h: Initial checkin.
2005-04-01 14:05:25 +00:00
Gerhard Jaeger 77c59b49d0 * doc/descriptions/unsupported.desc
doc/descriptions-external/genesys.desc: Moved some Plustek
  devices over to the genesys descriptions.
2005-04-01 08:05:47 +00:00
Julien BLACHE ede7cccaec Fix typos in scanimage.man, patch from A Costa. 2005-03-31 11:12:18 +00:00
Earle F. Philhower III 02e0cf229e Fix endianness problems in gray mode 2005-03-22 04:35:43 +00:00
Gerard Klaver 300349a7ed added samsung.desc 2005-03-17 13:48:16 +00:00
Henning Geinitz 204e51eb70 Removed Microtek ScanMaker 4800 (supported by sm3840 now). 2005-03-16 18:13:27 +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 b2852924f2 Added and updated various scanners. 2005-03-13 17:48:27 +00:00
Gerard Klaver 2af1a79792 update sane-teco2.man (text) and teco2.c (use of __unused__) 2005-03-04 19:57:25 +00:00
Julien BLACHE 13f51314cb Add missing quotes in the grep line. 2005-03-03 13:47:39 +00:00
Julien BLACHE 207c751982 tools/hotplug-ng/libsane.hotplug: allow for several spaces between fields in the db file. 2005-03-02 21:23:59 +00:00
Julien BLACHE 44c5b6e6d4 Replace \t with [[:space:]] when greeping for the device in the db file. 2005-02-28 12:51:56 +00:00
Julien BLACHE 309228e9db Added new hotplug/hotplug-ng hook with scripts and documentation. 2005-02-21 21:00:57 +00:00
Henning Geinitz 98f01c7975 Removed (backend included in SANE). 2005-02-20 20:18:30 +00:00
Henning Geinitz 76f6d02fdb Removed (backend included in SANE). 2005-02-20 20:14:40 +00:00
Henning Geinitz 46d59a14aa Removed Genius ColorPage-Vivid Pro II, now in external backend. Added Visioneer
9000.
2005-02-20 19:09:24 +00:00
Gerhard Jaeger 907ba41091 doc/decriptions-external: Added new external backend geniusvp2.
Fixed KHKs log entry: 2995-02-10 :)))))
2005-02-14 07:54:53 +00:00
Karl Heinz Kremer 1c6f3c7dde Added configuration information for GT-6500 (fix for bug #301100) 2005-02-11 01:01:56 +00:00
Karl Heinz Kremer 7ab0f24737 Added CX-3600 and 3650 to epson.desc. 2005-02-11 00:53:30 +00:00
Oliver Schwartz 79672dfb5b Added IDs for Benq 5250C and 5000S 2005-02-08 22:17:53 +00:00
Gerhard Jaeger 0855e0a008 * sanei/sanei_pp.c: Cleanup, uses now static array for
parport management instead of dynamically allocated.
  Fixes at least a potential memory leak.
2005-02-08 11:32:57 +00:00