From 82572142001acc8af096000bec9b76279deeb55a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 11 Sep 2008 01:40:40 +0300 Subject: enable bluetooth by default --- src/daemon/default.pa.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/daemon') diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 5f35e3ec..0af99312 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -48,6 +48,11 @@ load-module module-hal-detect load-module module-detect .endif +### Automatically load driver modules for Bluetooth hardware +.ifexists module-bluetooth-discover@PA_SOEXT@ +load-module module-bluetooth-discover +.endif + ### Load several protocols .ifexists module-esound-protocol-unix@PA_SOEXT@ load-module module-esound-protocol-unix -- cgit