diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/blueprobe |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/blueprobe')
7 files changed, 67 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/h6300.patch b/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/h6300.patch new file mode 100644 index 0000000..39de775 --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/h6300.patch @@ -0,0 +1,17 @@ +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/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/hx4700.patch b/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/hx4700.patch new file mode 100644 index 0000000..692f33f --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe-0.15/hx4700.patch @@ -0,0 +1,26 @@ +--- 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 diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe_0.13.bb b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.13.bb new file mode 100644 index 0000000..e54d2ed --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.13.bb @@ -0,0 +1,4 @@ +SECTION = "base" +LICENSE = "GPL" +inherit gpe + diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe_0.14.bb b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.14.bb new file mode 100644 index 0000000..e54d2ed --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.14.bb @@ -0,0 +1,4 @@ +SECTION = "base" +LICENSE = "GPL" +inherit gpe + diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe_0.15.bb b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.15.bb new file mode 100644 index 0000000..2823877 --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.15.bb @@ -0,0 +1,8 @@ +SECTION = "base" +LICENSE = "GPL" +inherit gpe + +PR = "r2" + +SRC_URI += "file://hx4700.patch;patch=1 \ + file://h6300.patch;patch=1" diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe_0.16.bb b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.16.bb new file mode 100644 index 0000000..e54d2ed --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.16.bb @@ -0,0 +1,4 @@ +SECTION = "base" +LICENSE = "GPL" +inherit gpe + diff --git a/org.handhelds.familiar/packages/blueprobe/blueprobe_0.17.bb b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.17.bb new file mode 100644 index 0000000..e54d2ed --- /dev/null +++ b/org.handhelds.familiar/packages/blueprobe/blueprobe_0.17.bb @@ -0,0 +1,4 @@ +SECTION = "base" +LICENSE = "GPL" +inherit gpe + |