mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
smartcard.run: increase caps for usb_drv
This is needed for running the test on seL4.
This commit is contained in:
parent
483de40c96
commit
2b8ea7845f
@ -87,7 +87,7 @@ append config {
|
||||
</config>
|
||||
</start>
|
||||
|
||||
<start name="usb_drv" caps="120">
|
||||
<start name="usb_drv" caps="200">
|
||||
<resource name="RAM" quantum="16M"/>
|
||||
<provides><service name="Usb"/></provides>
|
||||
<config uhci="yes" ehci="yes" xhci="yes" bios_handoff="yes">
|
||||
|
Loading…
Reference in New Issue
Block a user