diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-07 22:17:48 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-07 22:17:48 +0000 |
commit | e02418e9d5439bf9f74febd1a98a3769fac98c81 (patch) | |
tree | 3684c800953d040f8e6e15bb6d43828f3555984e /scripts/bluetooth.init | |
parent | 7b058edb0e54176809bfcce6567c82cb608029ba (diff) |
Add server flag to hidd
Diffstat (limited to 'scripts/bluetooth.init')
-rw-r--r-- | scripts/bluetooth.init | 2 |
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 |