diff options
| -rw-r--r-- | drivers/media/dvb/bt8xx/dst.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index a28b7351eac8..0f42ac90ee2c 100644 --- a/drivers/media/dvb/bt8xx/dst.c +++ b/drivers/media/dvb/bt8xx/dst.c | |||
| @@ -538,7 +538,7 @@ static int dst_type_print (u8 type) | |||
| 538 | Known cards list | 538 | Known cards list |
| 539 | Satellite | 539 | Satellite |
| 540 | ------------------- | 540 | ------------------- |
| 541 | 541 | 200103A | |
| 542 | VP-1020 DST-MOT LG(old), TS=188 | 542 | VP-1020 DST-MOT LG(old), TS=188 |
| 543 | 543 | ||
| 544 | VP-1020 DST-03T LG(new), TS=204 | 544 | VP-1020 DST-03T LG(new), TS=204 |
| @@ -571,6 +571,14 @@ static int dst_type_print (u8 type) | |||
| 571 | 571 | ||
| 572 | struct dst_types dst_tlist[] = { | 572 | struct dst_types dst_tlist[] = { |
| 573 | { | 573 | { |
| 574 | .device_id = "200103A", | ||
| 575 | .offset = 0, | ||
| 576 | .dst_type = DST_TYPE_IS_SAT, | ||
| 577 | .type_flags = DST_TYPE_HAS_SYMDIV | DST_TYPE_HAS_FW_1, | ||
| 578 | .dst_feature = 0 | ||
| 579 | }, /* obsolete */ | ||
| 580 | |||
| 581 | { | ||
| 574 | .device_id = "DST-020", | 582 | .device_id = "DST-020", |
| 575 | .offset = 0, | 583 | .offset = 0, |
| 576 | .dst_type = DST_TYPE_IS_SAT, | 584 | .dst_type = DST_TYPE_IS_SAT, |
