diff options
author | Danny Kukawka <danny.kukawka@web.de> | 2009-03-02 19:40:51 +0100 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2009-03-02 19:40:51 +0100 |
commit | 0f2d03c492f32428e8ca3a72ce52ecf2fcdfa780 (patch) | |
tree | d1ee8dee4310f7e750c586b20e9d63cbc6ffda9b /doc | |
parent | 3ee72db0f7b2690972026db7292e1c486750c0f4 (diff) |
define new (sub-)namespace(s) for smart card reader
Defined new (sub-)namespace(s) for smart card reader as discussed in
fd.o#19663 and opensc:
- smart_card_reader
- smart_card_reader.card_reader (for smart card reader)
- smart_card_reader.crypto_token (for smart/crypto token devices)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/hal-spec-properties.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml index d06e9704..db7abee2 100644 --- a/doc/spec/hal-spec-properties.xml +++ b/doc/spec/hal-spec-properties.xml @@ -6248,6 +6248,41 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'} </informaltable> </sect2> + <sect2 id="device-properties-smart_card_reader"> + <title> + smart_card_reader namespace + </title> + <para> + Device objects with the capability <literal>smart_card_reader</literal> represent + a smart card device/systems (e.g. smart card reader) . No namespace specific + properties. + </para> + </sect2> + + <sect2 id="device-properties-smart_card_reader-card_reader"> + <title> + smart_card_reader.card_reader namespace + </title> + <para> + Device objects with the capabilities <literal>smart_card_reader</literal> + and <literal>smart_card_reader.card_reader</literal> represent a + smart card reader. No namespace specific properties. + </para> + </sect2> + + <sect2 id="device-properties-smart_card_reader-crypto_token"> + <title> + smart_card_reader.crypto_token namespace + </title> + <para> + Device objects with the capabilities <literal>smart_card_reader</literal> and + <literal>smart_card_reader.crypto_token</literal> represent a smart token, a + device where the smart card and the smart card reader are in one device. No + namespace specific properties. + </para> + </sect2> + + <sect2 id="device-properties-storage"> <title> storage namespace |