mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 06:57:12 +00:00
Set USB bios_handoff="no" in run scripts
This is the default setting in Sculpt currently, so use it also for testing.
This commit is contained in:
parent
cc465070d2
commit
5619ccd940
@ -111,7 +111,7 @@ install_config {
|
||||
#
|
||||
set fd [open [run_dir]/genode/usb_host.config w]
|
||||
puts $fd {
|
||||
<config bios_handoff="yes">
|
||||
<config bios_handoff="no">
|
||||
<report devices="yes"/>
|
||||
<policy label_prefix="usb_hid"> <device class="0x3"/> </policy>
|
||||
</config>}
|
||||
|
@ -105,7 +105,7 @@ install_config {
|
||||
#
|
||||
# Define USB host controller config
|
||||
#
|
||||
set config {<config bios_handoff="yes">}
|
||||
set config {<config bios_handoff="no">}
|
||||
append_if [have_board rpi] config {
|
||||
<policy label_prefix="usb_net">
|
||||
<device vendor_id="0x0424" product_id="0xec00"/> </policy>}
|
||||
|
@ -97,7 +97,7 @@ install_config {
|
||||
# Define USB host controller config
|
||||
#
|
||||
append usb_config {
|
||||
<config bios_handoff="yes">
|
||||
<config bios_handoff="no">
|
||||
<report devices="yes"/>
|
||||
<policy label="test-smartcard -> "><device vendor_id="} [smartcard_vendor_id] {" product_id="} [smartcard_product_id] {"/></policy>
|
||||
</config>}
|
||||
|
@ -85,7 +85,7 @@ install_config {
|
||||
# Define USB host controller config
|
||||
#
|
||||
set fd [open [run_dir]/genode/usb_host.config w]
|
||||
puts $fd { <config>
|
||||
puts $fd { <config bios_handoff="no">
|
||||
<policy label="usb_block -> ">
|
||||
<device name="usb-1-2"/>
|
||||
</policy>
|
||||
|
@ -424,7 +424,7 @@ install_config $config
|
||||
#
|
||||
if { $use_usb_driver } {
|
||||
set fd [open [run_dir]/genode/usb_host.config w]
|
||||
append usb_config {<config bios_handoff="yes">}
|
||||
append usb_config {<config bios_handoff="no">}
|
||||
append_if [have_board rpi] usb_config {
|
||||
<policy label_prefix="nic">
|
||||
<device vendor_id="0x0424" product_id="0xec00"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user