[sane-devel] [PATCH] umax: disable negative for UC630
Ondrej Zary
linux at rainbow-software.org
Mon Jan 6 19:51:16 UTC 2014
UC630 does not support negative function - disable it.
---
backend/umax-uc630.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/backend/umax-uc630.c b/backend/umax-uc630.c
index f3353ab..b6c30a5 100644
--- a/backend/umax-uc630.c
+++ b/backend/umax-uc630.c
@@ -76,7 +76,7 @@ static unsigned char UC630_INQUIRY[] =
/* 60 -62 scanner capability */
0xfd,
- 0x8c, /* 0xbc ? */
+ 0x80,
0x03,
/* 63 reserved */
--
Ondrej Zary
More information about the sane-devel
mailing list