mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
qt5_textedit.run: fix the USB driver configuration
This patch adds the 'uhci', 'ehci' and 'xhci' XML attributes to the USB driver configuration in the 'qt5_textedit.run' script. Fixes #1110.
This commit is contained in:
parent
1eb3f13484
commit
7f2b99e2a8
@ -94,7 +94,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
|
||||
<start name="usb_drv">
|
||||
<resource name="RAM" quantum="12M"/>
|
||||
<provides><service name="Input"/></provides>
|
||||
<config> <hid/> </config>
|
||||
<config uhci="yes" ehci="yes" xhci="no"> <hid/> </config>
|
||||
</start>}
|
||||
|
||||
append_if [have_spec ps2] config {
|
||||
|
Loading…
Reference in New Issue
Block a user