diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-01 15:25:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-01 15:25:04 +0100 |
commit | 8e5d399808d2270ae9d56c96560a021e594d18a4 (patch) | |
tree | cb83e4c8216cf0e8bcaa17a6f2cb64cf4d7f469a /backend/epsonds-usb.c | |
parent | 97e55bdc5cdf59304af739e65f416320bcbcf599 (diff) | |
parent | 302276dc1b90cfc972fb726ca94a23b18f4b0088 (diff) |
Update upstream source from tag 'upstream/1.1.1'
Update to upstream version '1.1.1'
with Debian dir 4cb81ae9eaa2503b9c320ac1e8125f9df6e7f7b3
Diffstat (limited to 'backend/epsonds-usb.c')
-rw-r--r-- | backend/epsonds-usb.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/backend/epsonds-usb.c b/backend/epsonds-usb.c index c7e514c..dacfd5f 100644 --- a/backend/epsonds-usb.c +++ b/backend/epsonds-usb.c @@ -12,22 +12,3 @@ */ #include "epsonds-usb.h" - -SANE_Word epsonds_usb_product_ids[] = { - 0x0145, /* DS-5500, DS-6500, DS-7500 */ - 0x0146, /* DS-50000, DS-60000, DS-70000 */ - 0x014c, /* DS-510 */ - 0x014d, /* DS-560 */ - 0x0150, /* DS-40 */ - 0x0152, /* DS-760, DS-860 */ - 0x0154, /* DS-520 */ - 0x08bc, /* PX-M7050 Series, WF-8510/8590 Series */ - 0x08cc, /* PX-M7050FX Series, WF-R8590 Series */ - 0 /* last entry - this is used for devices that are specified - in the config file as "usb <vendor> <product>" */ -}; - -int epsonds_get_number_of_ids(void) -{ - return sizeof (epsonds_usb_product_ids) / sizeof (SANE_Word); -} |