From 0986e54ca5698ebbfac60150eca7bf8ab9149480 Mon Sep 17 00:00:00 2001 From: Simon Gaiser Date: Tue, 9 Jan 2018 05:08:22 +0100 Subject: [PATCH] Include usb drivers as modules This should allow to assign usb device to pciback in initramfs before thos modules get loaded. --- config-qubes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config-qubes b/config-qubes index 6485369..c680b37 100644 --- a/config-qubes +++ b/config-qubes @@ -110,6 +110,16 @@ CONFIG_PARAVIRT_SPINLOCKS=y # CONFIG_DEBUG_WX is not set +################################################################################ +## Set USB drivers to module to allow attaching PCI devices to pciback before +## those get loaded. + +CONFIG_USB_UHCI_HCD=m +CONFIG_USB_OHCI_HCD=m +CONFIG_USB_EHCI_HCD=m +CONFIG_USB_XHCI_HCD=m + + ################################################################################ ## TODO: from diff to old config