Commit 4924a311 authored by David Härdeman's avatar David Härdeman Committed by Mauro Carvalho Chehab

[media] rc-core: rename ir-raw.c

Better to be coherent and prefix this file with rc-, in order to
help to identify to what subsystem it belongs.

This is in preparaton for a latter patch that will transform the
raw handling into a separate module.
Signed-off-by: default avatarDavid Härdeman <david@hardeman.nu>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 9c46c7fa
rc-core-objs := rc-main.o ir-raw.o rc-core-objs := rc-main.o rc-ir-raw.o
obj-y += keymaps/ obj-y += keymaps/
......
/* ir-raw.c - handle IR pulse/space events /* rc-ir-raw.c - handle IR pulse/space events
* *
* Copyright (C) 2010 by Mauro Carvalho Chehab * Copyright (C) 2010 by Mauro Carvalho Chehab
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment