diff options
author | Manu Abraham <devnull@localhost> | 2005-04-23 19:47:13 +0000 |
---|---|---|
committer | Manu Abraham <devnull@localhost> | 2005-04-23 19:47:13 +0000 |
commit | 95d1092b96fa3b7d9fa35c8e95ae1c4f7831bcdd (patch) | |
tree | cb3639f95d76ab376c429e44ced06903eb606fe8 /linux | |
parent | 4a88b437616264e238d5443c87bae1fecc9201c3 (diff) | |
download | mediapointer-dvb-s2-95d1092b96fa3b7d9fa35c8e95ae1c4f7831bcdd.tar.gz mediapointer-dvb-s2-95d1092b96fa3b7d9fa35c8e95ae1c4f7831bcdd.tar.bz2 |
Added the oldest Twinhan card to the card list, patch by Steffen Motzer
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst.c b/linux/drivers/media/dvb/bt8xx/dst.c index a28b7351e..0f42ac90e 100644 --- a/linux/drivers/media/dvb/bt8xx/dst.c +++ b/linux/drivers/media/dvb/bt8xx/dst.c @@ -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 @@ -571,6 +571,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, .dst_type = DST_TYPE_IS_SAT, |