Commit 460312ec authored by Antti Palosaari's avatar Antti Palosaari Committed by Mauro Carvalho Chehab

[media] em28xx: correct PCTV nanoStick T2 290e device name

PCTV Systems nanoStick T2 290e => PCTV nanoStick T2 290e
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ff7b929f
...@@ -289,7 +289,7 @@ static struct em28xx_reg_seq leadership_reset[] = { ...@@ -289,7 +289,7 @@ static struct em28xx_reg_seq leadership_reset[] = {
{ -1, -1, -1, -1}, { -1, -1, -1, -1},
}; };
/* 2013:024f PCTV Systems nanoStick T2 290e /* 2013:024f PCTV nanoStick T2 290e
* GPIO_6 - demod reset * GPIO_6 - demod reset
* GPIO_7 - LED * GPIO_7 - LED
*/ */
...@@ -1770,12 +1770,12 @@ struct em28xx_board em28xx_boards[] = { ...@@ -1770,12 +1770,12 @@ struct em28xx_board em28xx_boards[] = {
.dvb_gpio = kworld_a340_digital, .dvb_gpio = kworld_a340_digital,
.tuner_gpio = default_tuner_gpio, .tuner_gpio = default_tuner_gpio,
}, },
/* 2013:024f PCTV Systems nanoStick T2 290e. /* 2013:024f PCTV nanoStick T2 290e.
* Empia EM28174, Sony CXD2820R and NXP TDA18271HD/C2 */ * Empia EM28174, Sony CXD2820R and NXP TDA18271HD/C2 */
[EM28174_BOARD_PCTV_290E] = { [EM28174_BOARD_PCTV_290E] = {
.name = "PCTV nanoStick T2 290e",
.i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT | .i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT |
EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_100_KHZ, EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_100_KHZ,
.name = "PCTV Systems nanoStick T2 290e",
.tuner_type = TUNER_ABSENT, .tuner_type = TUNER_ABSENT,
.tuner_gpio = pctv_290e, .tuner_gpio = pctv_290e,
.has_dvb = 1, .has_dvb = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment