Re: [PATCH 5/7] rc-core: ir-raw - leave the internals of rc_dev alone

2017-05-28 Thread David Härdeman
On Tue, May 23, 2017 at 10:20:27AM +0100, Sean Young wrote: >On Mon, May 01, 2017 at 06:10:17PM +0200, David Härdeman wrote: >> Replace the REP_DELAY value with a static value, which makes more sense. >> Automatic repeat handling in the input layer has no relevance for the drivers >> idea of "a

Re: [PATCH 5/7] rc-core: ir-raw - leave the internals of rc_dev alone

2017-05-23 Thread Sean Young
On Mon, May 01, 2017 at 06:10:17PM +0200, David Härdeman wrote: > Replace the REP_DELAY value with a static value, which makes more sense. > Automatic repeat handling in the input layer has no relevance for the drivers > idea of "a long time". > > Signed-off-by: David Härdeman

[PATCH 5/7] rc-core: ir-raw - leave the internals of rc_dev alone

2017-05-01 Thread David Härdeman
Replace the REP_DELAY value with a static value, which makes more sense. Automatic repeat handling in the input layer has no relevance for the drivers idea of "a long time". Signed-off-by: David Härdeman --- drivers/media/rc/rc-ir-raw.c |4 +--- 1 file changed, 1