Change status code for locked head to SANE_STATUS_HW_LOCKED

merge-requests/1/head
Pierre Willenbrock 2009-01-25 22:03:26 +00:00
rodzic 35d11ed32e
commit d46ce99e7b
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2009-01-25 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
* backend/genesys_gl841.c: Change status code for locked head to
SANE_STATUS_HW_LOCKED
2009-01-21 m. allan noah <kitno455 a t gmail d o t com>
* doc/descriptions/canon_dr.desc: correct version, status = new
* doc/descriptions/epjitsu.desc, doc/descriptions/fujitsu.desc: version

Wyświetl plik

@ -4980,7 +4980,7 @@ gl841_coarse_gain_calibration (Genesys_Device * dev, int dpi)
DBG (DBG_error0, "**********************************************\n");
DBG (DBG_error0, "**********************************************\n");
return SANE_STATUS_JAMMED;/* in search for something better */
return SANE_STATUS_HW_LOCKED;
}
}