diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 13:24:26 +0100 |
commit | f2b154b7d74e21b7e655c6cd121155592c1bee03 (patch) | |
tree | d1d8f06abeb89834cebb70d33229aff129b9d485 /package/bluez/patches/patch-tools_hciattach_c | |
parent | c93c25a63b3b5a29a258460519ed36341da2e79e (diff) | |
parent | 63e65ec30b763d6687d462c52cb46bd5e738928a (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 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/bluez/patches/patch-tools_hciattach_c b/package/bluez/patches/patch-tools_hciattach_c deleted file mode 100644 index e5a84de4f..000000000 --- a/package/bluez/patches/patch-tools_hciattach_c +++ /dev/null @@ -1,19 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- bluez-4.59.orig/tools/hciattach.c Tue May 19 11:04:10 2009 -+++ bluez-4.59/tools/hciattach.c Tue Dec 29 01:26:35 2009 -@@ -100,6 +100,7 @@ static int uart_speed(int s) - return B57600; - case 115200: - return B115200; -+#if 0 - case 230400: - return B230400; - case 460800: -@@ -118,6 +119,7 @@ static int uart_speed(int s) - return B1500000; - case 2000000: - return B2000000; -+#endif - #ifdef B2500000 - case 2500000: - return B2500000; |