Lines Matching defs:ADDITIONAL_SENSE
2245 #define ADDITIONAL_SENSE(asc,ascq,txt) \
2251 ADDITIONAL_SENSE (0x00,0x00, "No additional sense information");
2252 ADDITIONAL_SENSE (0x00,0x06, "I/O process terminated");
2253 ADDITIONAL_SENSE (0x15,0x01, "Mechanical positioning error");
2255 ADDITIONAL_SENSE (0x15,0x02, "Flatbed Home Sensor Error (OKI only");
2256 ADDITIONAL_SENSE (0x15,0x03, "ADF Home Sensor Error (OKI only)");
2257 ADDITIONAL_SENSE (0x15,0x04, "Lock Error (OKI only)");
2259 ADDITIONAL_SENSE (0x1a,0x00, "parameter list length error");
2261 ADDITIONAL_SENSE (0x20,0x00, "Invalid command");
2262 ADDITIONAL_SENSE (0x24,0x00, "Invalid field in CDB");
2263 ADDITIONAL_SENSE (0x25,0x00, "Logical unit not supported");
2264 ADDITIONAL_SENSE (0x26,0x00, "Invalid field in parameter list");
2265 ADDITIONAL_SENSE (0x26,0x01, "parameter not supported");
2266 ADDITIONAL_SENSE (0x26,0x02, "parameter value invalid");
2267 ADDITIONAL_SENSE (0x29,0x00, "Power-on, reset or bus device reset occurred");
2268 ADDITIONAL_SENSE (0x2c,0x02, "Invalid combination of window specified");
2269 ADDITIONAL_SENSE (0x2f,0x00, "Command cleared by another initiator");
2271 ADDITIONAL_SENSE (0x3D,0x00, "Invalid Bit in Identify Message");
2273 ADDITIONAL_SENSE (0x43,0x00, "Message error");
2274 ADDITIONAL_SENSE (0x44,0x00, "Internal target failure");
2275 ADDITIONAL_SENSE (0x44,0x01, "Flatbed DRAM Error(OKI only)");
2276 ADDITIONAL_SENSE (0x44,0x02, "ADF DRAM Error(OKI only)");
2277 ADDITIONAL_SENSE (0x44,0x03, "Write NVRAM Error");
2278 ADDITIONAL_SENSE (0x47,0x00, "SCSI parity error");
2279 ADDITIONAL_SENSE (0x49,0x00, "Invalid message error");
2281 ADDITIONAL_SENSE (0x60,0x00, "Lamp failure");
2282 ADDITIONAL_SENSE (0x60,0x01, "Flatbed Lamp error (Oki only)");
2283 ADDITIONAL_SENSE (0x60,0x02, "ADF lamp error (Oki only)");
2284 ADDITIONAL_SENSE (0x62,0x00, "Scan head positioning error");
2286 ADDITIONAL_SENSE (0x80,0x01, "ADF paper jam"; status = SANE_STATUS_JAMMED);
2287 ADDITIONAL_SENSE (0x80,0x02, "ADF cover open"; status = SANE_STATUS_COVER_OPEN);
2288 ADDITIONAL_SENSE (0x80,0x03, "ADF chute empty"; status = SANE_STATUS_NO_DOCS);
2289 ADDITIONAL_SENSE (0x80,0x04, "ADF paper end"; status = SANE_STATUS_EOF);
2290 ADDITIONAL_SENSE (0x80,0x05, "Multi-feed (AV220,Kodak)");
2291 ADDITIONAL_SENSE (0x80,0x06, "ADF prefeeding (OKI only)");
2292 ADDITIONAL_SENSE (0x80,0x07, "Flatbed cover open (OKI only)"; status = SANE_STATUS_COVER_OPEN);
2293 ADDITIONAL_SENSE (0x80,0x08, "FW module doesn't match with scanner");
2294 ADDITIONAL_SENSE (0x80,0x09, "Papers fed from multiple trays (DM272)");
2295 ADDITIONAL_SENSE (0x80,0x0A, "ADF Paper Start");
2296 ADDITIONAL_SENSE (0x80,0x0B, "Multiple ADF paper End and Start");
2297 ADDITIONAL_SENSE (0x80,0x0C, "Multiple ADF paper End");
2300 ADDITIONAL_SENSE (0x81,0x00, "ADF/MFP front door open"; status = SANE_STATUS_COVER_OPEN);
2301 ADDITIONAL_SENSE (0x81,0x01, "ADF holder cartridge open"; status = SANE_STATUS_COVER_OPEN);
2302 ADDITIONAL_SENSE (0x81,0x02, "ADF no film inside"; status = SANE_STATUS_NO_DOCS);
2303 ADDITIONAL_SENSE (0x81,0x03, "ADF initial load fail");
2304 ADDITIONAL_SENSE (0x81,0x04, "ADF film end"; status = SANE_STATUS_NO_DOCS);
2305 ADDITIONAL_SENSE (0x81,0x05, "ADF forward feed error");
2306 ADDITIONAL_SENSE (0x81,0x06, "ADF rewind error");
2307 ADDITIONAL_SENSE (0x81,0x07, "ADF set unload");
2308 ADDITIONAL_SENSE (0x81,0x08, "ADF adapter error");
2310 ADDITIONAL_SENSE (0xA0,0x01, "Filter Positioning Error");
2312 ADDITIONAL_SENSE (0x90,0x00, "Scanner busy (FW busy)");
2320 #undef ADDITIONAL_SENSE