[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH initramfs-tools 3/4] scripts/functions: Load more USB host controllers drivers on break=top



Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 scripts/functions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/functions b/scripts/functions
index f549ba4..2fc3ab2 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -63,7 +63,8 @@ maybe_break()
 				opts="-v"
 			fi
 			modprobe ${opts} -a i8042 atkbd ehci-pci ehci-orion \
-				 ehci-hcd uhci-hcd ohci-hcd usbhid
+				 ehci-hcd ohci-hcd ohci-pci uhci-hcd usbhid xhci \
+				 xhci-pci xhci-hcd
 		fi
 		panic "Spawning shell within the initramfs"
 		;;

Attachment: signature.asc
Description: Digital signature


Reply to: