diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-02 23:38:31 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-03-02 23:38:31 +0100 |
commit | 227e86a6b29f31734834717096c3e13a272dccf8 (patch) | |
tree | b675ca5a208b2321a4e1e50a6aaaf994fc0a38b1 /packages/blueprobe/blueprobe-0.15 | |
parent | 4c2025b2da0c3e7157e65dad7581f42179b644ef (diff) |
blueprobe 0.18: fix makefile so that it actually builds
remove older ones
Diffstat (limited to 'packages/blueprobe/blueprobe-0.15')
-rw-r--r-- | packages/blueprobe/blueprobe-0.15/h6300.patch | 17 | ||||
-rw-r--r-- | packages/blueprobe/blueprobe-0.15/hx4700.patch | 26 |
2 files changed, 0 insertions, 43 deletions
diff --git a/packages/blueprobe/blueprobe-0.15/h6300.patch b/packages/blueprobe/blueprobe-0.15/h6300.patch deleted file mode 100644 index 39de7758b0..0000000000 --- a/packages/blueprobe/blueprobe-0.15/h6300.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Naur blueprobe-0.15_orig/blueprobe.init blueprobe-0.15_h6300_fix/blueprobe.init ---- blueprobe-0.15_orig/blueprobe.init 2005-10-05 22:37:35.706302041 +0300 -+++ blueprobe-0.15_h6300_fix/blueprobe.init 2005-10-05 22:54:51.840676832 +0300 -@@ -57,6 +57,13 @@ - SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts - PROBE=no - ;; -+ "HP iPAQ H6300") -+ BLUETOOTH=yes -+ PORT=/dev/ttyS0 -+ SPEED=115200 -+ PROTO=texas -+ PROBE=no -+ ;; - *) - BLUETOOTH=no - ;; diff --git a/packages/blueprobe/blueprobe-0.15/hx4700.patch b/packages/blueprobe/blueprobe-0.15/hx4700.patch deleted file mode 100644 index 692f33f662..0000000000 --- a/packages/blueprobe/blueprobe-0.15/hx4700.patch +++ /dev/null @@ -1,26 +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,14 @@ - PROTO=bcsp - PROBE=yes - ;; -+ "HP iPAQ HX4700") -+ BLUETOOTH=yes -+ PORT=/dev/ttyS1 -+ SPEED=921600 -+ PROTO=texas -+ SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts -+ 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 |