diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-10 05:40:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-10 05:40:43 +0000 |
commit | eaf2bd602b267e992fd623bf55a4ca9ef1e53b78 (patch) | |
tree | 0b5a87e632b9c95927f34b335b03e49ed6881dae /kernel | |
parent | b734e8498d3556b93442f7d28662d77c493e5272 (diff) | |
download | drakx-backup-do-not-use-eaf2bd602b267e992fd623bf55a4ca9ef1e53b78.tar drakx-backup-do-not-use-eaf2bd602b267e992fd623bf55a4ca9ef1e53b78.tar.gz drakx-backup-do-not-use-eaf2bd602b267e992fd623bf55a4ca9ef1e53b78.tar.bz2 drakx-backup-do-not-use-eaf2bd602b267e992fd623bf55a4ca9ef1e53b78.tar.xz drakx-backup-do-not-use-eaf2bd602b267e992fd623bf55a4ca9ef1e53b78.zip |
revert "identify xhci-hcd driven hw as bluetooth not usb"
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 0004e58d2..20af5efaa 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -164,8 +164,8 @@ our %l = ( bus => { - usb => [ qw(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) ], - bluetooth => [ qw(bcm203x bfusb bpa10x btusb xhci-hcd) ], + 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) ], + bluetooth => [ qw(bcm203x bfusb bpa10x btusb) ], firewire => [ qw(ohci1394) ], i2c => [ qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2), |