1
0
Fork 0

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

add support for the old Twinhan 200103A card (Steffen Motzer)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Johannes Stezenbach 2005-05-16 21:54:42 -07:00 committed by Linus Torvalds
parent 50b215a058
commit e6ac699a4f
1 changed files with 9 additions and 1 deletions

View File

@ -538,7 +538,7 @@ static int dst_type_print (u8 type)
Known cards list
Satellite
-------------------
200103A
VP-1020 DST-MOT LG(old), TS=188
VP-1020 DST-03T LG(new), TS=204
@ -570,6 +570,14 @@ static int dst_type_print (u8 type)
*/
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",
.offset = 0,