patch-tools_hciattach_c 435 B

123456789101112131415161718
  1. --- bluez-4.92.orig/tools/hciattach.c 2010-11-30 15:50:48.000000000 +0100
  2. +++ bluez-4.92/tools/hciattach.c 2011-05-17 18:18:20.776610031 +0200
  3. @@ -107,6 +107,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. @@ -137,6 +138,7 @@ static int uart_speed(int s)
  12. case 4000000:
  13. return B4000000;
  14. #endif
  15. +#endif
  16. default:
  17. return B57600;
  18. }