• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <sys/types.h>
2 #include "../include/sane/sanei_usb.h"
3 #include "epson_usb.h"
4 
5 /* generated with epson2usb.pl doc/descriptions/epson.desc */
6 
7 SANE_Word sanei_epson_usb_product_ids[] = {
8   0x101, /* Perfection 636U */
9   0x103, /* Perfection 610 */
10   0x104, /* Perfection 1200U, Perfection 1200Photo */
11   0x107, /* Expression 1600 */
12   0x10a, /* Perfection 1640 */
13   0x10b, /* Perfection 1240 */
14   0x10c, /* Perfection 640 */
15   0x10e, /* Expression 1680 */
16   0x110, /* Perfection 1650 */
17   0x112, /* Perfection 2450 */
18   0x11b, /* Perfection 2400 */
19   0x11c, /* Perfection 3200 */
20   0x11e, /* Perfection 1660 */
21   0x128, /* Perfection 4870 */
22   0x12a, /* Perfection 4990 */
23   0x12c, /* V700, V750 */
24   0x801, /* CX-5200, CX-5400 */
25   0x802, /* CX-3200 */
26   0x805, /* CX-6300, CX-6400 */
27   0x806, /* RX-600 */
28   0x807, /* RX-500 */
29   0x808, /* CX-5400 */
30   0x80d, /* CX-4600 */
31   0x80e, /* CX-3600, CX-3650 */
32   0x80f, /* RX-425 */
33   0x810, /* RX-700 */
34   0x811, /* RX-620 */
35   0x813, /* CX-6500, CX-6600 */
36   0x815, /* AcuLaser CX11, AcuLaser CX11NF */
37   0x818, /* DX-3850, CX-3700, CX-3800, DX-3800 */
38   0x819, /* CX-4800 */
39   0x820, /* CX-4200 */
40   0x82b, /* CX-5000, DX-5000, DX-5050 */
41   0x82e, /* DX-6000 */
42   0x82f, /* DX-4050 */
43   0x838, /* DX-7400 */
44   0				/* last entry - this is used for devices that are specified
45 				   in the config file as "usb <vendor> <product>" */
46 };
47 
48 int
sanei_epson_getNumberOfUSBProductIds(void)49 sanei_epson_getNumberOfUSBProductIds (void)
50 {
51   return sizeof (sanei_epson_usb_product_ids) / sizeof (SANE_Word);
52 }
53