kopia lustrzana https://gitlab.com/sane-project/backends
Added information about MFDs (multi-functional devices, scanners with
printers) to documentation and sane_usb.c file.RELEASE_1_0_11_BRANCH
rodzic
31b4a9d428
commit
0f701cfaa2
|
@ -1,3 +1,10 @@
|
||||||
|
2003-01-19 Karl Heinz Kremer <khk@khk.net>
|
||||||
|
|
||||||
|
* backend/epson_usb.c: Added USB product IDs for MFDs.
|
||||||
|
* doc/descriptions/epson.desc: Updated version number, added
|
||||||
|
entries for MFDs.
|
||||||
|
* doc/sane-epson.man: Added MFDs.
|
||||||
|
|
||||||
-- snapshot 1.0.10-pre2
|
-- snapshot 1.0.10-pre2
|
||||||
|
|
||||||
2003-01-18 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2003-01-18 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
|
@ -17,7 +17,10 @@ SANE_Word sanei_epson_usb_product_ids [] =
|
||||||
0x110, /* Perfection 1650 */
|
0x110, /* Perfection 1650 */
|
||||||
0x112, /* Perfection 2450 */
|
0x112, /* Perfection 2450 */
|
||||||
0x11b, /* Perfection 2400 */
|
0x11b, /* Perfection 2400 */
|
||||||
|
0x11c, /* GT-9800 / Perfection 3200 */
|
||||||
0x11e, /* Perfection 1660 */
|
0x11e, /* Perfection 1660 */
|
||||||
|
0x801, /* CX-5200 */
|
||||||
|
0x802, /* CX-3200 */
|
||||||
0 /* last entry */
|
0 /* last entry */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "epson" ; name of backend
|
:backend "epson" ; name of backend
|
||||||
:version "0.2.21" ; version of backend
|
:version "0.2.32" ; version of backend
|
||||||
:status :stable ; :alpha, :beta, :stable, :new
|
:status :stable ; :alpha, :beta, :stable, :new
|
||||||
:manpage "sane-epson" ; name of manpage (if it exists)
|
:manpage "sane-epson" ; name of manpage (if it exists)
|
||||||
:url "http://www.khk.net/sane" ; backend's web page
|
:url "http://www.khk.net/sane" ; backend's web page
|
||||||
|
@ -145,3 +145,12 @@
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
:comment "A better backend for the FilmScan 200 can be found at <A HREF=\"http://www.vjet.demon.co.uk/scanner/\">http://www.vjet.demon.co.uk/scanner/</A>"
|
:comment "A better backend for the FilmScan 200 can be found at <A HREF=\"http://www.vjet.demon.co.uk/scanner/\">http://www.vjet.demon.co.uk/scanner/</A>"
|
||||||
:status :untested
|
:status :untested
|
||||||
|
:url "http://www.vjet.demon.co.uk/scanner/"
|
||||||
|
|
||||||
|
:model "CX-3200"
|
||||||
|
:interface "USB"
|
||||||
|
:status :new
|
||||||
|
|
||||||
|
:model "CX-5200"
|
||||||
|
:interface "USB"
|
||||||
|
:status :new
|
||||||
|
|
|
@ -58,6 +58,10 @@ Expression 636 / GT-9500 SCSI
|
||||||
Expression 1600 USB, SCSI, IEEE-1394
|
Expression 1600 USB, SCSI, IEEE-1394
|
||||||
.br
|
.br
|
||||||
Expression 1680 USB, SCSI, IEEE-1394
|
Expression 1680 USB, SCSI, IEEE-1394
|
||||||
|
.br
|
||||||
|
CX-3200 USB
|
||||||
|
.br
|
||||||
|
CX-5200 USB
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
For other scanners the software may or may not work. Please send mail to
|
For other scanners the software may or may not work. Please send mail to
|
||||||
|
|
Ładowanie…
Reference in New Issue