summaryrefslogtreecommitdiff
path: root/scripts/bluetooth.rules.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-09-22 12:35:54 +0100
committerJohan Hedberg <johan.hedberg@nokia.com>2010-09-22 22:26:02 +0300
commit7bf4b08d0bd35aaef50926e14c5be277df3550e2 (patch)
tree9fc88897248c34c55c705b0b6d45a0c647077d84 /scripts/bluetooth.rules.in
parent057c6f4b1abd1e13f11a91b7bf445986b999114f (diff)
downloadbluez-7bf4b08d0bd35aaef50926e14c5be277df3550e2.tar.gz
Also run bluetoothd on udev change events
Fixes bluetoothd not starting on cold boot with newer versions of udev. See: https://bugzilla.redhat.com/show_bug.cgi?id=634205
Diffstat (limited to 'scripts/bluetooth.rules.in')
-rw-r--r--scripts/bluetooth.rules.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/bluetooth.rules.in b/scripts/bluetooth.rules.in
index 6809e9d73..64df69d58 100644
--- a/scripts/bluetooth.rules.in
+++ b/scripts/bluetooth.rules.in
@@ -1,3 +1,4 @@
# Run helper every time a Bluetooth device appears
# On remove actions, bluetoothd should go away by itself
ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"