diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-09-18 14:46:42 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-09-18 14:46:42 +0000 |
commit | 60c518a248ee800adec84a7d0aa6473dbf2cfa69 (patch) | |
tree | b2c16061cf4b0ef921214e8eccadb38fd0a5f743 /kernel/list_modules.pm | |
parent | e6eea72bede111a1c5a2a9c861a342f621aba905 (diff) | |
download | drakx-60c518a248ee800adec84a7d0aa6473dbf2cfa69.tar drakx-60c518a248ee800adec84a7d0aa6473dbf2cfa69.tar.gz drakx-60c518a248ee800adec84a7d0aa6473dbf2cfa69.tar.bz2 drakx-60c518a248ee800adec84a7d0aa6473dbf2cfa69.tar.xz drakx-60c518a248ee800adec84a7d0aa6473dbf2cfa69.zip |
list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27)
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 5504168e9..4515daab9 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -146,7 +146,7 @@ our %l = ( bus => { usb => [ qw(ehci-hcd isp116x-hcd isp1760 ohci-hcd r8a66597-hcd sl811_cs sl811-hcd uhci-hcd u132-hcd usb-uhci usb-ohci) ], - bluetooth => [ qw(bcm203x bfusb bpa10x hci_usb) ], + 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), |