public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Taylor <adrian.taylor@realvnc.com>
To: linux-media@vger.kernel.org
Subject: [PATCH] Support for Elgato Video Capture
Date: Wed, 20 Oct 2010 11:55:33 +0100	[thread overview]
Message-ID: <4CBECAA5.9060804@realvnc.com> (raw)

This patch allows this device successfully to show video, at least from
its composite input.

I have no information about the true hardware contents of this device and so
this patch is based solely on fiddling with things until it worked. The
chip appears to be em2860, and the closest device with equivalent inputs
is the Typhoon DVD Maker. Copying the settings for that device appears
to do the trick. That's what this patch does.

Signed-off-by: Adrian Taylor <adrian.taylor@realvnc.com>

---
  drivers/media/video/em28xx/em28xx-cards.c |   16 ++++++++++++++++
  drivers/media/video/em28xx/em28xx.h       |    1 +
  2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/em28xx/em28xx-cards.c 
b/drivers/media/video/em28xx/em28xx-cards.c
index 3a4fd85..5806f62 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1667,6 +1667,20 @@ struct em28xx_board em28xx_boards[] = {
         .tuner_gpio    = reddo_dvb_c_usb_box,
         .has_dvb       = 1,
     },
+   [EM2860_BOARD_ELGATO_VIDEO_CAPTURE] = {
+       .name         = "Elgato Video Capture",
+       .decoder      = EM28XX_SAA711X,
+       .tuner_type   = TUNER_ABSENT,   /* Capture only device */
+       .input        = { {
+           .type  = EM28XX_VMUX_COMPOSITE1,
+           .vmux  = SAA7115_COMPOSITE0,
+           .amux  = EM28XX_AMUX_LINE_IN,
+       }, {
+           .type  = EM28XX_VMUX_SVIDEO,
+           .vmux  = SAA7115_SVIDEO3,
+           .amux  = EM28XX_AMUX_LINE_IN,
+       } },
+   },
  };
  const unsigned int em28xx_bcount = ARRAY_SIZE(em28xx_boards);

@@ -1788,6 +1802,8 @@ struct usb_device_id em28xx_id_table[] = {
             .driver_info = EM2820_BOARD_IODATA_GVMVP_SZ },
     { USB_DEVICE(0xeb1a, 0x50a6),
             .driver_info = EM2860_BOARD_GADMEI_UTV330 },
+   { USB_DEVICE(0x0fd9, 0x0033),
+           .driver_info = EM2860_BOARD_ELGATO_VIDEO_CAPTURE},
     { },
  };
  MODULE_DEVICE_TABLE(usb, em28xx_id_table);
diff --git a/drivers/media/video/em28xx/em28xx.h 
b/drivers/media/video/em28xx/em28xx.h
index b252d1b..23733b8 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -113,6 +113,7 @@
  #define EM2870_BOARD_REDDO_DVB_C_USB_BOX          73
  #define EM2800_BOARD_VC211A              74
  #define EM2882_BOARD_DIKOM_DK300         75
+#define EM2860_BOARD_ELGATO_VIDEO_CAPTURE         76

  /* Limits minimum and default number of buffers */
  #define EM28XX_MIN_BUF 4
-- 
1.7.0.4


             reply	other threads:[~2010-10-20 11:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20 10:55 Adrian Taylor [this message]
2010-10-20 19:30 ` [PATCH] Support for Elgato Video Capture Jarod Wilson
  -- strict thread matches above, loose matches on Subject: below --
2010-10-22 11:30 Adrian Taylor
2010-10-22 13:25 ` Jarod Wilson
2010-10-22 22:53   ` Mauro Carvalho Chehab

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=4CBECAA5.9060804@realvnc.com \
    --to=adrian.taylor@realvnc.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox