uhexen2.run: avoid use of deprecated <if-arg> tag

This commit is contained in:
Norman Feske
2017-01-30 12:46:23 +01:00
parent 9479cfb2ca
commit fc098be1af

View File

@@ -112,11 +112,11 @@ append_if [expr !$usb_only] config {
<input label="usb_hid" />
</config>
<route>
<service name="Input">
<if-arg key="label" value="ps2" /> <child name="ps2_drv" />
<service name="Input" label="ps2">
<child name="ps2_drv"/>
</service>
<service name="Input">
<if-arg key="label" value="usb_hid" /> <child name="usb_drv" />
<service name="Input" label="usb_hid">
<child name="usb_drv"/>
</service>
<any-service> <parent /> <any-child /> </any-service>
</route>