[sane-devel] [PATCH] umax: UC630 supports 300 x 600 dpi
Ondrej Zary
linux at rainbow-software.org
Mon Jan 6 19:51:44 UTC 2014
UC630 supports 300 x 600 dpi, not 400 dpi
---
backend/umax-uc630.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/backend/umax-uc630.c b/backend/umax-uc630.c
index b6c30a5..0fbc59f 100644
--- a/backend/umax-uc630.c
+++ b/backend/umax-uc630.c
@@ -113,13 +113,13 @@ static unsigned char UC630_INQUIRY[] =
0x00,
/* 73 max optical res in 100 dpi */
- 0x04,
+ 0x03,
/* 74 max x_res in 100 dpi */
- 0x04,
+ 0x03,
/* 75 max y_res in 100 dpi */
- 0x04,
+ 0x06,
/* 76-77 fb max scan width in 0.01 inch */
0x03, 0x52,
--
Ondrej Zary
More information about the sane-devel
mailing list