From mboxrd@z Thu Jan 1 00:00:00 1970 From: lirc@bartelmus.de (Christoph Bartelmus) Subject: Re: Date: 29 Jul 2010 09:23:00 +0200 Message-ID: References: <1280360452-8852-1-git-send-email-maximlevitsky@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from moutng.kundenserver.de ([212.227.17.9]:54356 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753551Ab0G2H1A (ORCPT ); Thu, 29 Jul 2010 03:27:00 -0400 In-Reply-To: <1280360452-8852-1-git-send-email-maximlevitsky@gmail.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: maximlevitsky@gmail.com Cc: jarod@wilsonet.com, linux-input@vger.kernel.org, linux-media@vger.kernel.org, lirc-list@lists.sourceforge.net, mchehab@redhat.com Hi Maxim, on 29 Jul 10 at 02:40, Maxim Levitsky wrote: [...] > In addition to comments, I changed helper function that processes samples > so it sends last space as soon as timeout is reached. > This breaks somewhat lirc, because now it gets 2 spaces in row. > However, if it uses timeout reports (which are now fully supported) > it will get such report in middle. > > Note that I send timeout report with zero value. > I don't think that this value is importaint. This does not sound good. Of course the value is important to userspace and 2 spaces in a row will break decoding. Christoph