]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(90kernel-modules): add Type-C USB drivers for generic initrd
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 6 Oct 2021 10:05:49 +0000 (11:05 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 12 Oct 2021 13:29:27 +0000 (13:29 +0000)
We need to pull in Type-C USB drivers as they can provide a number of
differnet bits of functionality in early boot including input, display
(altmode DP) and storage so we need to have them available to ensure
functionality attached to those buses/interfaces are available in early
boot.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
modules.d/90kernel-modules/module-setup.sh

index 613c20e78cd330e188a1ab2192ebc7dd1b6777d3..a1aba71bac355aee3ddb7ef704ea8f6b15fd5eef 100755 (executable)
@@ -59,6 +59,7 @@ installkernel() {
             "=drivers/pci/host" \
             "=drivers/pci/controller" \
             "=drivers/pinctrl" \
+            "=drivers/usb/typec" \
             "=drivers/watchdog"
 
         instmods \