linux-openmoko.inc: Openmoko's GTA03 device got a new name
[vuplus_openembedded] / packages / blueprobe / blueprobe-0.17 / htcuniversal.patch
1 --- blueprobe-0.17/blueprobe.init.orig  2006-01-21 19:47:56.000000000 +0100
2 +++ blueprobe-0.17/blueprobe.init       2006-06-15 00:40:57.000000000 +0200
3 @@ -74,6 +74,15 @@
4         PROTO=texas
5         PROBE=no
6         ;;
7 +    "HTC Universal")
8 +       BLUETOOTH=yes
9 +       PORT=/dev/ttyS1
10 +       SCRIPT=/etc/bluetooth/TIInit_3.2.26.bts
11 +       SPEED='`[ -f "$BLUETOOTH_SCRIPT" ] && echo 921600 || echo 115200`'
12 +       PROTO=texas
13 +       PROBE=no
14 +       ;;
15 +                                               
16      *)
17         BLUETOOTH=no
18          ;;