diff options
Diffstat (limited to 'recipes/blueprobe/files/rx3000.patch')
-rw-r--r-- | recipes/blueprobe/files/rx3000.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/blueprobe/files/rx3000.patch b/recipes/blueprobe/files/rx3000.patch new file mode 100644 index 0000000000..8c6c3367b1 --- /dev/null +++ b/recipes/blueprobe/files/rx3000.patch @@ -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 |