All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Links (Markus)" <help.markus+git@gmail.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: "Links (Markus)" <help.markus+git@gmail.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH] support for CX23103 Video Grabber USB
Date: Sat,  4 Jan 2014 23:44:34 +0100	[thread overview]
Message-ID: <1388875474-24364-1-git-send-email-help.markus+git@gmail.com> (raw)

From: "Links (Markus)" <help.markus+git@gmail.com>

	modified:   drivers/media/usb/cx231xx/cx231xx-cards.c

Signed-off-by: Links (Markus) <help.markus+git@gmail.com>
---
 drivers/media/usb/cx231xx/cx231xx-cards.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c
index 528cce9..2ee03e4 100644
--- a/drivers/media/usb/cx231xx/cx231xx-cards.c
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c
@@ -709,6 +709,8 @@ const unsigned int cx231xx_bcount = ARRAY_SIZE(cx231xx_boards);
 
 /* table of devices that work with this driver */
 struct usb_device_id cx231xx_id_table[] = {
+	{USB_DEVICE(0x1D19, 0x6109),
+	.driver_info = CX231XX_BOARD_PV_XCAPTURE_USB},
 	{USB_DEVICE(0x0572, 0x5A3C),
 	 .driver_info = CX231XX_BOARD_UNKNOWN},
 	{USB_DEVICE(0x0572, 0x58A2),
-- 
1.7.10.4


                 reply	other threads:[~2014-01-04 22:51 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=1388875474-24364-1-git-send-email-help.markus+git@gmail.com \
    --to=help.markus+git@gmail.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 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.