Olaf Meeuwissen
e6faafcdc9
xerox_mfp: fix [-Wunused-parameter] compiler warnings
...
These are issued when libjpeg was not found during configuration.
2016-09-25 15:44:36 +09:00
Olaf Meeuwissen
c9027378a1
xerox_mpf: Make JPEG support an option
2016-06-13 20:38:55 +09:00
Alex Belkin
926bfade54
Color scanning for Samsung models, which support JPEG Lossy compression.
...
Patch is submitted by Laxmeesh Onkar Markod <m.laxmeesh@samsung.com>
Patch to code is applied almost verbatim, except, insignificant
formatting fixes and making new functions static.
Also, new USB ids added and scanner support is changed as reported.
2016-05-07 22:33:03 +03:00
Olaf Meeuwissen
f9e4496380
xerox_mfp: fix [-Wunused-but-set-variable] compiler warning
2015-12-27 18:41:55 +09:00
Volker Diels-Grabsch
baec5e0395
Use consistently __func__ instead of __FUNCTION__
...
Some parts of SANE used __FUNCTION__ while other parts used __func__.
Now, __func__ is used consistently throughout the SANE sources. This
fixes all occurrences of the following GCC warning:
warning: ISO C does not support '__FUNCTION__' predefined identifier
2015-12-20 15:27:45 +09:00
Alex Belkin
79240ac397
increment BACKEND_BUILD to distinguish from buggy version
2012-06-03 01:48:45 +04:00
Mattias Ellert
9e639753a3
Include <sys/types.h> for definition of u_long on MacOS X
2011-10-30 10:32:34 +01:00
Alex Belkin
5ea227caea
keep usb device by default (correct for bug introduced by tcp sub-backend
2011-03-08 17:57:19 +03:00
Alex Belkin
842c98d204
Added Samsung SCX-4500W scan over network support for xerox_mfp backend (by Alexander Kuznetsov).
...
autoconf and automake reconfigure.
2010-09-30 15:11:56 +04:00
Julien BLACHE
7598a1a2c2
xerox_mfp: fix sane_init() DBG() call wrt function pointer cast to void *
2010-06-23 18:21:33 +02:00
Alex Belkin
043cc4b165
Corrected color mode malfunction.
...
Bug was introduced by mass change to SANE_VALUE macro, (commit ff048f4176
).
2010-05-03 04:28:47 +04:00
m. allan noah
ff048f4176
add three new SANE_VALUE macros and use mode name macros from saneopts.h
2010-02-10 23:48:21 -05:00
Alex Belkin
db08de0d94
more sanity checking for debug mode
2009-07-17 20:54:40 +04:00
Alex Belkin
a937e22bd7
backend version increment
2009-06-13 17:35:32 +04:00
Alex Belkin
dda029430e
additional error check to (stop scanadf) + fix of it
2009-05-22 16:29:50 +04:00
Alex Belkin
0b2693cbda
Additional error check (to stop scanadf).
2009-05-21 19:19:23 +04: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
Alex Belkin
739f09d65f
update version number for upcoming rel.
2009-04-21 07:23:15 +00:00
m. allan noah
0342a63033
Updates to prepare for 1.0.20 release:
...
* configure.in: change version to 1.0.20cvs
* configure: rebuild from configure.in
* include/sane/sane.h: hide API changes (minor, frame and status)
* backend/canon_dr.c, backend/fujitsu.c: SANE_FRAME_JPEG
* backend/coolscan3.c: SANE_FRAME_RGBI
* backend/genesys_gl646.c, backend/genesys_gl841.c: STATUS_HW_LOCKED
* backend/rts8891.c, frontend/scanimage.c: STATUS_WARMING_UP
* backend/pixma_io_sanei.c, backend/xerox_mfp.c,
backend/sane_strstatus.c: STATUS_HW_LOCKED & STATUS_WARMING_UP
* doc/releases.txt: minor updates for new build system
2009-04-12 19:40:31 +00:00
Alex Belkin
ba825f1050
compatibility with scanners w/o feeder
2009-03-31 05:49:50 +00:00
m. allan noah
b85947768d
backend/*.[ch]: more consistent #include "../include/sane/config.h"
2009-02-25 02:11:17 +00:00
Alex Belkin
f4fbdcbfa9
fix threshold value
2009-02-02 20:04:18 +00:00
Alex Belkin
133d37e4e4
Proper handling of parameters (to fix xsane crash)
2009-02-02 18:29:08 +00:00
Mattias Ellert
7e6153827f
format fixes.
2009-02-01 21:58:04 +00:00
Alex Belkin
75ceb5bca9
proper opt group names
2009-01-12 04:10:10 +00:00
Alex Belkin
77c8b43209
linking xerox_mfp to build infrastructure
2008-12-15 21:48:20 +00:00
Alex Belkin
7dfa614b97
removed some unneeded warnings before final linking to build infrastructure
2008-12-15 19:54:47 +00:00
Alex Belkin
61f85eeea7
xerox_mfp backend base files
2008-12-15 18:31:55 +00:00