diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-12 18:58:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-12 18:58:07 +0000 |
commit | e531c53a0a9c32a9a36604e1af019c92ae23b5b1 (patch) | |
tree | c1ca5eb595fc8b28c024af7a2f2e0d18161008b0 /kernel | |
parent | ebf192c33b54636510614e6df7620e6232d6c673 (diff) | |
download | drakx-backup-do-not-use-e531c53a0a9c32a9a36604e1af019c92ae23b5b1.tar drakx-backup-do-not-use-e531c53a0a9c32a9a36604e1af019c92ae23b5b1.tar.gz drakx-backup-do-not-use-e531c53a0a9c32a9a36604e1af019c92ae23b5b1.tar.bz2 drakx-backup-do-not-use-e531c53a0a9c32a9a36604e1af019c92ae23b5b1.tar.xz drakx-backup-do-not-use-e531c53a0a9c32a9a36604e1af019c92ae23b5b1.zip |
recognize c67x00, imx21-hcd, fhci, isp1362-hcd, oxu210hp-hcd & renesas-usbhs
USB host drivers (mga#4905)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 2c6317eda..aa8777e91 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -165,7 +165,9 @@ our %l = ( bus => { - usb => [ qw(xhci-hcd ehci-hcd hwa-hc isp116x-hcd isp1760 ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci whci-hcd) ], + usb => [ qw(c67x00 ehci-hcd fhci hwa-hc imx21-hcd isp116x-hcd isp1362-hcd + isp1760 ohci-hcd oxu210hp-hcd r8a66597-hcd renesas-usbhs sl811_cs + sl811-hcd u132-hcd uhci-hcd usb-ohci usb-uhci whci-hcd xhci-hcd) ], bluetooth => [ qw(bcm203x bfusb bpa10x btusb) ], firewire => [ qw(ohci1394) ], i2c => [ |