From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/bluez/patches/patch-tools_hciattach_c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package/bluez/patches/patch-tools_hciattach_c (limited to 'package/bluez/patches') diff --git a/package/bluez/patches/patch-tools_hciattach_c b/package/bluez/patches/patch-tools_hciattach_c new file mode 100644 index 000000000..ae8f70f57 --- /dev/null +++ b/package/bluez/patches/patch-tools_hciattach_c @@ -0,0 +1,19 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- bluez-4.12.orig/tools/hciattach.c 2008-08-05 23:14:56.000000000 +0200 ++++ bluez-4.12/tools/hciattach.c 2009-05-12 18:14:29.000000000 +0200 +@@ -107,6 +107,7 @@ static int uart_speed(int s) + return B57600; + case 115200: + return B115200; ++#if 0 + case 230400: + return B230400; + case 460800: +@@ -125,6 +126,7 @@ static int uart_speed(int s) + return B1500000; + case 2000000: + return B2000000; ++#endif + #ifdef B2500000 + case 2500000: + return B2500000; -- cgit v1.2.3