summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/imon_raw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/imon_raw.c')
-rw-r--r--drivers/media/rc/imon_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/imon_raw.c b/drivers/media/rc/imon_raw.c
index e6723993b466..d4aedcf76418 100644
--- a/drivers/media/rc/imon_raw.c
+++ b/drivers/media/rc/imon_raw.c
@@ -85,7 +85,7 @@ static void imon_ir_data(struct imon *imon)
offset = bit;
} while (offset > 0);
- if (packet_no == 0x0a) {
+ if (packet_no == 0x0a && !imon->rcdev->idle) {
ir_raw_event_set_idle(imon->rcdev, true);
ir_raw_event_handle(imon->rcdev);
}