blueprobe 0.17: fix serial port path on h2200
authorKoen Kooi <koen@openembedded.org>
Wed, 10 May 2006 16:41:59 +0000 (16:41 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 10 May 2006 16:41:59 +0000 (16:41 +0000)
packages/blueprobe/blueprobe-0.17/h2200-fixup.patch [new file with mode: 0644]
packages/blueprobe/blueprobe_0.17.bb

diff --git a/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch b/packages/blueprobe/blueprobe-0.17/h2200-fixup.patch
new file mode 100644 (file)
index 0000000..965bbf4
--- /dev/null
@@ -0,0 +1,11 @@
+--- /tmp/blueprobe.init        2006-05-10 18:38:42.581557352 +0200
++++ blueprobe-0.17/blueprobe.init      2006-05-10 18:38:54.001821208 +0200
+@@ -28,7 +28,7 @@
+   case `module_id` in
+     "HP iPAQ H2200")
+       BLUETOOTH=yes
+-      PORT=/dev/tts/3
++      PORT=/dev/ttyS3
+       SPEED=921600
+       PROBE=no
+       RADIO_VER=`h2200_radio_version`
index cdba961..433f3df 100644 (file)
@@ -2,6 +2,7 @@ SECTION = "base"
 LICENSE = "GPL"
 inherit gpe
 
-PR = "r0"
+PR = "r1"
 
-SRC_URI += "file://hx4700.patch;patch=1"
+SRC_URI += "file://hx4700.patch;patch=1\
+           file://h2200-fixup.patch;patch=1"