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 | |
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)
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
3 files changed, 3 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), diff --git a/perl-install/NEWS b/perl-install/NEWS index 25465acf9..e795fb7ef 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,7 @@ - diskdrake: o fix file system type drop down list showing most types as "..." in "Change partition type" dialog in expert mode due to ellipsizing +- list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27) Version 11.46 - 17 September 2008 diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index adb9ca0be..6c4199fdc 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - partitionning step o fix file system type drop down list showing most types as "..." in "Change partition type" dialog in expert mode due to ellipsizing +- list btusb instead of hci_usb in bus/bluetooth (renamed in 2.6.27) Version 11.46 - 17 September 2008 |