diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 03:03:27 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-19 03:03:27 +0000 |
commit | 6ca2e9188191e4f4dd571c3457e33aeef6cf946b (patch) | |
tree | f852d0c6d717d289efc3166ef20981da67e92b74 | |
parent | 11a6615944395ac6edc95c6f3d45ed22b0616e02 (diff) | |
download | drakx-6ca2e9188191e4f4dd571c3457e33aeef6cf946b.tar drakx-6ca2e9188191e4f4dd571c3457e33aeef6cf946b.tar.gz drakx-6ca2e9188191e4f4dd571c3457e33aeef6cf946b.tar.bz2 drakx-6ca2e9188191e4f4dd571c3457e33aeef6cf946b.tar.xz drakx-6ca2e9188191e4f4dd571c3457e33aeef6cf946b.zip |
Add bus/bluetooth category (list came from share/rpmsrate and has been further
synched with the kernel).
This will ensure needed modules are present at intall time, thus enabling
share/rpmsrate to work regarding these USB devices...
-rw-r--r-- | kernel/list_modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index d2eba2932..e7a57812c 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -130,6 +130,7 @@ our %l = ( bus => { usb => [ qw(usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd) ], + bluetooth => [ qw(bcm203x bfusb bpa10x hci_usb) ], firewire => [ qw(ohci1394) ], i2c => [ qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2), |