blueprobe: add rx3000 support, patch from roman.moravcik@gmail.com
authorPhil Blundell <philb@gnu.org>
Fri, 1 Aug 2008 18:36:18 +0000 (18:36 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 1 Aug 2008 18:36:18 +0000 (18:36 +0000)
packages/blueprobe/blueprobe_0.18.bb
packages/blueprobe/files/rx3000.patch [new file with mode: 0644]

index 08fb679..b76c16b 100644 (file)
@@ -1,6 +1,7 @@
 require blueprobe.inc
 
-PR = "r3"
+PR = "r4"
 
 SRC_URI += "file://h4000.patch;patch=1 \
-            file://uclibc-fix.patch;patch=1"
+            file://uclibc-fix.patch;patch=1 \
+           file://rx3000.patch;patch=1"
diff --git a/packages/blueprobe/files/rx3000.patch b/packages/blueprobe/files/rx3000.patch
new file mode 100644 (file)
index 0000000..8c6c336
--- /dev/null
@@ -0,0 +1,16 @@
+--- blueprobe-0.18/blueprobe.init      2007-01-11 12:54:09.000000000 +0100
++++ blueprobe-0.18/blueprobe.init      2007-01-14 12:16:25.000000000 +0100
+@@ -102,6 +102,13 @@
+       PROTO=texas
+       PROBE=no
+       ;;
++    "HP iPAQ RX3000")
++      BLUETOOTH=yes
++      PORT=/dev/ttySAC0
++      SPEED=115200
++      PROTO=texas
++      PROBE=no
++      ;;
+                                               
+     *)
+       BLUETOOTH=no