All of lore.kernel.org
 help / color / mirror / Atom feed
From: Catimimi <catimimi@libertysurf.fr>
To: linux-media@vger.kernel.org
Subject: [PATCH] Terratec Cinergy Hybrid T USB XS FR
Date: Mon, 04 Oct 2010 21:32:54 +0200	[thread overview]
Message-ID: <4CAA2BE6.1050302@libertysurf.fr> (raw)

  New gpio definitions.
XC3028_FE_ZARLINK456 was not loaded.

Signed-off-by: Michel Garnier<catimimi@libertysurf.fr>

---

diff -Nru v4l-dvb-1da5fed5c8b2-orig/linux/drivers/media/video/em28xx/em28xx-cards.c 
v4l-dvb-1da5fed5c8b2-new/linux/drivers/media/video/em28xx/em28xx-cards.c
--- v4l-dvb-1da5fed5c8b2-orig/linux/drivers/media/video/em28xx/em28xx-cards.c    2010-09-19 07:23:09.000000000 +0200
+++ v4l-dvb-1da5fed5c8b2-new/linux/drivers/media/video/em28xx/em28xx-cards.c    2010-10-04 19:05:11.000000000 +0200
@@ -200,6 +200,18 @@
      {    -1,        -1,    -1,        -1},
  };

+static struct em28xx_reg_seq terratec_cinergy_USB_XS_analog[] = {
+    {EM28XX_R08_GPIO,    0x6d,    ~EM_GPIO_4,    10},
+    {EM2880_R04_GPO,    0x00,    0xff,        10},
+    { -1,            -1,    -1,        -1},
+};
+
+static struct em28xx_reg_seq terratec_cinergy_USB_XS_digital[] = {
+    {EM28XX_R08_GPIO,    0x6e,    ~EM_GPIO_4,    10},
+    {EM2880_R04_GPO,    0x08,    0xff,        10},
+    { -1,            -1,    -1,        -1},
+};
+
  /* eb1a:2868 Reddo DVB-C USB TV Box
     GPIO4 - CU1216L NIM
     Other GPIOs seems to be don't care. */
@@ -824,22 +836,22 @@
          .tuner_gpio   = default_tuner_gpio,
          .decoder      = EM28XX_TVP5150,
          .has_dvb      = 1,
-        .dvb_gpio     = default_digital,
+        .dvb_gpio     = terratec_cinergy_USB_XS_digital,
          .input        = { {
              .type     = EM28XX_VMUX_TELEVISION,
              .vmux     = TVP5150_COMPOSITE0,
              .amux     = EM28XX_AMUX_VIDEO,
-            .gpio     = default_analog,
+            .gpio     = terratec_cinergy_USB_XS_analog,
          }, {
              .type     = EM28XX_VMUX_COMPOSITE1,
              .vmux     = TVP5150_COMPOSITE1,
              .amux     = EM28XX_AMUX_LINE_IN,
-            .gpio     = default_analog,
+            .gpio     = terratec_cinergy_USB_XS_analog,
          }, {
              .type     = EM28XX_VMUX_SVIDEO,
              .vmux     = TVP5150_SVIDEO,
              .amux     = EM28XX_AMUX_LINE_IN,
-            .gpio     = default_analog,
+            .gpio     = terratec_cinergy_USB_XS_analog,
          } },
      },
      [EM2880_BOARD_HAUPPAUGE_WINTV_HVR_900] = {
@@ -2259,6 +2271,7 @@
          ctl->demod = XC3028_FE_ZARLINK456;
          break;
      case EM2880_BOARD_TERRATEC_HYBRID_XS:
+    case EM2880_BOARD_TERRATEC_HYBRID_XS_FR:
      case EM2881_BOARD_PINNACLE_HYBRID_PRO:
          ctl->demod = XC3028_FE_ZARLINK456;
          break;


             reply	other threads:[~2010-10-04 19:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04 19:32 Catimimi [this message]
2010-10-16  2:38 ` [PATCH] Terratec Cinergy Hybrid T USB XS FR Mauro Carvalho Chehab
2010-10-16 17:42   ` Catimimi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CAA2BE6.1050302@libertysurf.fr \
    --to=catimimi@libertysurf.fr \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.