summaryrefslogtreecommitdiff
path: root/backend/epson2.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/epson2.c')
-rw-r--r--backend/epson2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epson2.c b/backend/epson2.c
index 63ab045..df84b1d 100644
--- a/backend/epson2.c
+++ b/backend/epson2.c
@@ -990,7 +990,7 @@ init_options(Epson_Scanner *s)
s->val[OPT_MODE].w = 0; /* Lineart */
/* disable infrared on unsupported scanners */
- if (!e2_model(s, "GT-X800") && !e2_model(s, "GT-X700") && !e2_model(s, "GT-X900"))
+ if (!e2_model(s, "GT-X800") && !e2_model(s, "GT-X700") && !e2_model(s, "GT-X900") && !e2_model(s, "GT-X980"))
mode_list[MODE_INFRARED] = NULL;
/* bit depth */