[media] em28xx: correct PCTV nanoStick T2 290e device name
authorAntti Palosaari <crope@iki.fi>
Wed, 25 May 2011 20:03:50 +0000 (17:03 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:52:15 +0000 (17:52 -0300)
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>
drivers/media/video/em28xx/em28xx-cards.c

index 703af4f89de256812dcce9a38e1984b0bee77c5c..f15c73469ee798398fa840d2d36184abb0b70cf3 100644 (file)
@@ -289,7 +289,7 @@ static struct em28xx_reg_seq leadership_reset[] = {
        {       -1,             -1,     -1,     -1},
 };
 
-/* 2013:024f PCTV Systems nanoStick T2 290e
+/* 2013:024f PCTV nanoStick T2 290e
  * GPIO_6 - demod reset
  * GPIO_7 - LED
  */
@@ -1770,12 +1770,12 @@ struct em28xx_board em28xx_boards[] = {
                .dvb_gpio   = kworld_a340_digital,
                .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 */
        [EM28174_BOARD_PCTV_290E] = {
+               .name          = "PCTV nanoStick T2 290e",
                .i2c_speed      = EM2874_I2C_SECONDARY_BUS_SELECT |
                        EM28XX_I2C_CLK_WAIT_ENABLE | EM28XX_I2C_FREQ_100_KHZ,
-               .name          = "PCTV Systems nanoStick T2 290e",
                .tuner_type    = TUNER_ABSENT,
                .tuner_gpio    = pctv_290e,
                .has_dvb       = 1,
This page took 0.14194 seconds and 5 git commands to generate.