Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-26 Thread Jerome Brunet
On Tue, 2018-06-26 at 17:33 +0100, Sean Young wrote: > On Tue, Jun 26, 2018 at 04:39:51PM +0200, Jerome Brunet wrote: > > On Tue, 2018-06-26 at 15:37 +0100, Sean Young wrote: > > > On Tue, Jun 19, 2018 at 04:09:20PM +0200, Jerome Brunet wrote: > > > > On Tue, 2018-06-19 at 13:57 +0100, Sean Young w

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-26 Thread Sean Young
On Tue, Jun 26, 2018 at 04:39:51PM +0200, Jerome Brunet wrote: > On Tue, 2018-06-26 at 15:37 +0100, Sean Young wrote: > > On Tue, Jun 19, 2018 at 04:09:20PM +0200, Jerome Brunet wrote: > > > On Tue, 2018-06-19 at 13:57 +0100, Sean Young wrote: > > > > On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerom

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-26 Thread Jerome Brunet
On Tue, 2018-06-26 at 15:37 +0100, Sean Young wrote: > On Tue, Jun 19, 2018 at 04:09:20PM +0200, Jerome Brunet wrote: > > On Tue, 2018-06-19 at 13:57 +0100, Sean Young wrote: > > > On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > > > > On Sat, 2018-05-12 at 11:55 +0100, Sean Young w

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-26 Thread Sean Young
On Tue, Jun 19, 2018 at 04:09:20PM +0200, Jerome Brunet wrote: > On Tue, 2018-06-19 at 13:57 +0100, Sean Young wrote: > > On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > > > On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > > > > Report an error if this is not the case or any

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Jerome Brunet
On Tue, 2018-06-19 at 13:57 +0100, Sean Young wrote: > On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > > On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > > > Report an error if this is not the case or any problem with the generated > > > raw events. > > > > Hi, > > > > Sinc

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Sean Young
On Tue, Jun 19, 2018 at 02:08:12PM +0200, Jerome Brunet wrote: > On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > > Report an error if this is not the case or any problem with the generated > > raw events. > > Hi, > > Since the inclusion of this patch, every 3 to 15 seconds, I get the follo

Re: [1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-06-19 Thread Jerome Brunet
On Sat, 2018-05-12 at 11:55 +0100, Sean Young wrote: > Report an error if this is not the case or any problem with the generated > raw events. Hi, Since the inclusion of this patch, every 3 to 15 seconds, I get the following message: "rc rc0: two consecutive events of type space" on the conso

[PATCH 1/3] media: rc: drivers should produce alternate pulse and space timing events

2018-05-12 Thread Sean Young
Report an error if this is not the case or any problem with the generated raw events. Signed-off-by: Sean Young --- drivers/media/rc/rc-ir-raw.c | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/drivers/media/rc/rc-ir-raw.c b/drivers/media/rc/rc-ir-raw.c in