*** empty log message ***

RELEASE_1_0_11_BRANCH
Andras Major 2003-01-23 23:41:21 +00:00
rodzic 184e830c86
commit 36a01d3b84
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2003-01-23 Andras Major <andras@users.sourceforge.net>
* backend/coolscan2.c: hack for IR readout with LS-4000.
2003-01-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.desc: Added Primax/Visioneer Primascan

Wyświetl plik

@ -2788,7 +2788,7 @@ cs2_scan (cs2_t * s, cs2_scan_t type)
cs2_scanner_ready (s, CS2_STATUS_READY);
cs2_init_buffer (s);
if (s->type == CS2_TYPE_LS40)
if ((s->type == CS2_TYPE_LS40) || (s->type == CS2_TYPE_LS4000))
cs2_parse_cmd (s, "24 00 00 00 00 00 00 00 3a 80");
else
cs2_parse_cmd (s, "24 00 00 00 00 00 00 00 3a 00");