This commit is contained in:
Olaf Meeuwissen
2019-06-30 11:17:59 +09:00
parent 177a53b0aa
commit beb0390df6
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ control messages. Use libusb instead.
Parport-scanners:
-----------------
I don't have any information about these. Please contact me or the SANE mailing
list if you succeded in using one of these.
list if you succeeded in using one of these.
2003-04-24 Henning Meier-Geinitz <henning@meier-geinitz.de>
+1 -1
View File
@@ -51,6 +51,6 @@ and detach scripts. See tools/openbsd for an example.
Parport-scanners:
-----------------
I don't have any information about these. Please contact me or the SANE mailing
list if you succeded in using one of these.
list if you succeeded in using one of these.
2005-12-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
+1 -1
View File
@@ -1167,7 +1167,7 @@ CalibrateScanElements ()
CallFunctionWithParameter (0x91, 0); /*Stop engine. */
/*Note: if first read failed, junk would be calculated, but if previous
read was succeded, but last one failed, previous data'ld be used.
read was succeeded, but last one failed, previous data'ld be used.
*/
for(Temp = 0, j = 0; j < 2570; j++)
Temp += FilteredBuffer[j];
+4 -4
View File
@@ -26,17 +26,17 @@ test.local:
@echo "**** Testing $(SCANIMAGE) with device $(DEVICE)"
@if echo "---> Trying flatbed scanner" && \
$(SCANIMAGE) -d $(DEVICE) -T && \
echo "<--- Flatbed scanner succeded" && \
echo "<--- Flatbed scanner succeeded" && \
echo "---> Trying three pass flatbed scanner" && \
$(SCANIMAGE) -d $(DEVICE) --mode Color --three-pass=yes -T && \
echo "<--- Three pass scanner succeded" && \
echo "<--- Three pass scanner succeeded" && \
echo "---> Trying hand scanner" && \
$(SCANIMAGE) -d $(DEVICE) --hand-scanner=yes -T && \
echo "<--- Hand scanner succeded" && \
echo "<--- Hand scanner succeeded" && \
echo "---> Checking 16 bit color mode" && \
$(SCANIMAGE) -d $(DEVICE) $(OPTIONS) && \
cmp -s $(TESTFILE) $(OUTFILE) && \
echo "<--- 16 bit color mode succeded" && \
echo "<--- 16 bit color mode succeeded" && \
rm $(OUTFILE) ; \
then echo ; echo ; echo "**** All tests passed" ; \
else echo ; echo; \