diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-28 07:15:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-28 07:15:27 +0000 |
commit | cd96bd4350f53be6778d034257dc0e6bb83f9401 (patch) | |
tree | 20d3169721af3391ba884476f29c8e033c1e1fa1 /kernel/list_modules.pm | |
parent | 1688a5dbd72c9b98abab499f2679a09bfc809a0c (diff) | |
download | drakx-cd96bd4350f53be6778d034257dc0e6bb83f9401.tar drakx-cd96bd4350f53be6778d034257dc0e6bb83f9401.tar.gz drakx-cd96bd4350f53be6778d034257dc0e6bb83f9401.tar.bz2 drakx-cd96bd4350f53be6778d034257dc0e6bb83f9401.tar.xz drakx-cd96bd4350f53be6778d034257dc0e6bb83f9401.zip |
recognize more bluetooth devices (might help mga#5841)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 69a978f2e..498fa16d6 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -172,7 +172,7 @@ our %l = ( 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) ], + bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ], firewire => [ qw(ohci1394) ], i2c => [ qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2), |