From: Ohad Ben-Cohen <ohad@bencohen.org>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Fix short commands limit
Date: Sat, 27 Jun 2009 09:10:26 +0300 [thread overview]
Message-ID: <1246083026.30856.8.camel@localhost> (raw)
>>From 8ecb3cd689ce44981bfe91d4f088e098acb3fff6 Mon Sep 17 00:00:00 2001
From: Ohad Ben-Cohen <ohad@bencohen.org>
Date: Sat, 27 Jun 2009 09:07:57 +0300
Subject: [PATCH] Fix short commands limit
---
tools/hciattach_ti.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/hciattach_ti.c b/tools/hciattach_ti.c
index 6fe1a99..e169f89 100644
--- a/tools/hciattach_ti.c
+++ b/tools/hciattach_ti.c
@@ -383,7 +383,7 @@ static int brf_do_script(int fd, struct termios *ti, const char *bts_file)
int ret = 0, hcill_installed = bts_file ? 0 : 1;
uint32_t vers;
static FILE *brf_script_file = NULL;
- static uint8_t brf_action[256];
+ static uint8_t brf_action[512];
static long brf_size;
static uint16_t brf_type;
--
1.5.4.3
next reply other threads:[~2009-06-27 6:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-27 6:10 Ohad Ben-Cohen [this message]
2009-06-27 8:24 ` [PATCH] Fix short commands limit Marcel Holtmann
2009-06-27 9:20 ` Ohad Ben-Cohen
2009-06-27 10:23 ` Marcel Holtmann
2009-06-27 11:13 ` Ohad Ben-Cohen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246083026.30856.8.camel@localhost \
--to=ohad@bencohen.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox