forked from ShadowBlip/InputPlumber
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.shadowblip.Input.Source.HIDRawDevice.xml
More file actions
50 lines (48 loc) · 1.85 KB
/
Copy pathorg.shadowblip.Input.Source.HIDRawDevice.xml
File metadata and controls
50 lines (48 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.DBus.Properties">
<method name="Get">
<arg name="interface_name" type="s" direction="in"/>
<arg name="property_name" type="s" direction="in"/>
<arg type="v" direction="out"/>
</method>
<method name="Set">
<arg name="interface_name" type="s" direction="in"/>
<arg name="property_name" type="s" direction="in"/>
<arg name="value" type="v" direction="in"/>
</method>
<method name="GetAll">
<arg name="interface_name" type="s" direction="in"/>
<arg type="a{sv}" direction="out"/>
</method>
<signal name="PropertiesChanged">
<arg name="interface_name" type="s"/>
<arg name="changed_properties" type="a{sv}"/>
<arg name="invalidated_properties" type="as"/>
</signal>
</interface>
<interface name="org.freedesktop.DBus.Introspectable">
<method name="Introspect">
<arg type="s" direction="out"/>
</method>
</interface>
<interface name="org.freedesktop.DBus.Peer">
<method name="Ping">
</method>
<method name="GetMachineId">
<arg type="s" direction="out"/>
</method>
</interface>
<interface name="org.shadowblip.Input.Source.HIDRawDevice">
<property name="Name" type="s" access="read"/>
<property name="DevPath" type="s" access="read"/>
<property name="IdProduct" type="s" access="read"/>
<property name="IdVendor" type="s" access="read"/>
<property name="InterfaceNumber" type="i" access="read"/>
<property name="Manufacturer" type="s" access="read"/>
<property name="Product" type="s" access="read"/>
<property name="SerialNumber" type="s" access="read"/>
<property name="SysfsPath" type="s" access="read"/>
</interface>
</node>