Commit f137f9d0 authored by Hermann Gausterer's avatar Hermann Gausterer Committed by Mauro Carvalho Chehab

V4L/DVB: Technotrend S2-3200 ships with a TT 1500 remote

The Technotrend Budget S2-3200 ships with the
Technotrend 1500 bundled remote which is already supported.
Just add the right Subsystem Device ID.
Signed-off-by: default avatarHermann Gausterer <git-kernel-2010@mrq1.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2ef17c9f
...@@ -215,6 +215,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci) ...@@ -215,6 +215,7 @@ static int msp430_ir_init(struct budget_ci *budget_ci)
break; break;
case 0x1010: case 0x1010:
case 0x1017: case 0x1017:
case 0x1019:
case 0x101a: case 0x101a:
/* for the Technotrend 1500 bundled remote */ /* for the Technotrend 1500 bundled remote */
ir_codes = RC_MAP_TT_1500; ir_codes = RC_MAP_TT_1500;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment