Skip to content

Commit 1539845

Browse files
nullr0uteharaldh
authored andcommitted
fix(90kernel-modules): add isp1760 USB controller
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]>
1 parent f6e6be2 commit 1539845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules.d/90kernel-modules/module-setup.sh

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ installkernel() {
9696
"=drivers/usb/dwc2" \
9797
"=drivers/usb/dwc3" \
9898
"=drivers/usb/host" \
99+
"=drivers/usb/isp1760" \
99100
"=drivers/usb/misc" \
100101
"=drivers/usb/musb" \
101102
"=drivers/usb/phy" \

0 commit comments

Comments
 (0)