Permalink
Browse files

cx88, cx23885: Fixed product names.

  • Loading branch information...
1 parent f3d13f4 commit 1575d1474159853aecec61381953f3d471b40005 @crazycat69 crazycat69 committed Mar 23, 2017
Showing with 6 additions and 6 deletions.
  1. +3 −3 drivers/media/pci/cx23885/cx23885-cards.c
  2. +3 −3 drivers/media/pci/cx88/cx88-cards.c
@@ -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

Please sign in to comment.