Updated concerning model status.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-07-08 20:23:18 +00:00
rodzic 52eaab2258
commit 999d535f7e
3 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -26,6 +26,8 @@
; "SCSI", "USB", "Parport (EPP)", ; "SCSI", "USB", "Parport (EPP)",
; "Parport (SPP)", "Parport (ECP)", ; "Parport (SPP)", "Parport (ECP)",
; "Serial port" or "Proprietary". ; "Serial port" or "Proprietary".
:status :untested ; :alpha, :beta, :stable, :untested,
; or :unsupported
:model "Templ ZS" :model "Templ ZS"
:interface "USB" :interface "USB"
:model "Templ ZQ" :model "Templ ZQ"
@ -42,5 +44,6 @@
; :comment and :url specifiers are optional after :mfg, :model, :desc, ; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level. ; and at the top-level.
; :status specifier is optional after :mfg and at the top-level

Wyświetl plik

@ -82,6 +82,13 @@ the SANE mailing list for advice. The "Parport" entries can be amended by
previous `:model', is optional and should be used only once per model. 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.
It's followed by one of the following keyword arguments: `:alpha', `:beta',
`:stable', `:untested', or `:unsupported'. The `:status' keyword refers to the
previous `:model', is optional and should be used only once per model. If it's
not used, the backend's status (if set) is valid for all models.
Example: `:status :untested'
The `:desc' keyword token is used for non-hardware devices (API and meta). Its The `:desc' keyword token is used for non-hardware devices (API and meta). Its
string argument describes the meta backend or API. It should be used only once string argument describes the meta backend or API. It should be used only once
per device type. per device type.

Wyświetl plik

@ -23,6 +23,8 @@
:mfg "TemPlate" ; name a manufacturer :mfg "TemPlate" ; name a manufacturer
:url "http://www.template.com/" :url "http://www.template.com/"
:model "Templ Z" ; name models for above-specified mfg. :model "Templ Z" ; name models for above-specified mfg.
:status :untested ; :alpha, :beta, :stable, :untested,
; or :unsupported
:interface "SCSI" ; interface type of the device: :interface "SCSI" ; interface type of the device:
; "SCSI", "USB", "Parport (EPP)", ; "SCSI", "USB", "Parport (EPP)",
; "Parport (SPP)", "Parport (ECP)", ; "Parport (SPP)", "Parport (ECP)",
@ -43,5 +45,6 @@
; :comment and :url specifiers are optional after :mfg, :model, :desc, ; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level. ; and at the top-level.
; :status specifier is optional after :mfg and at the top-level