Skip to content

Commit

Permalink
rpi usb host driver is now legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
skalk committed Feb 11, 2022
1 parent da2a7b8 commit a691cb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/pkg/drivers_interactive-rpi/archives
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ _/src/report_rom
_/src/rpi_fb_drv
_/src/rpi_platform_drv
_/src/usb_hid_drv
_/src/usb_host_drv
_/src/legacy_usb_host_drv
2 changes: 1 addition & 1 deletion recipes/pkg/drivers_nic-rpi/archives
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_/src/rpi_platform_drv
_/src/usb_host_drv
_/src/legacy_usb_host_drv
_/src/usb_net_drv
_/raw/drivers_nic-rpi
2 changes: 1 addition & 1 deletion recipes/raw/drivers_interactive-rpi/drivers.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</start>

<start name="usb_drv" caps="150">
<binary name="rpi_usb_host_drv"/>
<binary name="legacy_rpi_usb_host_drv"/>
<resource name="RAM" quantum="12M"/>
<provides> <service name="Usb"/> </provides>
<config bios_handoff="yes">
Expand Down
6 changes: 3 additions & 3 deletions recipes/raw/drivers_nic-rpi/drivers.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<irq number="9"/>
<power-domain name="usb"/>
</device>
<policy label_prefix="rpi_usb_host_drv" info="yes">
<policy label_prefix="legacy_rpi_usb_host_drv" info="yes">
<device name="dwc_otg"/>
</policy>
</config>
Expand All @@ -44,7 +44,7 @@
</route>
</start>

<start name="rpi_usb_host_drv" caps="120">
<start name="legacy_rpi_usb_host_drv" caps="120">
<resource name="RAM" quantum="10M"/>
<provides> <service name="Usb"/> </provides>
<config bios_handoff="yes">
Expand Down Expand Up @@ -72,7 +72,7 @@
<service name="LOG"> <parent/> </service>
<service name="Timer"> <parent/> </service>
<service name="Uplink"> <parent/> </service>
<service name="Usb"> <child name="rpi_usb_host_drv"/> </service>
<service name="Usb"> <child name="legacy_rpi_usb_host_drv"/> </service>
</route>
</start>

Expand Down

0 comments on commit a691cb9

Please sign in to comment.