All of lore.kernel.org
 help / color / mirror / Atom feed
From: Conan <conan@braincalibration.de>
To: linux-media@vger.kernel.org
Subject: [PATCH] v4l: cx231xx: added usb id of 'Dexatek Video Grabber'
Date: Thu, 02 Jan 2014 20:22:02 +0100	[thread overview]
Message-ID: <52C5BC5A.5020109@braincalibration.de> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi all,

this patch adds support for the Dexatek Video Grabber with USB id 1d19:610a

The device is sold in germany as 'USB-Video-Digitalisierer Medion E89137
(MD 86937)', provides analog audio/video capture and is based on the
CX23103-11Z.

The driver loads the firmware v4l-cx231xx-avcore-01.fw, despite
v4l-cx23885-avcore-01.fw (merlinD.rom) beeing shipped with the windows
driver. But audio and video capturing works here.

Trivial patch:
- --- a/drivers/media/usb/cx231xx/cx231xx-cards.c 2014-01-01
11:49:19.000000000 +0100
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c 2014-01-01
11:58:50.949353779 +0100
@@ -684,6 +684,8 @@
         .driver_info = CX231XX_BOARD_CNXT_RDU_253S},
        {USB_DEVICE(0x0572, 0x58A6),
         .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
+       {USB_DEVICE(0x1D19, 0x610A),
+        .driver_info = CX231XX_BOARD_CNXT_VIDEO_GRABBER},
        {USB_DEVICE(0x0572, 0x589E),
         .driver_info = CX231XX_BOARD_CNXT_RDE_250},
        {USB_DEVICE(0x0572, 0x58A0),

- -- 
Regards,
C
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSxbxaAAoJECsSvCKD1CYcAacH/07/ps/pwDrVSvGXd5bZ+RBg
p/+9ktxgcW6L2pSLpH6qsF0psX9LRt4zWKuuvomQsC5wf0OS6yP2lxqYGNkX5O1d
ZbLNyAF6CAv3zH/jfAlq0rgi0Sk9ZqEcHjgP/si85lsjKAagZpmtHDMK7kYl6lNC
9IyoZHISbTzSZlbVBerZ/89Pta8AY9CrQ01FWlvpIctmjBE3AB+LCetj9mNB8uEV
164Irv66BMWBKRHGSz9zUXbAHUpJJLSRjN5KOV6Nk5hrodqqRkIe80YnBlkL9PLl
1zchPkd+05QBxVfK3+9Xwv31S4hegVleEv4S96XsnxirzPY9kCLcYF3lYOcGKFw=
=CQvY
-----END PGP SIGNATURE-----

                 reply	other threads:[~2014-01-02 19:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=52C5BC5A.5020109@braincalibration.de \
    --to=conan@braincalibration.de \
    --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.