Lines Matching refs:ADF
77 2003-08-15 Added support for GT-30000, with support for the ADF in simplex mode
1096 DBG (1, "Fixing up buggy ADF max scan dimensions.\n");
1517 if (s->hw->ADF && s->hw->use_extension && s->hw->cmd->feed)
1544 DBG (1, "ADF: other error\n");
1550 DBG (1, "ADF: no paper\n");
1557 DBG (1, "ADF: paper jam\n");
1563 DBG (1, "ADF: cover open\n");
1573 /* return the max. scan area for the ADF */
1800 * Eject the current page from the ADF. The scanner is opened prior to
2353 * an extension. The extensions are only reported if the ADF or
2412 * ADF
2417 DBG (1, "ADF detected\n");
2419 /* the GT-30000 does not report the ADF scan area */
2428 DBG (1, "Found DUPLEX ADF\n");
2438 DBG (1, "ADF is enabled\n");
2465 dev->ADF = SANE_TRUE;
3430 s->opt[OPT_EJECT].desc = SANE_I18N ("Eject the sheet in the ADF");
3434 if ((!s->hw->ADF) && (!s->hw->cmd->set_bay))
3448 if (!s->hw->ADF)
3455 s->opt[OPT_ADF_MODE].title = SANE_I18N ("ADF Mode");
3457 SANE_I18N ("Selects the ADF mode (simplex/duplex)");
3464 if ((!s->hw->ADF) || (s->hw->duplexSupport == SANE_FALSE))
3827 or auto document feeder (ADF)).
3897 else /* neither ADF nor TPU active */
3928 setOptionState (s, s->hw->ADF && s->hw->use_extension,
3930 setOptionState (s, s->hw->ADF && s->hw->use_extension, OPT_EJECT, &dummy);
3936 setOptionState (s, s->hw->ADF && s->hw->use_extension, OPT_BAY, &reload);
4433 if (s->hw->ADF && s->hw->use_extension && s->hw->cmd->feed)
4471 and similar scanners if the ADF is not enabled */
5111 if (s->hw->ADF && s->hw->use_extension && s->val[OPT_AUTO_EJECT].w)
5246 if (SANE_STATUS_NO_DOCS == status && s->hw->ADF && s->hw->use_extension)
5923 dev->ADF = SANE_FALSE;