* [PATCH] Fix short commands limit @ 2009-06-27 6:10 Ohad Ben-Cohen 2009-06-27 8:24 ` Marcel Holtmann 0 siblings, 1 reply; 5+ messages in thread From: Ohad Ben-Cohen @ 2009-06-27 6:10 UTC (permalink / raw) To: linux-bluetooth >>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 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix short commands limit 2009-06-27 6:10 [PATCH] Fix short commands limit Ohad Ben-Cohen @ 2009-06-27 8:24 ` Marcel Holtmann 2009-06-27 9:20 ` Ohad Ben-Cohen 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2009-06-27 8:24 UTC (permalink / raw) To: Ohad Ben-Cohen; +Cc: linux-bluetooth Hi Ohad, > From: Ohad Ben-Cohen <ohad@bencohen.org> > Date: Sat, 27 Jun 2009 09:07:57 +0300 > Subject: [PATCH] Fix short commands limit patch has been applied. Thanks. Regards Marcel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix short commands limit 2009-06-27 8:24 ` Marcel Holtmann @ 2009-06-27 9:20 ` Ohad Ben-Cohen 2009-06-27 10:23 ` Marcel Holtmann 0 siblings, 1 reply; 5+ messages in thread From: Ohad Ben-Cohen @ 2009-06-27 9:20 UTC (permalink / raw) To: Marcel Holtmann; +Cc: linux-bluetooth Hi Marcel, On Sat, Jun 27, 2009 at 11:24 AM, Marcel Holtmann<marcel@holtmann.org> wrote: >> Subject: [PATCH] Fix short commands limit > > patch has been applied. Thanks. Are you planning a bluez-utils 3.37 maintenance release anytime ? If yes, can you please add this patch there as well ? Thanks, Ohad. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix short commands limit 2009-06-27 9:20 ` Ohad Ben-Cohen @ 2009-06-27 10:23 ` Marcel Holtmann 2009-06-27 11:13 ` Ohad Ben-Cohen 0 siblings, 1 reply; 5+ messages in thread From: Marcel Holtmann @ 2009-06-27 10:23 UTC (permalink / raw) To: Ohad Ben-Cohen; +Cc: linux-bluetooth Hi Ohad, > >> Subject: [PATCH] Fix short commands limit > > > > patch has been applied. Thanks. > > Are you planning a bluez-utils 3.37 maintenance release anytime ? > > If yes, can you please add this patch there as well ? we are not doing a new BlueZ 3.x release. That software is outdated. Regards Marcel ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix short commands limit 2009-06-27 10:23 ` Marcel Holtmann @ 2009-06-27 11:13 ` Ohad Ben-Cohen 0 siblings, 0 replies; 5+ messages in thread From: Ohad Ben-Cohen @ 2009-06-27 11:13 UTC (permalink / raw) To: Marcel Holtmann; +Cc: linux-bluetooth On Sat, Jun 27, 2009 at 1:23 PM, Marcel Holtmann<marcel@holtmann.org> wrote: > we are not doing a new BlueZ 3.x release. That software is outdated. ok, thanks a lot. Ohad. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-27 11:13 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-06-27 6:10 [PATCH] Fix short commands limit Ohad Ben-Cohen 2009-06-27 8:24 ` 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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox