From 77a3173e9094a79fe743f1dff3b7397531b09c2d Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sat, 26 Dec 2020 12:03:15 +0900 Subject: [PATCH] epson2: Add ET-2600 as supported See https://gitlab.com/sane-project/backends/-/issues/395 --- backend/epson2_usb.c | 1 + doc/descriptions/epson2.desc | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/backend/epson2_usb.c b/backend/epson2_usb.c index 87830c684..3977ee306 100644 --- a/backend/epson2_usb.c +++ b/backend/epson2_usb.c @@ -21,6 +21,7 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x112, /* GT-9700F, Perfection 2450 PHOTO */ 0x1120, /* L380 */ 0x1121, /* ET-2650, L495 */ + 0x1122, /* ET-2600 */ 0x113d, /* XP-255 */ 0x11b, /* GT-9300UF, Perfection 2400 PHOTO */ 0x11c, /* GT-9800F, Perfection 3200 PHOTO */ diff --git a/doc/descriptions/epson2.desc b/doc/descriptions/epson2.desc index 567fd5a24..d381ff724 100644 --- a/doc/descriptions/epson2.desc +++ b/doc/descriptions/epson2.desc @@ -528,6 +528,11 @@ :status :good :comment "network interface supported via DFSG non-free iscan-network-nt package" +:model "ET-2600" +:interface "USB" +:usbid "0x04b8" "0x1122" +:status "good" + :model "ET-2650" :interface "USB Ethernet" :usbid "0x04b8" "0x1121"