summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@web.de>2010-03-11 13:48:03 +0100
committerDanny Kukawka <danny.kukawka@web.de>2010-03-11 13:50:30 +0100
commit2ae53e5da984aae623cab2fd19ab8fe832fd94cb (patch)
tree3da3468d536d8d970a1c712c3ba54858822a496c
parentc13a635419c129416f63af1f74f778e440d3820a (diff)
updated SPEC due to new properties from commit dea5997df896
Updated SPEC due to new properties from commit dea5997df896. Added new: - scsi.hotpluggable - scsi_host.hotpluggable
-rw-r--r--doc/spec/hal-spec-properties.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/spec/hal-spec-properties.xml b/doc/spec/hal-spec-properties.xml
index 711ef3f1..36ef7a6b 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -2745,6 +2745,14 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
</row>
<row>
<entry>
+ <literal>scsi.hotpluggable</literal> (bool)
+ </entry>
+ <entry></entry>
+ <entry>No</entry>
+ <entry>The SCSI device can be removed while the system is running (e.g. in case of eSATA)</entry>
+ </row>
+ <row>
+ <entry>
<literal>scsi.type</literal> (string)
</entry>
<entry>Example: disk</entry>
@@ -2846,6 +2854,14 @@ org.freedesktop.Hal.Device.Volume.method_signatures = {'ssas', 'as', 'as'}
<entry>Yes</entry>
<entry>A unique number identifying the SCSI host adaptor</entry>
</row>
+ <row>
+ <entry>
+ <literal>scsi_host.hotpluggable</literal> (bool)
+ </entry>
+ <entry></entry>
+ <entry>No</entry>
+ <entry>The host device can be removed while the system is running</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>