diff mbox

[Zesty,Yakkety,SRU] UBUNTU: d-i initrd needs additional usb modules to support the merlin platform

Message ID 1481193571-124284-1-git-send-email-craig.magina@canonical.com
State New
Headers show

Commit Message

Craig Magina Dec. 8, 2016, 10:39 a.m. UTC
BugLink: https://launchpad.net/bugs/1625222

Ubuntu builds the uas and xhci-plat-hcd usb drivers as modules, these
module are needed for d-i to use usb in the installer on the merlin platform.

Signed-off-by: Craig Magina <craig.magina@canonical.com>
---
 debian.master/d-i/modules/usb-modules | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Gardner Dec. 8, 2016, 1:42 p.m. UTC | #1
Applied to Zesty
Luis Henriques Dec. 8, 2016, 6:18 p.m. UTC | #2
Applied to yakkety master-next branch.

Cheers,
--
Luís
diff mbox

Patch

diff --git a/debian.master/d-i/modules/usb-modules b/debian.master/d-i/modules/usb-modules
index 90ab09b..ab731a4 100644
--- a/debian.master/d-i/modules/usb-modules
+++ b/debian.master/d-i/modules/usb-modules
@@ -8,5 +8,7 @@  sl811-hcd ?
 u132-hcd ?
 uhci-hcd ?
 xhci-hcd ?
+xhci-plat-hcd ?
 ehci-tegra ?
 ehci-msm ?
+uas ?
\ No newline at end of file