kopia lustrzana https://gitlab.com/sane-project/backends
Added IDs for RX-425 (from bug report #301114)
rodzic
cc24365c6e
commit
ba3e39794f
|
@ -1,3 +1,7 @@
|
||||||
|
2005-01-16 Karl Heinz Kremer <khk@khk.net>
|
||||||
|
|
||||||
|
* backend/epson_usb.c: Added IDs for RX-425 (from bug report #301114)
|
||||||
|
|
||||||
2005-01-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2005-01-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* doc/descriptions/unsupported.desc: Added UMAX Astraslim 6000.
|
* doc/descriptions/unsupported.desc: Added UMAX Astraslim 6000.
|
||||||
|
|
|
@ -31,6 +31,7 @@ SANE_Word sanei_epson_usb_product_ids[] = {
|
||||||
0x808, /* CX-5400 */
|
0x808, /* CX-5400 */
|
||||||
0x80d, /* CX-4600 */
|
0x80d, /* CX-4600 */
|
||||||
0x80e, /* CX-3650 */
|
0x80e, /* CX-3650 */
|
||||||
|
0x80f, /* RX-425 */
|
||||||
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>" */
|
in the config file as "usb <vendor> <product>" */
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue