summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-11-01 18:11:08 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-11-01 18:11:08 -0400
commitfa794f043af78cadf6726995e557bbe5bdf66639 (patch)
tree6052646257702d00ac4ab304400e99feeea6d125 /data
parentac7365490801ca1f640f70d33a4a2a8c958107d4 (diff)
Add Address and PhysicalSlot properties to Controller interface
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'data')
-rw-r--r--data/org.freedesktop.UDisks.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/org.freedesktop.UDisks.xml b/data/org.freedesktop.UDisks.xml
index fb3a384..9821ead 100644
--- a/data/org.freedesktop.UDisks.xml
+++ b/data/org.freedesktop.UDisks.xml
@@ -21,7 +21,10 @@
<property name="Model" type="ay" access="read"/>
<property name="Revision" type="ay" access="read"/>
<property name="Serial" type="ay" access="read"/>
- <!-- TODO: slot number etc -->
+
+ <!-- TODO: probably move to separate PCI-specific interface -->
+ <property name="Address" type="s" access="read"/>
+ <property name="PhysicalSlot" type="s" access="read"/>
</interface>
<!-- ********************************************************************** -->