backend/epson_usb.c: Added id for CX4200

merge-requests/1/head
Karl Heinz Kremer 2005-12-04 17:14:17 +00:00
rodzic fddbe1342c
commit a8e7f2ddee
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2005-12-03 Karl Heinz Kremer <khk@khk.net>
* backend/epson_usb.c: Added id for CX4200
2005-12-04 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan.c backend/snapscan.c backend/snapscan-scsi.c

Wyświetl plik

@ -37,6 +37,7 @@ SANE_Word sanei_epson_usb_product_ids[] = {
0x811, /* PM-A870 / Stylus Photo RX620/RX630 */
0x814, /* PM-A700 */
0x815, /* LP-A500 / AcuLaser CX11 */
0x820, /* CX4200 */
0 /* last entry - this is used for devices that are specified
in the config file as "usb <vendor> <product>" */
};