diff options
author | Antti Palosaari <crope@iki.fi> | 2010-09-10 00:05:10 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-21 07:05:52 +0400 |
commit | 86dcab644575693fac3552ba4a0d20b88ad43656 (patch) | |
tree | fd72912b08b414b7458d884fb8e99d0c8bfce198 /drivers/media/dvb/dvb-usb/af9015.c | |
parent | ab07fdd69116d877d4fdb6a8f6355a02e65e6be0 (diff) | |
download | linux-86dcab644575693fac3552ba4a0d20b88ad43656.tar.xz |
V4L/DVB: af9015: add remote support for TerraTec Cinergy T Stick Dual RC
Thanks to the TerraTec!
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/af9015.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/af9015.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c index bf8075c77930..cb4b62a0fb44 100644 --- a/drivers/media/dvb/dvb-usb/af9015.c +++ b/drivers/media/dvb/dvb-usb/af9015.c @@ -801,6 +801,9 @@ static const struct af9015_setup af9015_setup_hashes[] = { { 0x9b7dc64e, ir_codes_af9015_table_mygictv, ARRAY_SIZE(ir_codes_af9015_table_mygictv), af9015_ir_table_mygictv, ARRAY_SIZE(af9015_ir_table_mygictv) }, + { 0x14e89ffe, + ir_codes_terratec, ARRAY_SIZE(ir_codes_terratec), + af9015_ir_terratec, ARRAY_SIZE(af9015_ir_terratec) }, { } }; |