]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-bluetooth/files/hciattach-bts.patch
updated familiar to use dbus 0.94. That caused also the update of modules using DBUS...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-bluetooth / files / hciattach-bts.patch
1 --- gpe-bluetooth-0.54/hciattach.sh.orig        2006-08-20 15:04:05.341384325 +0200
2 +++ gpe-bluetooth-0.54/hciattach.sh     2006-08-20 15:05:04.629179674 +0200
3 @@ -2,8 +2,12 @@
4  
5  if [ -f /etc/sysconfig/bluetooth ]; then
6    . /etc/sysconfig/bluetooth
7 +  if [ -f "$BLUETOOTH_SCRIPT" ]; then
8 +    BTS="-S $BLUETOOTH_SCRIPT"
9 +  fi
10 +
11 +  exec /sbin/hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED $BTS
12  
13 -  exec /sbin/hciattach -n $BLUETOOTH_PORT $BLUETOOTH_PROTOCOL $BLUETOOTH_SPEED
14  else
15    echo "Bluetooth not configured"
16    exit 1