[media] ir-raw: Properly initialize the IR event (BZ#27202)
authorMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 20 Jan 2011 21:16:50 +0000 (18:16 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 2 Feb 2011 13:20:04 +0000 (11:20 -0200)
commit83587839d648e2a9b5edb5b9d4d9118ead56f22d
treed88768d43c9502b0fb76d949b3cea556ed5cbc98
parent752eb7ae5075506fb6ac96a901b0e5b3e459f001
[media] ir-raw: Properly initialize the IR event (BZ#27202)

Changeset 4651918a4afdd49bdea21d2f919b189ef17a6399 changed the way events
are stored. However, it forgot to fix ir_raw_event_store_edge() to work
with the new way. Due to that, the decoders will likely do bad things.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/rc/ir-raw.c