diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2008-10-27 11:15:11 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-10-27 11:15:11 +0100 |
commit | af71a0cb2536741c8847ffdac395bd9f0b5eef83 (patch) | |
tree | 97f76e0c1f4d0e89a586323b87fdae2bc0162b47 /doc | |
parent | 98c2686104fc1c96fc529ce3d41bdb6335da9e13 (diff) |
add biometric and biometric.fingerprint_reader namespace
Added new biometric and biometric.fingerprint_reader namespaces
to the spec.
Note: a library listed in biometric.fingerprint_reader.access_method
can create a own new subnamspace called e.g. (in case of libfprint)
biometric.fingerprint_reader.libfprint.*
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index b05a4207..ad058d82 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -4296,6 +4296,56 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </informaltable> </sect2> + <sect2 id="device-properties-biometric"> + <title> + biometric namespace + </title> + <para> + Device objects with the capability <literal>biometric</literal> represent + a biometric device (e.g. fingerprint reader) . No namespace specific + properties. + </para> + </sect2> + + <sect2 id="device-properties-biometric-fingerprint_reader"> + <title> + biometric.fingerprint_reader namespace + </title> + <para> + Device objects with the capabilities <literal>biometric.fingerprint_reader</literal> + and <literal>biometric</literal> represent a biometric fingerprint reader. + </para> + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Key (type)</entry> + <entry>Values</entry> + <entry>Mandatory</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <literal>biometric.fingerprint_reader.access_method</literal> (strlist) + </entry> + <entry>example: libfprint</entry> + <entry>No</entry> + <entry> + Indicates installed device driver libraries that can handle this device. + These drivers can export information in + <literal>biometric.fingerprint_reader.[access_method]</literal> sub-namespaces. + Can also be used by libraries or programs providing extra device information + to indicate the presence of this information in the appropriate sub-namespace. + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </sect2> + + <sect2 id="device-properties-button"> <title> button namespace |