Hi Bastien, On Wed, Sep 22, 2010, Bastien Nocera wrote: > Subject: [PATCH] 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 > --- > scripts/bluetooth.rules.in | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/scripts/bluetooth.rules.in b/scripts/bluetooth.rules.in > index 6809e9d..64df69d 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" Thanks. The patch has been pushed upstream. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html