summaryrefslogtreecommitdiff
path: root/packages/blueprobe/blueprobe-0.17/htcuniversal.patch
blob: f84a36bbecaed88ab82a3e8f7633f70bbb903570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
         ;;