qt5: enable xhci in drivers run util

This commit is contained in:
Christian Helmuth 2018-08-15 09:21:22 +02:00
parent 3b3e155c79
commit a8b6fbcc31

View File

@ -277,7 +277,7 @@ proc drivers_start_nodes { feature_arg } {
<service name="Nic"/>}
append start_nodes {
</provides>
<config uhci="yes" ehci="yes" xhci="no">}
<config uhci="yes" ehci="yes" xhci="yes">}
append_if [use_usb_input feature] start_nodes {
<hid/>}
append_if [use_usb_nic feature] start_nodes {