patch-tools_hciattach_c 516 B

12345678910111213141516171819
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- bluez-4.12.orig/tools/hciattach.c 2008-08-05 23:14:56.000000000 +0200
  3. +++ bluez-4.12/tools/hciattach.c 2009-05-12 18:14:29.000000000 +0200
  4. @@ -107,6 +107,7 @@ static int uart_speed(int s)
  5. return B57600;
  6. case 115200:
  7. return B115200;
  8. +#if 0
  9. case 230400:
  10. return B230400;
  11. case 460800:
  12. @@ -125,6 +126,7 @@ static int uart_speed(int s)
  13. return B1500000;
  14. case 2000000:
  15. return B2000000;
  16. +#endif
  17. #ifdef B2500000
  18. case 2500000:
  19. return B2500000;