sane-backends/sane-backends-1.0.22-av220-gray-modes.patch

27 lines
784 B
Diff
Raw Normal View History

From c648a4411e5eacf19da2de726dac06ec07dae302 Mon Sep 17 00:00:00 2001
From: Nils Philippsen <nils@redhat.com>
Date: Fri, 18 Nov 2011 12:17:22 +0100
Subject: [PATCH] avision: reenable grayscale and lineart modes for AV220
See https://bugzilla.redhat.com/show_bug.cgi?id=700725
---
backend/avision.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/backend/avision.c b/backend/avision.c
index 3398e08..426d913 100644
--- a/backend/avision.c
+++ b/backend/avision.c
@@ -248,7 +248,7 @@ static Avision_HWEntry Avision_Device_List [] =
{ NULL, NULL,
0x0638, 0x0A23,
"Avision", "AV220",
- AV_INT_BUTTON,0},
+ AV_INT_BUTTON | AV_GRAY_MODES,0},
/* comment="duplex! sheetfed scanner" */
/* status="complete" */
--
1.7.7.1