diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-10-01 01:23:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-10-01 01:23:35 +0200 |
commit | 6d7450462b8d33d099baa3ad7afb036291d76322 (patch) | |
tree | 2c7191a571984fb5e41bc547ff5280778e649cc1 | |
parent | 0c3eb9f4786b0934e1bc48a52f25356307b55623 (diff) |
it might be a bit too early to initialize bluetooth by default for now, since it's still very rough around the edges
-rwxr-xr-x | src/daemon/default.pa.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 0af99312..7032038d 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@ |