diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-14 16:19:57 +0200 |
commit | 0ae09b6000f99736f56cd3fc701855d474a31746 (patch) | |
tree | 8d40d69a9b5c1ac597b69fcf9b2532d7a2c10cc1 /package/bluez/patches/patch-tools_hciattach_c | |
parent | 3e16daee39b50bfccf4d389385f8748da016cdcc (diff) | |
parent | ac01f0d24321933d3456190164f5b68ccc94976a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bluez/patches/patch-tools_hciattach_c')
-rw-r--r-- | package/bluez/patches/patch-tools_hciattach_c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/bluez/patches/patch-tools_hciattach_c b/package/bluez/patches/patch-tools_hciattach_c new file mode 100644 index 000000000..45c8e2e7f --- /dev/null +++ b/package/bluez/patches/patch-tools_hciattach_c @@ -0,0 +1,18 @@ +--- bluez-4.92.orig/tools/hciattach.c 2010-11-30 15:50:48.000000000 +0100 ++++ bluez-4.92/tools/hciattach.c 2011-05-17 18:18:20.776610031 +0200 +@@ -107,6 +107,7 @@ static int uart_speed(int s) + return B230400; + case 460800: + return B460800; ++#if 0 + case 500000: + return B500000; + case 576000: +@@ -137,6 +138,7 @@ static int uart_speed(int s) + case 4000000: + return B4000000; + #endif ++#endif + default: + return B57600; + } |