aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/ir-raw.c
Commit message (Collapse)AuthorAge
* [media] ir-raw: Properly initialize the IR event (BZ#27202)Mauro Carvalho Chehab2011-02-02
| | | | | | | | 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>
* [media] ir-raw: fix sparse non-ANSI function warningRandy Dunlap2011-01-19
| | | | | | | | | | Fix sparse warning for non-ANSI function declaration: drivers/media/rc/ir-raw.c:247:30: warning: non-ANSI function declaration of function 'ir_raw_get_allowed_protocols' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] rc-core: fix some leftovers from the renaming patchesDavid Härdeman2010-12-29
| | | | | | | Fix some minor comments etc which are leftover from the old naming scheme. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] rc: Rename IR raw interface to ir-raw.cMauro Carvalho Chehab2010-12-29
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>