From cafa49bb92890e04c9e222486fe319f9bd7960f3 Mon Sep 17 00:00:00 2001 From: Alessandro Zummo Date: Thu, 17 Nov 2011 20:34:09 +0100 Subject: [PATCH] epson2: fixup detection of GT-7000 --- backend/epson2-ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/epson2-ops.c b/backend/epson2-ops.c index 308ed1f0e..a6eaaf597 100644 --- a/backend/epson2-ops.c +++ b/backend/epson2-ops.c @@ -559,10 +559,9 @@ e2_discover_capabilities(Epson_Scanner *s) * Extended status flag request (ESC f). * this also requests the scanner device name from the the scanner. * It seems unsupported on the network transport (CX11NF/LP-A500). - * so avoid it if the device support request_extended_identity. */ - if (dev->cmd->request_extended_status && !dev->cmd->request_extended_identity) { + if (dev->cmd->request_extended_status && dev->connection != SANE_EPSON_NET) { unsigned char *es; size_t es_len;