diff options
author | Thomas Backlund <tmb@mageia.org> | 2013-01-21 15:02:01 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2013-01-21 15:02:01 +0000 |
commit | 6630584112210e660e533ee7eb62d126a39a7a29 (patch) | |
tree | b46417090451f1b2e14924848e8b0c9f4967d270 | |
parent | 77f7b5861e4af2d39ffafe6916aaff023f671995 (diff) | |
download | drakx-backup-do-not-use-6630584112210e660e533ee7eb62d126a39a7a29.tar drakx-backup-do-not-use-6630584112210e660e533ee7eb62d126a39a7a29.tar.gz drakx-backup-do-not-use-6630584112210e660e533ee7eb62d126a39a7a29.tar.bz2 drakx-backup-do-not-use-6630584112210e660e533ee7eb62d126a39a7a29.tar.xz drakx-backup-do-not-use-6630584112210e660e533ee7eb62d126a39a7a29.zip |
update usb host list for kernel 3.8
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/images/NEWS b/images/NEWS index 13b8ef2b9..ee681e954 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- update usb host list for kernel 3.8 + Version 1.87 - 16 January 2013 by Thomas Backlund - include new kernel 3.8 drivers: diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 8be09c69f..93e7fd9a9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -168,9 +168,10 @@ our %l = ( bus => { - 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) ], + usb => [ qw(bcma-hcd c67x00 ehci-hcd ehci-pci ehci-platform fhci hwa-hc + imx21-hcd isp116x-hcd isp1362-hcd isp1760 ohci-hcd 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(bcm203x bfusb bpa10x btusb) ], firewire => [ qw(ohci1394) ], i2c => [ |