aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2011-05-25 16:03:50 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:52:15 -0400
commit460312ec5aff5e4c12b2e50a2965ed1ee832682a (patch)
treea198783d819cda6ee457ce8b36dea27259c8f08f /drivers/media/video/em28xx
parentff7b929f04b8e9f2e5d8929e14b10f913021a00c (diff)
[media] em28xx: correct PCTV nanoStick T2 290e device name
PCTV Systems nanoStick T2 290e => PCTV nanoStick T2 290e Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 703af4f89de2..f15c73469ee7 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -289,7 +289,7 @@ static struct em28xx_reg_seq leadership_reset[] = {
289 { -1, -1, -1, -1}, 289 { -1, -1, -1, -1},
290}; 290};
291 291
292/* 2013:024f PCTV Systems nanoStick T2 290e 292/* 2013:024f PCTV nanoStick T2 290e
293 * GPIO_6 - demod reset 293 * GPIO_6 - demod reset
294 * GPIO_7 - LED 294 * GPIO_7 - LED
295 */ 295 */
@@ -1770,12 +1770,12 @@ struct em28xx_board em28xx_boards[] = {
1770 .dvb_gpio = kworld_a340_digital, 1770 .dvb_gpio = kworld_a340_digital,
1771 .tuner_gpio = default_tuner_gpio, 1771 .tuner_gpio = default_tuner_gpio,
1772 }, 1772 },
1773 /* 2013:024f PCTV Systems nanoStick T2 290e. 1773 /* 2013:024f PCTV nanoStick T2 290e.
1774 * Empia EM28174, Sony CXD2820R and NXP TDA18271HD/C2 */ 1774 * Empia EM28174, Sony CXD2820R and NXP TDA18271HD/C2 */
1775 [EM28174_BOARD_PCTV_290E] = { 1775 [EM28174_BOARD_PCTV_290E] = {
1776 .name = "PCTV nanoStick T2 290e",
1776 .i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT | 1777 .i2c_speed = EM2874_I2C_SECONDARY_BUS_SELECT |
1777 EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_100_KHZ, 1778 EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_100_KHZ,
1778 .name = "PCTV Systems nanoStick T2 290e",
1779 .tuner_type = TUNER_ABSENT, 1779 .tuner_type = TUNER_ABSENT,
1780 .tuner_gpio = pctv_290e, 1780 .tuner_gpio = pctv_290e,
1781 .has_dvb = 1, 1781 .has_dvb = 1,