diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 3cfaf80c0..b7158f324 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include new 3.18 USB host drivers (mga#14799) + Version 2.13 - 16 December 2014 by Erwan Velu - make_boot_img: Avoid gfxboot install string for chain.c32 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 91ca8316d..2fe6c876f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -156,7 +156,7 @@ our %l = ( usb => [ qw(bcma-hcd c67x00 dwc3 dwc3-pci ehci-hcd ehci-pci ehci-platform ehci-tegra fhci fusbh200-hcd hwa-hc imx21-hcd isp116x-hcd isp1362-hcd isp1760 ohci-hcd ohci-pci ohci-platform oxu210hp-hcd r8a66597-hcd renesas-usbhs sl811_cs sl811-hcd ssb-hcd u132-hcd - uhci-hcd usb-ohci usb-uhci whci-hcd xhci-hcd) ], + uhci-hcd usb-ohci usb-uhci whci-hcd xhci-hcd xhci-pci xhci-plat-hcd) ], bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ], firewire => [ qw(ohci1394) ], i2c => [ |