sane-backends/fix-xerox_mfp-color-mode.patch
Johannes Meixner 9b1faeb250 Accepting request 55343 from home:jsmeix:branches:graphics
Fixed bnc#658017 (xerox_mfp works only black and white)
-This line, and those below, will be ignored--

OBS-URL: https://build.opensuse.org/request/show/55343
OBS-URL: https://build.opensuse.org/package/show/graphics/sane-backends?expand=0&rev=33
2010-12-09 12:14:48 +00:00

11 lines
362 B
Diff

--- backend/xerox_mfp.c.orig 2010-04-05 15:18:05.000000000 +0200
+++ backend/xerox_mfp.c 2010-12-09 11:13:16.000000000 +0100
@@ -386,6 +386,7 @@ static int doc_source_to_code[] = {
static SANE_String_Const scan_modes[] = {
SANE_VALUE_SCAN_MODE_LINEART,
+ SANE_VALUE_SCAN_MODE_HALFTONE,
SANE_VALUE_SCAN_MODE_GRAY,
SANE_VALUE_SCAN_MODE_COLOR,
NULL