summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorMichael Prokop <mika@debian.org>2013-03-01 11:39:41 +0100
committerMichael Prokop <mika@debian.org>2013-03-01 11:47:07 +0100
commit38d3060a633e577bec902b221be8b89ab767688b (patch)
treef02fa57fedf50dee4355aecb0513ffd932d88f30 /scripts/functions
parent5c78aa984db3a95885ab570c722d612ccdacbd33 (diff)
include ehci-pci in auto_add_modules list
Linux v3.8 changes the name of the PCI ehci driver from ehci-hcd to ehci-pci. Ref | commit adfa79d1c06a32650332930ca4c488ca570b3407 | Author: Alan Stern <stern@rowland.harvard.edu> | Date: Thu Nov 1 11:13:04 2012 -0400 | | USB: EHCI: make ehci-pci a separate driver | | This patch (as1625) splits the PCI portion of ehci-hcd out into its | own separate driver module, called ehci-pci. Consistently with the | current practice, the decision whether to build this module is not | user-configurable. If EHCI and PCI are enabled then the module will | be built, always. | | Signed-off-by: Alan Stern <stern@rowland.harvard.edu> | CC: Felipe Balbi <balbi@ti.com> | Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Thanks: Bjørn Mork <bjorn@mork.no> for bug report + patch Closes: #700572
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index 6e74ade..e150d06 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -46,6 +46,7 @@ panic()
fi
modprobe -v i8042 || true
modprobe -v atkbd || true
+ modprobe -v ehci-pci || true
modprobe -v ehci-hcd || true
modprobe -v uhci-hcd || true
modprobe -v ohci-hcd || true