aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 07:51:19 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-30 09:17:21 -0500
commitabfd013b665d21f57bc4b2e455b23c4cece0df9f (patch)
treef89942b2906756590804da77478ed61cf125d6df /drivers
parent6a23a520c07ba556ea2317b1f72f3d2eb002f991 (diff)
[media] staging/lirc: Update lirc TODO files
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lirc/TODO.lirc_i2c3
-rw-r--r--drivers/staging/lirc/TODO.lirc_zilog13
2 files changed, 13 insertions, 3 deletions
diff --git a/drivers/staging/lirc/TODO.lirc_i2c b/drivers/staging/lirc/TODO.lirc_i2c
deleted file mode 100644
index 1f0a6ff65439..000000000000
--- a/drivers/staging/lirc/TODO.lirc_i2c
+++ /dev/null
@@ -1,3 +0,0 @@
1lirc_i2c provides support for some drivers that have already a RC
2driver under drivers/media/video. It should be integrated into those
3drivers, in special with drivers/media/video/ir-kbd-i2c.c.
diff --git a/drivers/staging/lirc/TODO.lirc_zilog b/drivers/staging/lirc/TODO.lirc_zilog
new file mode 100644
index 000000000000..6aa312df4018
--- /dev/null
+++ b/drivers/staging/lirc/TODO.lirc_zilog
@@ -0,0 +1,13 @@
1The binding between hdpvr and lirc_zilog is currently disabled,
2due to an OOPS reported a few years ago when both the hdpvr and cx18
3drivers were loaded in his system. More details can be seen at:
4 http://www.mail-archive.com/linux-media@vger.kernel.org/msg09163.html
5More tests need to be done, in order to fix the reported issue.
6
7There's a conflict between ir-kbd-i2c: Both provide support for RX events.
8Such conflict needs to be fixed, before moving it out of staging.
9
10The way I2C probe works, it will try to register the driver twice, one
11for RX and another for TX. The logic needs to be fixed to avoid such
12issue.
13