linux/drivers/media/IR
Mauro Carvalho Chehab 844a9e93d7 V4L/DVB: sms: Convert IR support to use the Remote Controller core
Rewrites the siano IR implementation. The previous implementation were
non-standard. As such, it has issues if more than one device registers IR,
as there used to have some static constants used during protocol decoding
phase. Also, it used to implement its on RAW decoder, and only for RC5.

The new code uses RC core subsystem for handling IR. This brings several
new features to the driver, including:
	- Allow to dynamically replace the IR keycodes;
	- Supports all existing raw decoders (JVC, NEC, RC-5, RC-6, SONY);
	- Supports lirc dev;
	- Doesn't have race conditions when more than one sms IR is
	  registered;
	- The code size for the IR implementation is very small;
	- it exports the IR features via /sys/class/rc.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-08-02 16:43:56 -03:00
..
keymaps V4L/DVB: standardize names at rc-dib0700 tables 2010-08-02 16:43:53 -03:00
imon.c
ir-core-priv.h
ir-functions.c
ir-jvc-decoder.c
ir-keytable.c V4L/DVB: sms: Convert IR support to use the Remote Controller core 2010-08-02 16:43:56 -03:00
ir-lirc-codec.c
ir-nec-decoder.c
ir-raw-event.c
ir-rc5-decoder.c
ir-rc6-decoder.c
ir-sony-decoder.c
ir-sysfs.c
Kconfig
lirc_dev.c
Makefile
mceusb.c
rc-map.c