mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
usb_host_drv: move it to legacy_usb_host_drv
To make room for the re-newed usb_host_drv basing on Linux 5.14 and the re-newed lx_kit/lx_emul we have to move the depot recipe and consistently name the old drivers with a legacy_ prefix. Ref genodelabs/genode#4416
This commit is contained in:
committed by
Norman Feske
parent
17f3e7a38f
commit
3966d6f16f
@@ -1,7 +1,7 @@
|
||||
_/src/platform_drv
|
||||
_/src/acpi_drv
|
||||
_/src/ps2_drv
|
||||
_/src/usb_host_drv
|
||||
_/src/legacy_usb_host_drv
|
||||
_/src/usb_hid_drv
|
||||
_/src/vesa_drv
|
||||
_/src/report_rom
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
</start>
|
||||
|
||||
<start name="usb_drv" caps="150">
|
||||
<binary name="x86_pc_usb_host_drv"/>
|
||||
<binary name="legacy_pc_usb_host_drv"/>
|
||||
<resource name="RAM" quantum="16M"/>
|
||||
<provides> <service name="Usb"/> </provides>
|
||||
<config uhci="yes" ohci="yes" ehci="yes" xhci="yes">
|
||||
|
||||
Reference in New Issue
Block a user