Skip to content

Commit

Permalink
fix(90kernel-modules): add isp1760 USB controller
Browse files Browse the repository at this point in the history
Like the dwc/chipidea controllers the isp1760 can act in either
host or gadget mode so it ends up in it's own directory. Add this
driver into the initrd as it's part of some arm platforms and
is needed to be able to boot off USB storage.

Fixes issue #1619

Signed-off-by: Peter Robinson <[email protected]>
  • Loading branch information
nullr0ute authored and haraldh committed Oct 28, 2021
1 parent f6e6be2 commit 1539845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules.d/90kernel-modules/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ installkernel() {
"=drivers/usb/dwc2" \
"=drivers/usb/dwc3" \
"=drivers/usb/host" \
"=drivers/usb/isp1760" \
"=drivers/usb/misc" \
"=drivers/usb/musb" \
"=drivers/usb/phy" \
Expand Down

0 comments on commit 1539845

Please sign in to comment.