Browse Source

kernel-modules: Add ehci support for kernel 3.8+

Kernel 3.8 split ehci-hcd into ehci-hcd, ehci-pci and ehci-platform,
so adapt the list to cope with this change.
master
Thomas Backlund 12 years ago committed by Harald Hoyer
parent
commit
a28e2aeefe
  1. 3
      modules.d/90kernel-modules/module-setup.sh

3
modules.d/90kernel-modules/module-setup.sh

@ -41,7 +41,8 @@ installkernel() { @@ -41,7 +41,8 @@ installkernel() {
sdhci_esdhc_imx mmci sdhci_tegra mvsdio \
omap omapdrm omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv \
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic \
hid-logitech-dj hid-microsoft ehci-hcd ehci-pci ehci-platform \
ohci-hcd uhci-hcd xhci-hcd hid_generic \
unix

# install virtual machine support

Loading…
Cancel
Save