From: Lennart Poettering Date: Tue, 30 Sep 2008 23:23:35 +0000 (+0200) Subject: it might be a bit too early to initialize bluetooth by default for now, since it... X-Git-Tag: submit/2.0-panda/20130828.192557~2643 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d7450462b8d33d099baa3ad7afb036291d76322;p=profile%2Fivi%2Fpulseaudio-panda.git it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges --- diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 0af9931..7032038 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -49,9 +49,9 @@ load-module module-detect .endif ### Automatically load driver modules for Bluetooth hardware -.ifexists module-bluetooth-discover@PA_SOEXT@ -load-module module-bluetooth-discover -.endif +#.ifexists module-bluetooth-discover@PA_SOEXT@ +#load-module module-bluetooth-discover +#.endif ### Load several protocols .ifexists module-esound-protocol-unix@PA_SOEXT@