kopia lustrzana https://gitlab.com/sane-project/backends
increase tolerance for home point detection
rodzic
eb061b2c28
commit
a77381a4af
|
@ -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;
|
||||
|
|
|
@ -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))
|
||||
|
|
Ładowanie…
Reference in New Issue