diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 17:54:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 17:54:53 +0200 |
commit | 7d33ac344aa957a0094b6b157ddfc78080ad6b03 (patch) | |
tree | 6cc0ed9559b2249607f10909362f2eac25467423 /package/bluez/patches/patch-tools_hciattach_c | |
parent | 9e66165c9abb23aec8891b122929a6c081c5d9b4 (diff) |
update to latest stable version
Diffstat (limited to 'package/bluez/patches/patch-tools_hciattach_c')
-rw-r--r-- | package/bluez/patches/patch-tools_hciattach_c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/bluez/patches/patch-tools_hciattach_c b/package/bluez/patches/patch-tools_hciattach_c index 1021bb9f1..221766348 100644 --- a/package/bluez/patches/patch-tools_hciattach_c +++ b/package/bluez/patches/patch-tools_hciattach_c @@ -1,6 +1,6 @@ ---- bluez-5.12.orig/tools/hciattach.c 2012-12-24 18:46:55.000000000 +0100 -+++ bluez-5.12/tools/hciattach.c 2013-12-21 19:19:21.000000000 +0100 -@@ -101,6 +101,7 @@ static int uart_speed(int s) +--- bluez-5.19.orig/tools/hciattach.c 2014-04-12 12:13:29.000000000 +0200 ++++ bluez-5.19/tools/hciattach.c 2014-06-04 16:53:28.000000000 +0200 +@@ -101,6 +101,7 @@ int uart_speed(int s) return B230400; case 460800: return B460800; @@ -8,7 +8,7 @@ case 500000: return B500000; case 576000: -@@ -135,6 +136,7 @@ static int uart_speed(int s) +@@ -135,6 +136,7 @@ int uart_speed(int s) case 4000000: return B4000000; #endif |