diff --git a/backend/epson2_usb.c b/backend/epson2_usb.c index f74fb8beb..8c850ab02 100644 --- a/backend/epson2_usb.c +++ b/backend/epson2_usb.c @@ -184,6 +184,8 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x113e, /* XP-452 455 Series */ 0x1141, /* L3100 Series */ 0x1142, /* L3110 Series */ + 0x1188, /* L3210 Series */ + 0x1189, /* L3200 Series */ 0 /* last entry - this is used for devices that are specified in the config file as "usb " */ }; diff --git a/backend/epsonds.c b/backend/epsonds.c index 06721c3d0..081553529 100644 --- a/backend/epsonds.c +++ b/backend/epsonds.c @@ -1255,6 +1255,9 @@ const epsonds_profile_map epsonds_models_predefined[] = { {0x114F, "PID 114F","M3140 Series", 7}, {0x1143, "PID 1143","L3150 Series", 7}, {0x1143, "PID 1143","ET-2710 Series", 7}, + {0x118A, "PID 118A","ET-2810 Series", 7}, + {0x118A, "PID 118A","L3250 Series", 7}, + {0x119B, "PID 119B","XP-2150 Series", 7}, {0x00, "","", 0x00 } }; diff --git a/doc/descriptions/epson2.desc b/doc/descriptions/epson2.desc index 99619417c..ad1d1838f 100644 --- a/doc/descriptions/epson2.desc +++ b/doc/descriptions/epson2.desc @@ -1122,6 +1122,16 @@ :usbid "0x04b8" "0x1142" :status :complete +:model "L3200 Series" +:interface "USB" +:usbid "0x04b8" "0x1189" +:status :complete + +:model "L3210 Series" +:interface "USB" +:usbid "0x04b8" "0x1188" +:status :complete + :model "LP-7900CS" :status :untested :comment "business all-in-one; scanner is a ES-7000H" diff --git a/doc/descriptions/epsonds.desc b/doc/descriptions/epsonds.desc index 2e79a118f..9a17f4357 100644 --- a/doc/descriptions/epsonds.desc +++ b/doc/descriptions/epsonds.desc @@ -339,6 +339,21 @@ :usbid "0x04b8" "0x1143" :status :complete +:model "ET-2810 Series" +:interface "USB" +:usbid "0x04b8" "0x118A" +:status :complete + +:model "L3250 Series" +:interface "USB" +:usbid "0x04b8" "0x118A" +:status :complete + +:model "XP-2150 Series" +:interface "USB" +:usbid "0x04b8" "0x119B" +:status :complete + :model "" :interface "USB" :usbid "0x04b8" "0x00"