summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2010-05-19 16:59:24 +0200
committermaximilian attems <maks@debian.org>2010-05-19 17:11:27 +0200
commit6ac7ec30d81bee53674c3bf6a19750126bac4554 (patch)
tree9a1ac6a93479a9d3e5a48c102c1493431ab6c07f
parent60e66ab6f7e799ac99e051fd8877f5b54758f454 (diff)
downloadinitramfs-tools-6ac7ec30d81bee53674c3bf6a19750126bac4554.tar.gz
initramfs-tools-6ac7ec30d81bee53674c3bf6a19750126bac4554.zip
Support booting from USB 3 xHCI-based controllers
using kernel driver xhci. Signed-off-by: maximilian attems <maks@debian.org>
-rw-r--r--hook-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/hook-functions b/hook-functions
index 2f6580b..b486439 100644
--- a/hook-functions
+++ b/hook-functions
@@ -364,7 +364,7 @@ auto_add_modules()
{
case "${1:-}" in
base)
- for x in ehci-hcd ohci-hcd uhci-hcd usbhid hid-apple btrfs \
+ for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci hid-apple btrfs \
ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \
af_packet atkbd i8042 virtio_pci; do
manual_add_modules "${x}"