mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
4714eda877
Add sysfs skeleton to export remote controller information via /sys/class/irrcv. For now, the code doesn't do much. It just exports an attribute that is meant to report and control the IR protocol used by the keytable. However, the callbacks for this new attribute weren't set yet. Also, it lacks symlinks to the used event interface. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
6 lines
162 B
Makefile
6 lines
162 B
Makefile
ir-common-objs := ir-functions.o ir-keymaps.o
|
|
ir-core-objs := ir-keytable.o ir-sysfs.o
|
|
|
|
obj-$(CONFIG_IR_CORE) += ir-core.o
|
|
obj-$(CONFIG_VIDEO_IR) += ir-common.o
|