From 47adf77415eafd00e9c866e005ce8583ca869cb9 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 30 Dec 2010 09:51:19 -0300 Subject: [PATCH] --- yaml --- r: 226408 b: refs/heads/master c: abfd013b665d21f57bc4b2e455b23c4cece0df9f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/staging/lirc/TODO.lirc_i2c | 3 --- trunk/drivers/staging/lirc/TODO.lirc_zilog | 13 +++++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 trunk/drivers/staging/lirc/TODO.lirc_i2c create mode 100644 trunk/drivers/staging/lirc/TODO.lirc_zilog diff --git a/[refs] b/[refs] index 98cf3cf5d89b..3f8fc5bfeeb7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a23a520c07ba556ea2317b1f72f3d2eb002f991 +refs/heads/master: abfd013b665d21f57bc4b2e455b23c4cece0df9f diff --git a/trunk/drivers/staging/lirc/TODO.lirc_i2c b/trunk/drivers/staging/lirc/TODO.lirc_i2c deleted file mode 100644 index 1f0a6ff65439..000000000000 --- a/trunk/drivers/staging/lirc/TODO.lirc_i2c +++ /dev/null @@ -1,3 +0,0 @@ -lirc_i2c provides support for some drivers that have already a RC -driver under drivers/media/video. It should be integrated into those -drivers, in special with drivers/media/video/ir-kbd-i2c.c. diff --git a/trunk/drivers/staging/lirc/TODO.lirc_zilog b/trunk/drivers/staging/lirc/TODO.lirc_zilog new file mode 100644 index 000000000000..6aa312df4018 --- /dev/null +++ b/trunk/drivers/staging/lirc/TODO.lirc_zilog @@ -0,0 +1,13 @@ +The binding between hdpvr and lirc_zilog is currently disabled, +due to an OOPS reported a few years ago when both the hdpvr and cx18 +drivers were loaded in his system. More details can be seen at: + http://www.mail-archive.com/linux-media@vger.kernel.org/msg09163.html +More tests need to be done, in order to fix the reported issue. + +There's a conflict between ir-kbd-i2c: Both provide support for RX events. +Such conflict needs to be fixed, before moving it out of staging. + +The way I2C probe works, it will try to register the driver twice, one +for RX and another for TX. The logic needs to be fixed to avoid such +issue. +