kopia lustrzana https://gitlab.com/sane-project/backends
Increased timeout for lamp warmup from 60 to 120 seconds.
rodzic
29c2e23f5b
commit
c44e9b5e28
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-07 Karl Heinz Kremer <khk@khk.net>
|
||||||
|
|
||||||
|
* backend/epson.h, backend/epson_usb.h: Increase timeout for lamp warmup
|
||||||
|
from 60 to 120 seconds
|
||||||
|
|
||||||
2004-02-07 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
2004-02-07 Eddy De Greef <eddy_de_greef at tiscali dot be>
|
||||||
|
|
||||||
* backend/mustek_pp_cis.c: cleaned up debug code
|
* backend/mustek_pp_cis.c: cleaned up debug code
|
||||||
|
|
|
@ -78,6 +78,8 @@
|
||||||
|
|
||||||
#define LINES_SHUFFLE_MAX (17) /* 2 x 8 lines plus 1 */
|
#define LINES_SHUFFLE_MAX (17) /* 2 x 8 lines plus 1 */
|
||||||
|
|
||||||
|
#define SANE_EPSON_MAX_RETRIES (120) /* how often do we retry during warmup ? */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
char * level;
|
char * level;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#define _EPSON_USB_H_
|
#define _EPSON_USB_H_
|
||||||
|
|
||||||
#define SANE_EPSON_VENDOR_ID (0x4b8)
|
#define SANE_EPSON_VENDOR_ID (0x4b8)
|
||||||
#define SANE_EPSON_MAX_RETRIES (61)
|
|
||||||
|
|
||||||
extern SANE_Word sanei_epson_usb_product_ids [];
|
extern SANE_Word sanei_epson_usb_product_ids [];
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue