summaryrefslogtreecommitdiff
path: root/packages/blueprobe/blueprobe-0.16/hx4700.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/blueprobe/blueprobe-0.16/hx4700.patch')
-rw-r--r--packages/blueprobe/blueprobe-0.16/hx4700.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/blueprobe/blueprobe-0.16/hx4700.patch b/packages/blueprobe/blueprobe-0.16/hx4700.patch
deleted file mode 100644
index 69610e8c7b..0000000000
--- a/packages/blueprobe/blueprobe-0.16/hx4700.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- blueprobe-0.14/blueprobe.init.orig 2005-09-05 22:03:57 +0200
-+++ blueprobe-0.14/blueprobe.init 2005-09-05 22:09:34 +0200
-@@ -47,6 +47,18 @@
- PROTO=bcsp
- PROBE=yes
- ;;
-+ "HP iPAQ HX4700")
-+ BLUETOOTH=yes
-+ PORT=/dev/ttyS1
-+ PROTO=texas
-+ SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
-+ if [ -f "$SCRIPT" ]; then
-+ SPEED=921600
-+ else
-+ SPEED=115200
-+ fi
-+ PROBE=no
-+ ;;
- *)
- BLUETOOTH=no
- ;;
-@@ -67,5 +75,8 @@
- echo "BLUETOOTH_PORT=$PORT" >>/etc/sysconfig/bluetooth
- echo "BLUETOOTH_SPEED=$SPEED" >>/etc/sysconfig/bluetooth
- echo "BLUETOOTH_PROTOCOL=$PROTO" >>/etc/sysconfig/bluetooth
-+ if [ "$SCRIPT" != "" ] && [ -f "$SCRIPT" ]; then
-+ echo "BLUETOOTH_SCRIPT=$SCRIPT" >>/etc/sysconfig/bluetooth
-+ fi
- fi
- fi