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:48:03 +0100
commit829968ed2ace38908db3ead8204d544d7198159f (patch)
tree5cd8b9940a6c6a3fffbefe3f587ed62f7a2aaf0a
parent1b998b3d6d417fb47fdbed22743b39016a18efc3 (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 fdfacf15..190e93f1 100644
--- a/doc/spec/hal-spec-properties.xml
+++ b/doc/spec/hal-spec-properties.xml
@@ -2755,6 +2755,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>
@@ -2856,6 +2864,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>