media: imon_raw: prevent "nonsensical timing event of duration 0"
authorSean Young <sean@mess.org>
Fri, 9 Aug 2019 22:31:08 +0000 (19:31 -0300)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 14 Aug 2019 08:06:04 +0000 (05:06 -0300)
commit494fce160f2dac6f78d4282b54942fe03de59641
tree9be5aea11e6c8e737519172b158f0e177e4595a9
parente70d13f7ac061da3fcb982a049e98f63b7ded3d9
media: imon_raw: prevent "nonsensical timing event of duration 0"

Sometimes the device sends IR data which is all space, no pulses
whatsoever. Add the end of this the driver will put the rc device into
idle mode when it already is in idle mode. The following will be logged:

rc rc0: nonsensical timing event of duration 0
rc rc0: two consecutive events of type space

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/rc/imon_raw.c