diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
commit | d087d778ffb62e2713cb848540bcc819470365bd (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /backend/epson2_usb.c | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'backend/epson2_usb.c')
-rw-r--r-- | backend/epson2_usb.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/backend/epson2_usb.c b/backend/epson2_usb.c index 8e29943..87830c6 100644 --- a/backend/epson2_usb.c +++ b/backend/epson2_usb.c @@ -17,7 +17,11 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x10c, /* GT-6700U, Perfection 640U */ 0x10e, /* ES-2200, Expression 1680 */ 0x110, /* GT-8200U, GT-8200UF, Perfection 1650, Perfection 1650 PHOTO */ + 0x1116, /* XP-243 245 247 Series, XP-427 */ 0x112, /* GT-9700F, Perfection 2450 PHOTO */ + 0x1120, /* L380 */ + 0x1121, /* ET-2650, L495 */ + 0x113d, /* XP-255 */ 0x11b, /* GT-9300UF, Perfection 2400 PHOTO */ 0x11c, /* GT-9800F, Perfection 3200 PHOTO */ 0x11e, /* GT-8300UF, Perfection 1660 PHOTO */ @@ -31,6 +35,7 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x138, /* ES-H7200, GT-20000 */ 0x14b, /* ES-G11000, Expression 11000XL */ 0x151, /* GT-X980, Perfection V800 Photo, Perfection V850 Pro */ + 0x15b, /* DS-G20000, Expression 12000XL */ 0x801, /* CC-600PX, Stylus CX5100, Stylus CX5200 */ 0x802, /* CC-570L, Stylus CX3100, Stylus CX3200 */ 0x805, /* Stylus CX6300, Stylus CX6400 */ @@ -171,7 +176,7 @@ SANE_Word sanei_epson_usb_product_ids[] = { 0x8ca, /* L850 Series */ 0x8cd, /* WF-R4640 Series, WF-R5690 Series */ 0x8d0, /* PX-M350F, WF-M5690 Series */ - 0 /* last entry - this is used for devices that are specified + 0 /* last entry - this is used for devices that are specified in the config file as "usb <vendor> <product>" */ }; |