increase tolerance for home point detection

merge-requests/1/head
Stphane Voltz 2011-07-15 07:29:12 +02:00
rodzic eb061b2c28
commit a77381a4af
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
(C) 2003-2004 Lexmark International, Inc. (Original Source code)
(C) 2005 Fred Odendaal
(C) 2006-2010 Stéphane Voltz <stef.dev@free.fr>
(C) 2006-2011 Stéphane Voltz <stef.dev@free.fr>
(C) 2010 "Torsten Houwaart" <ToHo@gmx.de> X74 support
This file is part of the SANE package.
@ -48,7 +48,7 @@
#include "lexmark.h"
#define LEXMARK_CONFIG_FILE "lexmark.conf"
#define BUILD 30
#define BUILD 32
#define MAX_OPTION_STRING_SIZE 255
static Lexmark_Device *first_lexmark_device = 0;

Wyświetl plik

@ -1,7 +1,7 @@
/* lexmark-low.c: scanner-interface file for low Lexmark scanners.
(C) 2005 Fred Odendaal
(C) 2006-2010 Stéphane Voltz <stef.dev@free.fr>
(C) 2006-2011 Stéphane Voltz <stef.dev@free.fr>
(C) 2010 "Torsten Houwaart" <ToHo@gmx.de> X74 support
This file is part of the SANE package.
@ -62,7 +62,7 @@ typedef enum
}
region_type;
#define HomeTolerance 30
#define HomeTolerance 32
#define LOBYTE(x) ((uint8_t)((x) & 0xFF))