summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-03-03 17:06:15 +0000
committerOlivier Blin <oblin@mandriva.org>2006-03-03 17:06:15 +0000
commitb8bd775b5130b77409ed25512c7cb98176e5a6a1 (patch)
tree6ea123ee4927ca2eeb8d6892609fd378b8330667 /perl-install/standalone/service_harddrake
parent0f38a5dbb601e370650f524d65b17e249028dca5 (diff)
downloaddrakx-b8bd775b5130b77409ed25512c7cb98176e5a6a1.tar
drakx-b8bd775b5130b77409ed25512c7cb98176e5a6a1.tar.gz
drakx-b8bd775b5130b77409ed25512c7cb98176e5a6a1.tar.bz2
drakx-b8bd775b5130b77409ed25512c7cb98176e5a6a1.tar.xz
drakx-b8bd775b5130b77409ed25512c7cb98176e5a6a1.zip
autoconf bluetooth controllers (enable bluetooth service)
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 0cbc1258a..535e6f753 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -163,6 +163,8 @@ foreach my $hw_class (@harddrake::data::tree) {
$modules_conf->write;
modules::load(difference2(\@new_drivers, \@old_drivers));
next;
+ } elsif ($Ident eq "BLUETOOTH") {
+ harddrake::autoconf::bluetooth(scalar keys %ID);
} elsif ($Ident eq "PCMCIA_CONTROLLER") {
# obsolete once/since kernel-2.6.14/pcmciautils is used, but kept for compatibility:
harddrake::autoconf::pcmcia(keys %ID ? first(values(%ID))->{driver} : '');