123456789101112131415161718 |
- --- bluez-5.12.orig/tools/hciattach.c 2012-12-24 18:46:55.000000000 +0100
- +++ bluez-5.12/tools/hciattach.c 2013-12-21 19:19:21.000000000 +0100
- @@ -101,6 +101,7 @@ static int uart_speed(int s)
- return B230400;
- case 460800:
- return B460800;
- +#if 0
- case 500000:
- return B500000;
- case 576000:
- @@ -135,6 +136,7 @@ static int uart_speed(int s)
- case 4000000:
- return B4000000;
- #endif
- +#endif
- default:
- return B57600;
- }
|