From 1c4dae70c0c35c8bcd640e69ac2c09ee5a3b6cf1 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Sun, 22 Jan 2006 12:35:00 +0000 Subject: blueprobe: add 0.17 --- packages/blueprobe/blueprobe-0.17/hx4700.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/blueprobe/blueprobe-0.17/hx4700.patch (limited to 'packages/blueprobe/blueprobe-0.17/hx4700.patch') diff --git a/packages/blueprobe/blueprobe-0.17/hx4700.patch b/packages/blueprobe/blueprobe-0.17/hx4700.patch new file mode 100644 index 0000000000..f1ee19e9d5 --- /dev/null +++ b/packages/blueprobe/blueprobe-0.17/hx4700.patch @@ -0,0 +1,22 @@ +--- blueprobe-0.17/blueprobe.init.orig 2006-01-22 13:19:14.000000000 +0100 ++++ blueprobe-0.17/blueprobe.init 2006-01-22 13:23:21.000000000 +0100 +@@ -70,7 +70,8 @@ + "HP iPAQ HX4700") + BLUETOOTH=yes + PORT=/dev/ttyS1 +- SPEED=115200 ++ SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts ++ SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`' + PROTO=texas + PROBE=no + ;; +@@ -99,6 +100,9 @@ + echo "BLUETOOTH=$BLUETOOTH" >/etc/sysconfig/bluetooth + if [ $BLUETOOTH = "yes" ]; then + echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth ++ if [ "$SCRIPT" != "" ]; then ++ echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth ++ fi + echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth + echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth + fi -- cgit v1.2.3