Wykres commitów

6836 Commity (ca15c0fda29ff11e08530d140165803d9fc1bdd0)

Autor SHA1 Wiadomość Data
Julien BLACHE ca15c0fda2 Allow symlinks under SANE_CONFIG_DIR/dll.d 2010-07-09 18:57:44 +02:00
Julien BLACHE d3951b0734 SANE_CONFIG_DIR/dll.d isn't Debian-specific anymore
Fixup comment in the dll.d handling code, now that it's been merged into
SANE proper.
2010-07-09 18:55:14 +02:00
Nicolas Martin 3b1543faf4 pixma: changes for PIXMA MX350 support, usb and ethernet.
modified:   ChangeLog
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-04 21:22:00 +02:00
Nicolas Martin 4e5df3d981 Merge branch 'mx350' 2010-07-04 21:15:45 +02:00
Nicolas Martin b95d698f33 pixma: fix end of line crop buffer size for better efficiency.
modified:   ChangeLog
	modified:   backend/pixma.c
2010-07-03 21:27:44 +02:00
Nicolas Martin bb346c0725 pixma: description update for ImageClass MF6500 series
modified:   doc/descriptions/pixma.desc
2010-07-03 17:38:43 +02:00
Nicolas Martin 980b51a836 pixma: set 1 of modifications to support PIXMA MX350
modified:   backend/pixma_mp150.c
2010-07-03 17:36:20 +02:00
Nicolas Martin a6279b066b pixma: changes for PIXMA MX350 support.
modified:   backend/pixma_mp150.c
2010-07-03 15:59:50 +02:00
Nicolas Martin 5eb30a38c3 pixma: doc update for support to ImageClass MF6550.
modified:   ChangeLog
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-03 00:03:50 +02:00
m. allan noah 6bee8a6930 Merge branch 'master' of ssh://kitno-guest@git.debian.org/git/sane/sane-backends 2010-07-02 10:00:03 -04:00
m. allan noah 19c52ae761 patch for AV122-C2 from Ori Koren 2010-07-02 09:59:35 -04:00
Nicolas Martin 75878ea6d6 pixma: thanks to Dan McGee, support for PIXMA MX340
modified:   backend/pixma_mp150.c
	modified:   doc/descriptions/pixma.desc
	modified:   doc/sane-pixma.man
2010-07-01 22:28:11 +02:00
m. allan noah 68c9714f3d update backend version to 101 2010-06-23 16:04:58 -04:00
m. allan noah 627a9bc45d fix compilation bug when jpeg is enabled 2010-06-23 16:03:40 -04:00
Julien BLACHE 2c4c666874 kodak: wrap unused function in #if 0 2010-06-23 18:55:48 +02:00
Julien BLACHE 0f76413b67 Revert "kodak: kill unused function"
This reverts commit ed907bf94d.
2010-06-23 18:54:36 +02:00
Julien BLACHE e780514515 avision: wrap unused function in #if 0 2010-06-23 18:54:13 +02:00
Julien BLACHE 79dcfdd72d Revert "avision: kill unused function"
This reverts commit 1c908927de.
2010-06-23 18:53:26 +02:00
Julien BLACHE f535dd8cd9 rts8891: fix format string 2010-06-23 18:21:39 +02:00
Julien BLACHE 0951e1b780 niash: fix format string for gamma table debugging, slight rework
Avoid calling strcpy()/strcat() unnecessarily, kill intermediate buffer.
2010-06-23 18:21:38 +02:00
Julien BLACHE 74509fc4cb hp5400: kill unused strdup() call, leaking memory 2010-06-23 18:21:38 +02:00
Julien BLACHE 91854aadc5 umax_pp: define _XOPEN_SOURCE for putenv() 2010-06-23 18:21:38 +02:00
Julien BLACHE 7d6e63d1d3 sp15c: remove "/*" within comment 2010-06-23 18:21:38 +02:00
Julien BLACHE 7dce86e221 snapscan: remove "/*" within comment 2010-06-23 18:21:38 +02:00
Julien BLACHE 98c8824299 mustek: add missing array subscript in NULL check 2010-06-23 18:21:38 +02:00
Julien BLACHE 606843d04e kvs20xx: pack struct window and use proper types, remove lvalue casts 2010-06-23 18:21:38 +02:00
Julien BLACHE 9fde3bdd80 kvs20xx: add missing include kvs20xx_cmd.h 2010-06-23 18:21:38 +02:00
Julien BLACHE 75c58b8bb8 kvs20xx: fix function definitions for functions with void parameter list 2010-06-23 18:21:37 +02:00
Julien BLACHE 1895efb43f kvs1025: fix size_t formatting/printing 2010-06-23 18:21:37 +02:00
Julien BLACHE f173ed3f34 kvs1025: fix function definitions for functions with void parameter list 2010-06-23 18:21:37 +02:00
Julien BLACHE ecf956fb5d kvs1025: fix missing prototype for kv_usb_escape() 2010-06-23 18:21:37 +02:00
Julien BLACHE ed907bf94d kodak: kill unused function 2010-06-23 18:21:37 +02:00
Julien BLACHE 44c6f6d3a9 kodak: fix size_t formatting/printing 2010-06-23 18:21:37 +02:00
Julien BLACHE 8d16965444 ibm: fix sane_init() DBG() call wrt function pointer cast to void * 2010-06-23 18:21:37 +02:00
Julien BLACHE 4190b368b8 hpsj5s: fix pointer to/from integer casts 2010-06-23 18:21:37 +02:00
Julien BLACHE 04b0c72e35 hp3900: fix possibly uninitialized variable 2010-06-23 18:21:37 +02:00
Julien BLACHE f0f7918101 hp: fix hp_bool_t to be unsigned
Fixes overflow warnings on 1-bit bitfields built on hp_bool_t.
2010-06-23 18:21:36 +02:00
Julien BLACHE 1bd8404c12 hp: remove "/*" within comment 2010-06-23 18:21:36 +02:00
Julien BLACHE fb05cbf864 gt68xx: fix possibly uninitialized variable 2010-06-23 18:21:36 +02:00
Julien BLACHE 677fe1fa30 genesys: fix size_t formatting/printing 2010-06-23 18:21:36 +02:00
Julien BLACHE 1c972275b0 genesys: fix signed/unsigned type mismatch 2010-06-23 18:21:36 +02:00
Julien BLACHE 895be59cf7 genesys: add missing return type 2010-06-23 18:21:36 +02:00
Julien BLACHE f1e6da614a genesys: add missing prototype for sanei_genesys_fe_read_data() 2010-06-23 18:21:36 +02:00
Julien BLACHE f20bacec71 genesys: kill unused variables 2010-06-23 18:21:35 +02:00
Julien BLACHE cbf44978a7 fujitsu: fix size_t formatting/printing 2010-06-23 18:21:35 +02:00
Julien BLACHE 55879ed539 epson2: use proper ISO C initializers 2010-06-23 18:21:35 +02:00
Julien BLACHE 1226081046 epson2: add missing prototype for esci_get_scanning_parameter() 2010-06-23 18:21:35 +02:00
Julien BLACHE 37418beaab epson2: fix signed/unsigned type mismatch 2010-06-23 18:21:35 +02:00
Julien BLACHE ddc05986d7 dell1600n: fix size_t formatting/printing 2010-06-23 18:21:35 +02:00
Julien BLACHE c009f9038c dell1600n: fix pointer to/from integer casts 2010-06-23 18:21:35 +02:00