diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-27 16:56:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:43:23 -0400 |
commit | 35f168d10f64aafcee86c984efca8cb6537bfe26 (patch) | |
tree | bf0078ae13b45c1efc7214095c2d96b2e48e237c | |
parent | 085ffd08aa5bf61131641f84c8e8296176ecfd4b (diff) |
V4L/DVB: staging: Add an specific TODO note for lirc_i2c
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/staging/lirc/TODO.lirc_i2c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/lirc/TODO.lirc_i2c b/drivers/staging/lirc/TODO.lirc_i2c new file mode 100644 index 000000000000..1f0a6ff65439 --- /dev/null +++ b/drivers/staging/lirc/TODO.lirc_i2c | |||
@@ -0,0 +1,3 @@ | |||
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. | ||