diff mbox

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

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

Commit Message

Craig Magina Dec. 7, 2016, 1:07 p.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. 7, 2016, 2:05 p.m. UTC | #1
I assume this is also needed for Yakkety and Zesty ?
Seth Forshee Dec. 7, 2016, 2:12 p.m. UTC | #2

Craig Magina Dec. 8, 2016, 9:13 a.m. UTC | #3
On Wed, Dec 7, 2016 at 3:05 PM Tim Gardner <tim.gardner@canonical.com>
wrote:

> I assume this is also needed for Yakkety and Zesty ?
>
> --
> Tim Gardner tim.gardner@canonical.com
>

That is correct, I will submit those patches today, thanks.
Luis Henriques Dec. 8, 2016, 6:16 p.m. UTC | #4
Applied to xenial 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..283a028 100644
--- a/debian.master/d-i/modules/usb-modules
+++ b/debian.master/d-i/modules/usb-modules
@@ -10,3 +10,5 @@  uhci-hcd ?
 xhci-hcd ?
 ehci-tegra ?
 ehci-msm ?
+uas ?
+xhci-plat-hcd ?