diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-12-07 22:19:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-12-07 22:19:34 +0000 |
commit | d48108a60b1d8bd4c901a8f1e432bad7f858a349 (patch) | |
tree | 0069162824bfe71868bbc89eb915ef004498b9cd | |
parent | 3a84385d8cbe3503b4c5d1f003f1b45b39fc3194 (diff) | |
download | drakx-d48108a60b1d8bd4c901a8f1e432bad7f858a349.tar drakx-d48108a60b1d8bd4c901a8f1e432bad7f858a349.tar.gz drakx-d48108a60b1d8bd4c901a8f1e432bad7f858a349.tar.bz2 drakx-d48108a60b1d8bd4c901a8f1e432bad7f858a349.tar.xz drakx-d48108a60b1d8bd4c901a8f1e432bad7f858a349.zip |
identify xhci-hcd driven hw as bluetooth not usb
-rw-r--r-- | kernel/list_modules.pm | 4 | ||||
-rw-r--r-- | perl-install/NEWS | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 20af5efaa..0004e58d2 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -164,8 +164,8 @@ 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) ], - bluetooth => [ qw(bcm203x bfusb bpa10x btusb) ], + 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) ], firewire => [ qw(ohci1394) ], i2c => [ qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2), diff --git a/perl-install/NEWS b/perl-install/NEWS index d7328018e..0ca786774 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- harddrake: + o identify xhci-hcd driven hw as bluetooth not usb + Version 13.71 - 04 December 2011 - service_harddrake: |