Skip to content
Snippets Groups Projects
Commit f2516e53 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: fix usb chipidea controller support


If ehci platform driver is loaded before the chipidea controller driver,
both are competing for the same IO resources and the generic driver gets
used for the hardware. This results in USB device mode being
unavailable.
Split generic EHCI support code out of kmod-usb2, so that the chipidea
driver can be included without also pulling in the generic one. Also
rework the load order, so that the chipidea driver gets loaded first, in
case both are installed

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 2422f84b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment