fix broken dependency
[openadk.git] / package / bluez / patches / patch-tools_hciattach_c
blob22176634801e901d94e2ec2f2a64d5f38ab94e5a
1 --- bluez-5.19.orig/tools/hciattach.c   2014-04-12 12:13:29.000000000 +0200
2 +++ bluez-5.19/tools/hciattach.c        2014-06-04 16:53:28.000000000 +0200
3 @@ -101,6 +101,7 @@ int uart_speed(int s)
4                 return B230400;
5         case 460800:
6                 return B460800;
7 +#if 0
8         case 500000:
9                 return B500000;
10         case 576000:
11 @@ -135,6 +136,7 @@ int uart_speed(int s)
12         case 4000000:
13                 return B4000000;
14  #endif
15 +#endif
16         default:
17                 return B57600;
18         }