kopia lustrzana https://gitlab.com/sane-project/backends
*** empty log message ***
rodzic
184e830c86
commit
36a01d3b84
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
|
|
Ładowanie…
Reference in New Issue