diff options
author | Phil Blundell <philb@gnu.org> | 2008-08-01 18:36:18 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-08-01 18:36:18 +0000 |
commit | 5978dd6185ced3c9140640792ada10e9e9251419 (patch) | |
tree | a987fa5242761b9c2925fb63aed8ed0e8a40a689 /packages | |
parent | 571eaeb14b50ab33a8564ff90266d60332552da1 (diff) |
blueprobe: add rx3000 support, patch from roman.moravcik@gmail.com
Diffstat (limited to 'packages')
-rw-r--r-- | packages/blueprobe/blueprobe_0.18.bb | 5 | ||||
-rw-r--r-- | packages/blueprobe/files/rx3000.patch | 16 |
2 files changed, 19 insertions, 2 deletions
diff --git a/packages/blueprobe/blueprobe_0.18.bb b/packages/blueprobe/blueprobe_0.18.bb index 08fb6798bf..b76c16b7d9 100644 --- a/packages/blueprobe/blueprobe_0.18.bb +++ b/packages/blueprobe/blueprobe_0.18.bb @@ -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 index 0000000000..8c6c3367b1 --- /dev/null +++ b/packages/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 |