Added "Ethernet" to list of possible interfaces.

merge-requests/1/head
Henning Geinitz 2005-06-19 16:08:34 +00:00
rodzic 8cd6e6533f
commit 67b85ddb0d
2 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -7,6 +7,8 @@
comment. comment.
* doc/descriptions-external/samsung.desc: Added several models, * doc/descriptions-external/samsung.desc: Added several models,
updated others. updated others.
* doc/descriptions.txt: Added "Ethernet" to list of possible
interfaces.
2005-06-12 Henning Meier-Geinitz <henning@meier-geinitz.de> 2005-06-12 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -76,10 +76,10 @@ Example: `:model "Perfection 636S"'
`:interface' defines how the device is connected to the computer. Its string `:interface' defines how the device is connected to the computer. Its string
argument can be one or more of "SCSI", "USB", "Parport", "Serial port", argument can be one or more of "SCSI", "USB", "Parport", "Serial port",
"IEEE-1394", "JetDirect", or "Proprietary". If neither one fits, please contact "IEEE-1394", "JetDirect", "Ethernet", or "Proprietary". If neither one fits,
the SANE mailing list for advice. The "Parport" entries can be amended by please contact the SANE mailing list for advice. The "Parport" entries can be
"(SPP)", "(ECP)" and/or "(EPP)". The `:interface' keyword refers to the amended by "(SPP)", "(ECP)" and/or "(EPP)". The `:interface' keyword refers to
previous `:model', is optional and should be used only once per model. the previous `:model', is optional and should be used only once per model.
Example: `:interface "SCSI USB IEEE-1394"' Example: `:interface "SCSI USB IEEE-1394"'
The keyword `:status' is an indication of the level of support for the model. The keyword `:status' is an indication of the level of support for the model.