allow 0x10 as ADF paper OK

merge-requests/1/head
Rolf Bensch 2013-02-11 19:58:43 +01:00
rodzic d2cfbda4c0
commit 0e8364f874
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ static int
has_paper (pixma_t * s)
{
iclass_t *mf = (iclass_t *) s->subdriver;
return (mf->current_status[1] == 0);
return ((mf->current_status[1] & 0x0f) == 0); /* allow 0x10 as ADF paper OK */
}
static int