blueprobe 0.18: Add initial support for h4000.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sun, 11 Feb 2007 19:29:23 +0000 (19:29 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sun, 11 Feb 2007 19:29:23 +0000 (19:29 +0000)
packages/blueprobe/blueprobe-0.18/.mtn2git_empty [new file with mode: 0644]
packages/blueprobe/blueprobe-0.18/h4000.patch [new file with mode: 0644]
packages/blueprobe/blueprobe_0.18.bb

diff --git a/packages/blueprobe/blueprobe-0.18/.mtn2git_empty b/packages/blueprobe/blueprobe-0.18/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/blueprobe/blueprobe-0.18/h4000.patch b/packages/blueprobe/blueprobe-0.18/h4000.patch
new file mode 100644 (file)
index 0000000..35a30c4
--- /dev/null
@@ -0,0 +1,16 @@
+--- blueprobe-0.18/blueprobe.init.org  2007-01-11 11:54:09.000000000 +0000
++++ blueprobe-0.18/blueprobe.init      2007-02-11 17:05:51.000000000 +0000
+@@ -65,6 +65,13 @@
+         PROTO=bcsp
+       PROBE=yes
+       ;;
++    "HP iPAQ H4000")
++      BLUETOOTH=yes
++      PORT=/dev/ttyS1
++      SPEED=115200
++      PROTO=texas
++      PROBE=no
++      ;;
+     "HP iPAQ HX4700")
+       BLUETOOTH=yes
+       PORT=/dev/ttyS1
index 2c06505..ca45540 100644 (file)
@@ -1,3 +1,5 @@
 require blueprobe.inc
 
-PR = "r0"
+PR = "r1"
+
+SRC_URI += "file://h4000.patch;patch=1"