blob: e5a84de4f80ff8ed7b1788da0a272082185f9dc0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- bluez-4.59.orig/tools/hciattach.c Tue May 19 11:04:10 2009
+++ bluez-4.59/tools/hciattach.c Tue Dec 29 01:26:35 2009
@@ -100,6 +100,7 @@ static int uart_speed(int s)
return B57600;
case 115200:
return B115200;
+#if 0
case 230400:
return B230400;
case 460800:
@@ -118,6 +119,7 @@ static int uart_speed(int s)
return B1500000;
case 2000000:
return B2000000;
+#endif
#ifdef B2500000
case 2500000:
return B2500000;
|