diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-16 09:03:53 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-11-16 09:03:53 -0200 |
commit | 4de4f52a7dd66fb3db11f9647a3e0d87963605d8 (patch) | |
tree | 43ca6d34420fc6fa9285234b07050d83959b67ba /linux/drivers/media/video/em28xx | |
parent | 5b255d384c4364c5d06495a91c15cd2f3f31e85c (diff) | |
download | mediapointer-dvb-s2-4de4f52a7dd66fb3db11f9647a3e0d87963605d8.tar.gz mediapointer-dvb-s2-4de4f52a7dd66fb3db11f9647a3e0d87963605d8.tar.bz2 |
Add support for the ATI TV Wonder HD 600 USB Remote Control
From: Devin Heitmueller <devin.heitmueller@gmail.com>
Add support for the ATI TV Wonder HD 600 USB Remote Control
(required a new keymap)
Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
[mchehab@redhat.com: Fix CodingStyle]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/em28xx')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index 217d03c45..5235410bd 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -641,6 +641,7 @@ struct em28xx_board em28xx_boards[] = { .mts_firmware = 1, .has_12mhz_i2s = 1, .has_dvb = 1, + .ir_codes = ir_codes_ati_tv_wonder_hd_600, .decoder = EM28XX_TVP5150, .input = { { .type = EM28XX_VMUX_TELEVISION, |