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:
Christian Prochaska 2014-04-03 17:39:45 +02:00 committed by Christian Helmuth
parent 1eb3f13484
commit 7f2b99e2a8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {