Lines Matching defs:scanners
43 Some Relisys scanners AVEC and RELI series
148 /* Define the supported scanners and their characteristics. */
149 static const struct scanners_supported scanners[] = {
502 /* Lookup through the supported scanners table to find if this
504 for (i = 0; i < NELEMS (scanners); i++)
507 if (dev->scsi_type == scanners[i].scsi_type &&
508 strcmp (dev->scsi_teco_name, scanners[i].scsi_teco_name) == 0)
513 dev->def = &(scanners[i]);
574 * These scanners never set asc or ascq. */
2013 /* The windows driver does that, but some scanners don't like it. */