mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-09 16:10:34 -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">
|
||||
<arg type="i" name="result" direction="out"/>
|
||||
</method>
|
||||
|
||||
</interface>
|
||||
|
||||
<!--
|
||||
|
@ -385,10 +386,23 @@
|
|||
Version available: 9
|
||||
-->
|
||||
<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">
|
||||
<arg type="s" name="devpath"/>
|
||||
<arg type="s" name="port"/>
|
||||
<arg type="t" name="count"/>
|
||||
</signal>
|
||||
|
||||
</interface>
|
||||
|
||||
</node>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue