summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/dvb-usb/af9015.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2010-09-09 17:05:10 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:05:52 -0200
commit86dcab644575693fac3552ba4a0d20b88ad43656 (patch)
treefd72912b08b414b7458d884fb8e99d0c8bfce198 /drivers/media/dvb/dvb-usb/af9015.c
parentab07fdd69116d877d4fdb6a8f6355a02e65e6be0 (diff)
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.c3
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) },
{ }
};