From 86dcab644575693fac3552ba4a0d20b88ad43656 Mon Sep 17 00:00:00 2001 From: Antti Palosaari Date: Thu, 9 Sep 2010 17:05:10 -0300 Subject: V4L/DVB: af9015: add remote support for TerraTec Cinergy T Stick Dual RC Thanks to the TerraTec! Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb/dvb-usb/af9015.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/media/dvb/dvb-usb/af9015.c') diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c index bf8075c..cb4b62a 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) }, { } }; -- cgit v1.1