patch-tools_hciattach_c 494 B

12345678910111213141516171819
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- bluez-4.59.orig/tools/hciattach.c Tue May 19 11:04:10 2009
  3. +++ bluez-4.59/tools/hciattach.c Tue Dec 29 01:26:35 2009
  4. @@ -100,6 +100,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. @@ -118,6 +119,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;