From aeeba8453e8e5bd44cbe2d96a1c108bb5a883c3e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 9 Jan 2007 16:38:54 +0000 Subject: blueprobe: fix serial ports for h5000 and h3900, and use HWUART on h5000 --- packages/blueprobe/blueprobe-0.17/hwuart.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/blueprobe/blueprobe-0.17/hwuart.patch (limited to 'packages/blueprobe/blueprobe-0.17') diff --git a/packages/blueprobe/blueprobe-0.17/hwuart.patch b/packages/blueprobe/blueprobe-0.17/hwuart.patch new file mode 100644 index 0000000000..664866483c --- /dev/null +++ b/packages/blueprobe/blueprobe-0.17/hwuart.patch @@ -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 -- cgit 1.2.3-korg