]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(90kernel-modules): add isp1760 USB controller
authorPeter Robinson <pbrobinson@gmail.com>
Sat, 16 Oct 2021 09:41:24 +0000 (10:41 +0100)
committerHarald Hoyer <harald@hoyer.xyz>
Thu, 28 Oct 2021 06:52:03 +0000 (08:52 +0200)
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 <pbrobinson@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index a1aba71bac355aee3ddb7ef704ea8f6b15fd5eef..68358bb53d5118da7497a5e7a8e34bf4d4b7d9cd 100755 (executable)
@@ -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" \