diff options
-rw-r--r-- | images/NEWS | 4 | ||||
-rw-r--r-- | kernel/list_modules.pm | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/images/NEWS b/images/NEWS index 29588971e..693ebcdd9 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,7 @@ +- partial sync with kernel-3.11 regarding USB: include + ehci-tegra, ohci-pci ohci-platform fusbh200-hcd & usb_common + (might fix mga#11377) + Version 1.90 - 16 July 2013 by Thierry Vignaud - sync with kernel-3.10 diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 3d8e4401f..9e3be580f 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -168,8 +168,8 @@ our %l = ( bus => { - usb => [ qw(bcma-hcd c67x00 dwc3 dwc3-pci ehci-hcd ehci-pci ehci-platform fhci hwa-hc - imx21-hcd isp116x-hcd isp1362-hcd isp1760 ohci-hcd oxu210hp-hcd + 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) ], bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ], @@ -339,7 +339,7 @@ our %l = ( qw(crc32c crc32c-intel), - qw(evdev), qw(usblp printer), 'floppy', 'microcode', + qw(evdev), qw(usblp printer), 'floppy', 'microcode', 'usb_common' #- these need checking qw(rrunner meye), |