packages/blueprobe/blueprobe_0.15.bb: add patch for h6300 support from #373
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Oct 2005 07:46:44 +0000 (07:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Oct 2005 07:46:44 +0000 (07:46 +0000)
packages/blueprobe/blueprobe-0.15/h6300.patch [new file with mode: 0644]
packages/blueprobe/blueprobe_0.15.bb

diff --git a/packages/blueprobe/blueprobe-0.15/h6300.patch b/packages/blueprobe/blueprobe-0.15/h6300.patch
new file mode 100644 (file)
index 0000000..39de775
--- /dev/null
@@ -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
+         ;;
index 0d3b504..2823877 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "base"
 LICENSE = "GPL"
 inherit gpe
 
-PR = "r1"
+PR = "r2"
 
-SRC_URI += "file://hx4700.patch;patch=1"
+SRC_URI += "file://hx4700.patch;patch=1 \
+                 file://h6300.patch;patch=1"