提交 e6ac699a 编写于 作者: J Johannes Stezenbach 提交者: Linus Torvalds

[PATCH] dvb: DST: add support for Twinhan 200103A

add support for the old Twinhan 200103A card (Steffen Motzer)
Signed-off-by: NJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 50b215a0
...@@ -538,7 +538,7 @@ static int dst_type_print (u8 type) ...@@ -538,7 +538,7 @@ static int dst_type_print (u8 type)
Known cards list Known cards list
Satellite Satellite
------------------- -------------------
200103A
VP-1020 DST-MOT LG(old), TS=188 VP-1020 DST-MOT LG(old), TS=188
VP-1020 DST-03T LG(new), TS=204 VP-1020 DST-03T LG(new), TS=204
...@@ -570,6 +570,14 @@ static int dst_type_print (u8 type) ...@@ -570,6 +570,14 @@ static int dst_type_print (u8 type)
*/ */
struct dst_types dst_tlist[] = { struct dst_types dst_tlist[] = {
{
.device_id = "200103A",
.offset = 0,
.dst_type = DST_TYPE_IS_SAT,
.type_flags = DST_TYPE_HAS_SYMDIV | DST_TYPE_HAS_FW_1,
.dst_feature = 0
}, /* obsolete */
{ {
.device_id = "DST-020", .device_id = "DST-020",
.offset = 0, .offset = 0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册