From: Florian Boor Date: Mon, 19 Jun 2006 21:26:48 +0000 (+0000) Subject: blueprobe: Add patch for HTC Universal. X-Git-Tag: Release-2010-05/1~9453^2~1429^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a92f4b1b919577821c18e65ea0a6ade1cfddc8a2;p=openembedded.git blueprobe: Add patch for HTC Universal. --- diff --git a/packages/blueprobe/blueprobe-0.17/htcuniversal.patch b/packages/blueprobe/blueprobe-0.17/htcuniversal.patch new file mode 100644 index 0000000000..f84a36bbec --- /dev/null +++ b/packages/blueprobe/blueprobe-0.17/htcuniversal.patch @@ -0,0 +1,18 @@ +--- blueprobe-0.17/blueprobe.init.orig 2006-01-21 19:47:56.000000000 +0100 ++++ blueprobe-0.17/blueprobe.init 2006-06-15 00:40:57.000000000 +0200 +@@ -74,6 +74,15 @@ + PROTO=texas + PROBE=no + ;; ++ "HTC Universal") ++ BLUETOOTH=yes ++ PORT=/dev/ttyS1 ++ SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts ++ SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`' ++ PROTO=texas ++ PROBE=no ++ ;; ++ + *) + BLUETOOTH=no + ;; diff --git a/packages/blueprobe/blueprobe_0.17.bb b/packages/blueprobe/blueprobe_0.17.bb index 433f3dfbd0..f367e43698 100644 --- a/packages/blueprobe/blueprobe_0.17.bb +++ b/packages/blueprobe/blueprobe_0.17.bb @@ -2,7 +2,8 @@ SECTION = "base" LICENSE = "GPL" inherit gpe -PR = "r1" +PR = "r2" SRC_URI += "file://hx4700.patch;patch=1\ - file://h2200-fixup.patch;patch=1" + file://h2200-fixup.patch;patch=1\ + file://htcuniversal.patch;patch=1"