Permalink
Browse files
cx88, cx23885: Fixed product names.
- Loading branch information...
|
|
@@ -286,16 +286,16 @@ struct cx23885_board cx23885_boards[] = { |
|
|
.portc = CX23885_MPEG_DVB,
|
|
|
},
|
|
|
[CX23885_BOARD_TBS_6920] = {
|
|
|
- .name = "TurboSight TBS 6920",
|
|
|
+ .name = "TurboSight TBS 6920 DVB-S/S2",
|
|
|
.portb = CX23885_MPEG_DVB,
|
|
|
},
|
|
|
[CX23885_BOARD_TBS_6980] = {
|
|
|
- .name = "TurboSight TBS 6980",
|
|
|
+ .name = "TurboSight TBS 6980 DVB-S/S2",
|
|
|
.portb = CX23885_MPEG_DVB,
|
|
|
.portc = CX23885_MPEG_DVB,
|
|
|
},
|
|
|
[CX23885_BOARD_TBS_6981] = {
|
|
|
- .name = "TurboSight TBS 6981",
|
|
|
+ .name = "TurboSight TBS 6981 DVB-S/S2",
|
|
|
.portb = CX23885_MPEG_DVB,
|
|
|
.portc = CX23885_MPEG_DVB,
|
|
|
},
|
|
|
|
|
|
@@ -2055,7 +2055,7 @@ static const struct cx88_board cx88_boards[] = { |
|
|
.mpeg = CX88_MPEG_DVB,
|
|
|
},
|
|
|
[CX88_BOARD_TBS_8910] = {
|
|
|
- .name = "TBS 8910 DVB-S",
|
|
|
+ .name = "TurboSight TBS 8910 DVB-S",
|
|
|
.tuner_type = UNSET,
|
|
|
.radio_type = UNSET,
|
|
|
.tuner_addr = ADDR_UNSET,
|
|
|
@@ -2067,7 +2067,7 @@ static const struct cx88_board cx88_boards[] = { |
|
|
.mpeg = CX88_MPEG_DVB,
|
|
|
},
|
|
|
[CX88_BOARD_TBS_8920] = {
|
|
|
- .name = "TBS 8920 DVB-S/S2",
|
|
|
+ .name = "TurboSight TBS 8920 DVB-S/S2",
|
|
|
.tuner_type = UNSET,
|
|
|
.radio_type = UNSET,
|
|
|
.tuner_addr = ADDR_UNSET,
|
|
|
@@ -2080,7 +2080,7 @@ static const struct cx88_board cx88_boards[] = { |
|
|
.mpeg = CX88_MPEG_DVB,
|
|
|
},
|
|
|
[CX88_BOARD_TBS_8922] = {
|
|
|
- .name = "TBS 8922 DVB-S/S2",
|
|
|
+ .name = "TurboSight TBS 8922 DVB-S/S2",
|
|
|
.tuner_type = UNSET,
|
|
|
.radio_type = UNSET,
|
|
|
.tuner_addr = ADDR_UNSET,
|
|
|
|
0 comments on commit
1575d14