mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-20 09:02:09 +00:00
parent
2e1e7b8270
commit
ddacb1400c
repos
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user