diff options
author | Devin Heitmueller <devin.heitmueller@gmail.com> | 2008-11-16 06:03:53 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:34 -0500 |
commit | 60245e858ddb2255d458868be16ba814f6f8d446 (patch) | |
tree | b8ebb3c68b6b09704a0c06a245c4c889b95d1d84 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | 4b92253acc723f365ad6b2f32e4118e38133b7b8 (diff) |
V4L/DVB (9629): Add support for the ATI TV Wonder HD 600 USB Remote Control
Add support for the ATI TV Wonder HD 600 USB Remote Control
(required a new keymap)
[mchehab@redhat.com: Fix CodingStyle]
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
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 | 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 3b585486f7fe..75b2af2bf4cf 100644 --- a/drivers/media/video/em28xx/em28xx-cards.c +++ b/drivers/media/video/em28xx/em28xx-cards.c | |||
@@ -640,6 +640,7 @@ struct em28xx_board em28xx_boards[] = { | |||
640 | .mts_firmware = 1, | 640 | .mts_firmware = 1, |
641 | .has_12mhz_i2s = 1, | 641 | .has_12mhz_i2s = 1, |
642 | .has_dvb = 1, | 642 | .has_dvb = 1, |
643 | .ir_codes = ir_codes_ati_tv_wonder_hd_600, | ||
643 | .decoder = EM28XX_TVP5150, | 644 | .decoder = EM28XX_TVP5150, |
644 | .input = { { | 645 | .input = { { |
645 | .type = EM28XX_VMUX_TELEVISION, | 646 | .type = EM28XX_VMUX_TELEVISION, |