diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-02-11 18:15:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:42:43 +0200 |
commit | 9fc2c5ee5d9d797730dd05616757b329f6a227e9 (patch) | |
tree | 710fddc82c13ec2855856884f2fe469cf94d6215 /drivers/media/video | |
parent | V4L/DVB (10514): em28xx: Add support for Kaiomy TVnPC U2 stick (diff) | |
download | linux-9fc2c5ee5d9d797730dd05616757b329f6a227e9.tar.xz linux-9fc2c5ee5d9d797730dd05616757b329f6a227e9.zip |
V4L/DVB (10515): Adds IR table for the IR provided with this board and includes it at
Kaiomy entry.
Thanks to Peter Senna Tschudin <peter.senna@gmail.com> for borrow me one
of those devices.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index c62243ef73b4..2048a8761099 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c @@ -1260,6 +1260,7 @@ struct em28xx_board em28xx_boards[] = { .mts_firmware = 1, .decoder = EM28XX_TVP5150, .tuner_gpio = default_tuner_gpio, + .ir_codes = ir_codes_kaiomy, .input = { { .type = EM28XX_VMUX_TELEVISION, .vmux = TVP5150_COMPOSITE0, |