Re: [PATCH 0/3] Improve latency of IR decoding

2018-04-04 Thread Sean Young
Hi Matthias, On Wed, Apr 04, 2018 at 01:44:01PM +0200, Matthias Reichl wrote: > On Wed, Mar 28, 2018 at 08:30:29PM +0200, Matthias Reichl wrote: > > Hi Sean, > > > > On Sat, Mar 24, 2018 at 02:50:42PM +, Sean Young wrote: > > > The current IR decoding is much too slow. Many IR protocols rely

Re: [PATCH 0/3] Improve latency of IR decoding

2018-04-04 Thread Matthias Reichl
Hi Sean, On Wed, Mar 28, 2018 at 08:30:29PM +0200, Matthias Reichl wrote: > Hi Sean, > > On Sat, Mar 24, 2018 at 02:50:42PM +, Sean Young wrote: > > The current IR decoding is much too slow. Many IR protocols rely on > > a trailing space for decoding (e.g. rc-6 needs to know when the bits > >

Re: [PATCH 0/3] Improve latency of IR decoding

2018-03-28 Thread Matthias Reichl
Hi Sean, On Sat, Mar 24, 2018 at 02:50:42PM +, Sean Young wrote: > The current IR decoding is much too slow. Many IR protocols rely on > a trailing space for decoding (e.g. rc-6 needs to know when the bits > end). The trailing space is generated by the IR timeout, and if this > is longer than

[PATCH 0/3] Improve latency of IR decoding

2018-03-24 Thread Sean Young
The current IR decoding is much too slow. Many IR protocols rely on a trailing space for decoding (e.g. rc-6 needs to know when the bits end). The trailing space is generated by the IR timeout, and if this is longer than required, keys can be perceived as sticky and slugish. The other issue the ke