blueprobe: fix serial ports for h5000 and h3900, and use HWUART on h5000
authorKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 16:38:54 +0000 (16:38 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 9 Jan 2007 16:38:54 +0000 (16:38 +0000)
packages/blueprobe/blueprobe-0.17/hwuart.patch [new file with mode: 0644]
packages/blueprobe/blueprobe_0.17.bb

diff --git a/packages/blueprobe/blueprobe-0.17/hwuart.patch b/packages/blueprobe/blueprobe-0.17/hwuart.patch
new file mode 100644 (file)
index 0000000..6648664
--- /dev/null
@@ -0,0 +1,21 @@
+Index: base/blueprobe/blueprobe.init
+===================================================================
+--- base/blueprobe/blueprobe.init      (revision 8939)
++++ base/blueprobe/blueprobe.init      (working copy)
+@@ -46,14 +46,14 @@
+       ;;
+     "HP iPAQ H5400")
+       BLUETOOTH=yes
+-      PORT=/dev/tts/1
++      PORT=/dev/ttyS3
+       SPEED=921600
+         PROTO=any
+       PROBE=yes
+       ;;
+     "HP iPAQ H3900")
+       BLUETOOTH=yes
+-      PORT=/dev/tts/1
++      PORT=/dev/ttS1
+       SPEED=921600
+         PROTO=bcsp
+       PROBE=yes
index ffd83b6..b82bedf 100644 (file)
@@ -1,7 +1,8 @@
 require blueprobe.inc
 
-PR = "r2"
+PR = "r3"
 
-SRC_URI += "file://hx4700.patch;patch=1\
-           file://h2200-fixup.patch;patch=1\
-            file://htcuniversal.patch;patch=1"
+SRC_URI += "file://hx4700.patch;patch=1 \
+           file://h2200-fixup.patch;patch=1 \
+            file://htcuniversal.patch;patch=1 \
+           file://hwuart.patch;patch=1;pnum=2"