Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] staging/lirc: Update lirc TODO files

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

+13 -3
-3
drivers/staging/lirc/TODO.lirc_i2c
··· 1 - lirc_i2c provides support for some drivers that have already a RC 2 - driver under drivers/media/video. It should be integrated into those 3 - drivers, in special with drivers/media/video/ir-kbd-i2c.c.
+13
drivers/staging/lirc/TODO.lirc_zilog
··· 1 + The binding between hdpvr and lirc_zilog is currently disabled, 2 + due to an OOPS reported a few years ago when both the hdpvr and cx18 3 + drivers were loaded in his system. More details can be seen at: 4 + http://www.mail-archive.com/linux-media@vger.kernel.org/msg09163.html 5 + More tests need to be done, in order to fix the reported issue. 6 + 7 + There's a conflict between ir-kbd-i2c: Both provide support for RX events. 8 + Such conflict needs to be fixed, before moving it out of staging. 9 + 10 + The way I2C probe works, it will try to register the driver twice, one 11 + for RX and another for TX. The logic needs to be fixed to avoid such 12 + issue. 13 +