summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bluetooth.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bluetooth.init b/scripts/bluetooth.init
index 85d3a32e..4a37698b 100644
--- a/scripts/bluetooth.init
+++ b/scripts/bluetooth.init
@@ -54,7 +54,7 @@ case "$1" in
echo -n " $SDPD_NAME"
fi
if $HIDD_ENABLE && [ -x "$HIDD_EXEC" ] ; then
- $HIDD_EXEC $HIDD_OPTIONS
+ $HIDD_EXEC $HIDD_OPTIONS --server
echo -n " $HIDD_NAME"
fi
if $HID2HCI_ENABLE && [ -x "$HID2HCI_EXEC" ] ; then