Do not disable USB BIOS handoff in tests

Fixes #3140
This commit is contained in:
Christian Prochaska 2019-02-05 13:36:24 +01:00 committed by Norman Feske
parent 2e1e7b8270
commit ddacb1400c
4 changed files with 4 additions and 4 deletions

View File

@ -133,7 +133,7 @@ append config "<binary name=\"[usb_host_drv_binary]\"/>"
append config {
<resource name="RAM" quantum="11M"/>
<provides> <service name="Usb"/> </provides>
<config bios_handoff="no">
<config bios_handoff="yes">
<report devices="yes"/>
<policy label_prefix="usb_hid_drv" class="0x3"/>
</config>

View File

@ -83,7 +83,7 @@ append config {
<provides><service name="Input"/></provides>
<config uhci="no" ohci="no" ehci="no" xhci="yes"
capslock_led="rom" numlock_led="rom" scrlock_led="rom"
bios_handoff="no">
bios_handoff="yes">
<hid/>
</config>
<route>

View File

@ -73,7 +73,7 @@ append config "<binary name=\"[usb_host_drv_binary]\"/>"
append config {
<resource name="RAM" quantum="10M"/>
<provides> <service name="Usb"/> </provides>
<config bios_handoff="no">}
<config bios_handoff="yes">}
append_if [have_spec arndale] config {
<policy label_prefix="usb_net_drv" vendor_id="0x0b95" product_id="0x772a"/> }
append_if [expr [have_spec panda] || [have_spec rpi] ] config {

View File

@ -76,7 +76,7 @@ append config {
<start name="usb_drv" caps="120">
<resource name="RAM" quantum="16M"/>
<provides><service name="Usb"/></provides>
<config uhci="yes" ehci="yes" xhci="yes" bios_handoff="no">
<config uhci="yes" ehci="yes" xhci="yes" bios_handoff="yes">
<raw>
<policy label="test-smartcard -> usb_device" vendor_id="0x04e6" product_id="0x5116"/>
</raw>