diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-08-03 22:56:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:18:52 -0400 |
commit | 8cd9aaefad5968f8f5aff3852a67870550ce941d (patch) | |
tree | e44c776bf722bd789bc0d765b12f75283ff10a8b /drivers/media/video/em28xx/em28xx-cards.c | |
parent | 4d14c833c0d5f926721da1e0b07287ab8b64f0ba (diff) |
V4L/DVB (12444): em28xx: add support for Terratec Cinergy Hybrid T USB XS remote control
Add support for the remote control that comes with the Cinergy Hybrid T USB XS
Thanks to Jelle de Jong for providing sample hardware to test with.
Cc: Jelle de Jong <jelledejong@powercraft.nl>
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c index 02e24411b134..66c377683708 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -870,6 +870,8 @@ struct em28xx_board em28xx_boards[] = { | |||
870 | .decoder = EM28XX_TVP5150, | 870 | .decoder = EM28XX_TVP5150, |
871 | .has_dvb = 1, | 871 | .has_dvb = 1, |
872 | .dvb_gpio = default_digital, | 872 | .dvb_gpio = default_digital, |
873 | .ir_codes = ir_codes_terratec_cinergy_xs, | ||
874 | .xclk = EM28XX_XCLK_FREQUENCY_12MHZ, /* NEC IR */ | ||
873 | .input = { { | 875 | .input = { { |
874 | .type = EM28XX_VMUX_TELEVISION, | 876 | .type = EM28XX_VMUX_TELEVISION, |
875 | .vmux = TVP5150_COMPOSITE0, | 877 | .vmux = TVP5150_COMPOSITE0, |