mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 09:22:26 -04:00
xml: Fix some formatting, add description for UdevEvents.OverCurrent
This commit is contained in:
parent
af3cb08778
commit
7213ea5179
1 changed files with 14 additions and 0 deletions
|
@ -375,6 +375,7 @@
|
||||||
<method name="ExitCode">
|
<method name="ExitCode">
|
||||||
<arg type="i" name="result" direction="out"/>
|
<arg type="i" name="result" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -385,10 +386,23 @@
|
||||||
Version available: 9
|
Version available: 9
|
||||||
-->
|
-->
|
||||||
<interface name="com.steampowered.SteamOSManager1.UdevEvents">
|
<interface name="com.steampowered.SteamOSManager1.UdevEvents">
|
||||||
|
|
||||||
|
<!--
|
||||||
|
OverCurrent:
|
||||||
|
|
||||||
|
Signals that a USB port has had an over-current event.
|
||||||
|
|
||||||
|
@devpath: The path in /sys of the USB device.
|
||||||
|
@port: The associated port.
|
||||||
|
@count: The number of times this devices has had an over-current
|
||||||
|
event.
|
||||||
|
-->
|
||||||
<signal name="OverCurrent">
|
<signal name="OverCurrent">
|
||||||
<arg type="s" name="devpath"/>
|
<arg type="s" name="devpath"/>
|
||||||
<arg type="s" name="port"/>
|
<arg type="s" name="port"/>
|
||||||
<arg type="t" name="count"/>
|
<arg type="t" name="count"/>
|
||||||
</signal>
|
</signal>
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
</node>
|
</node>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue