[media] cx231xx: Add a driver for I2C-based IR
authorMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 23 Oct 2010 16:28:33 +0000 (13:28 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 29 Dec 2010 10:16:28 +0000 (08:16 -0200)
commit9ab66912e0cd671fbea1b99e8a37d11b14d50baf
tree01fbcb21c8d3f7d90360d7c410c07152aba7ecd6
parentf0551efc77b0f34a93a14d2bf96051612e352a39
[media] cx231xx: Add a driver for I2C-based IR

Although cx231xx has a very good IR support, already supported by
mceusb driver, some designs decided to add a separate I2C
microcontroller chip in order to handle IR.

Due to that, add a glue to ir-kbd-i2c is needed, in order to support
those devices.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/Kconfig
drivers/media/video/cx231xx/Makefile
drivers/media/video/cx231xx/cx231xx-cards.c
drivers/media/video/cx231xx/cx231xx-core.c
drivers/media/video/cx231xx/cx231xx-input.c [new file with mode: 0644]
drivers/media/video/cx231xx/cx231xx.h