bluez: update to bluez-4.73

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-04 16:08:36 +02:00
parent 11abb8f70c
commit 062181b40b
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
diff -Naur bluez-4.71/scripts/bluetooth.rules bluez-4.71.patch/scripts/bluetooth.rules
--- bluez-4.71/scripts/bluetooth.rules 2010-09-08 17:29:06.000000000 +0200
+++ bluez-4.71.patch/scripts/bluetooth.rules 2010-09-22 20:23:11.973264738 +0200
@@ -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+="/usr/local/sbin/bluetoothd --udev"
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/usr/local/sbin/bluetoothd --udev"
diff -Naur bluez-4.71/scripts/bluetooth.rules.in bluez-4.71.patch/scripts/bluetooth.rules.in
--- bluez-4.71/scripts/bluetooth.rules.in 2009-07-06 22:21:40.000000000 +0200
+++ bluez-4.71.patch/scripts/bluetooth.rules.in 2010-09-22 20:23:01.488265635 +0200
@@ -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"

View File

@ -1 +1 @@
http://www.kernel.org/pub/linux/bluetooth/bluez-4.72.tar.bz2
http://www.kernel.org/pub/linux/bluetooth/bluez-4.73.tar.bz2