patch-tools_hciattach_c 435 B

123456789101112131415161718
  1. --- bluez-5.12.orig/tools/hciattach.c 2012-12-24 18:46:55.000000000 +0100
  2. +++ bluez-5.12/tools/hciattach.c 2013-12-21 19:19:21.000000000 +0100
  3. @@ -101,6 +101,7 @@ static 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 @@ static int uart_speed(int s)
  12. case 4000000:
  13. return B4000000;
  14. #endif
  15. +#endif
  16. default:
  17. return B57600;
  18. }