uhexen2.run: avoid use of deprecated <if-arg> tag
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user