Increased timeout for lamp warmup from 60 to 120 seconds.

merge-requests/1/head
Karl Heinz Kremer 2004-02-08 00:29:07 +00:00
rodzic 29c2e23f5b
commit c44e9b5e28
3 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -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>
* backend/mustek_pp_cis.c: cleaned up debug code

Wyświetl plik

@ -78,6 +78,8 @@
#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 {
char * level;

Wyświetl plik

@ -2,7 +2,6 @@
#define _EPSON_USB_H_
#define SANE_EPSON_VENDOR_ID (0x4b8)
#define SANE_EPSON_MAX_RETRIES (61)
extern SANE_Word sanei_epson_usb_product_ids [];