From f5d7c189d8e052ba049b85cf55bbba6cf9c5bb77 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 10 Dec 2011 21:30:21 +0000 Subject: add usb3 host controller driver --- config/live.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/live.cfg b/config/live.cfg index d642163..fedb090 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -232,7 +232,7 @@ my $_l = { if_($live->{settings}{product} =~ /LiveCD/i, source => build_one_label($live), pre => [ 'for i in seq 1 5; do showlabels --removable | grep '.build_one_label($live).'; if [ $? -eq 0 ]; then break; fi; sleep 1; done' ], - extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd ohci_hcd ehci_hcd) ], + extra_modules => [ qw(vfat sd_mod usb_storage uhci_hcd ohci_hcd ehci_hcd xhci_hcd) ], files => [ # FIXME: add doc and autorun #[ 'extra/livecd/autorun/*', ''], -- cgit v1.2.1