Blame 0001-fix-90kernel-modules-add-isp1760-USB-controller.patch

6333f8
From 15398458685d376fef56b1bf6fe09ae7c68324c1 Mon Sep 17 00:00:00 2001
6333f8
From: Peter Robinson <pbrobinson@gmail.com>
6333f8
Date: Sat, 16 Oct 2021 10:41:24 +0100
6333f8
Subject: [PATCH] fix(90kernel-modules): add isp1760 USB controller
6333f8
6333f8
Like the dwc/chipidea controllers the isp1760 can act in either
6333f8
host or gadget mode so it ends up in it's own directory. Add this
6333f8
driver into the initrd as it's part of some arm platforms and
6333f8
is needed to be able to boot off USB storage.
6333f8
6333f8
Fixes issue #1619
6333f8
6333f8
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
6333f8
---
6333f8
 modules.d/90kernel-modules/module-setup.sh | 1 +
6333f8
 1 file changed, 1 insertion(+)
6333f8
6333f8
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
6333f8
index a1aba71b..68358bb5 100755
6333f8
--- a/modules.d/90kernel-modules/module-setup.sh
6333f8
+++ b/modules.d/90kernel-modules/module-setup.sh
6333f8
@@ -96,6 +96,7 @@ installkernel() {
6333f8
                 "=drivers/usb/dwc2" \
6333f8
                 "=drivers/usb/dwc3" \
6333f8
                 "=drivers/usb/host" \
6333f8
+                "=drivers/usb/isp1760" \
6333f8
                 "=drivers/usb/misc" \
6333f8
                 "=drivers/usb/musb" \
6333f8
                 "=drivers/usb/phy" \
6333f8
-- 
6333f8
2.32.0
6333f8