From 6ea78a79ca43ef5fd0d8c98132de0811d128c788 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Sat, 31 Jul 2021 18:03:33 +0100 Subject: [PATCH] epson2: Add XP-452 455 Series as supported Tested via simple-scan with a device branded as XP-455 but which identifies in the device descriptor's product string as "XP-452 455 Series". --- backend/epson2_usb.c | 1 + doc/descriptions/epson2.desc | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/backend/epson2_usb.c b/backend/epson2_usb.c index c05c93301..f74fb8beb 100644 --- a/backend/epson2_usb.c +++ b/backend/epson2_usb.c @@ -181,6 +181,7 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x1121, /* ET-2650, L495 */ 0x1122, /* ET-2600 Series, ET-2610 Series, L3050 Series, L3060 Series, L395 Series, L396 Series */ 0x113d, /* XP-255 */ + 0x113e, /* XP-452 455 Series */ 0x1141, /* L3100 Series */ 0x1142, /* L3110 Series */ 0 /* last entry - this is used for devices that are specified diff --git a/doc/descriptions/epson2.desc b/doc/descriptions/epson2.desc index fc5efac78..99619417c 100644 --- a/doc/descriptions/epson2.desc +++ b/doc/descriptions/epson2.desc @@ -3461,6 +3461,12 @@ :status :good :comment "network interface supported via DFSG non-free iscan-network-nt package
all-in-one" +:model "XP-452 455 Series" +:interface "USB" +:usbid "0x04b8" "0x113e" +:status :good +:comment "all-in-one" + :model "XP-600 Series" :interface "USB" :usbid "0x04b8" "0x089e"