All of lore.kernel.org
 help / color / mirror / Atom feed
From: Holger Nelson <hnelson@hnelson.de>
To: linux-media@vger.kernel.org
Subject: [PATCH] em28xx: Add Terratec Cinergy HTC USB XS to em28xx-cards.c
Date: Sat, 24 Dec 2011 04:15:32 +0100 (CET)	[thread overview]
Message-ID: <4EF542DA.8030800@hnelson.de> (raw)

This adds support for the Terratec Cinergy HTC USB XS which is similar to 
the Terratec H5 by adding the USB-ids to the table. According to 
http://linux.terratec.de it uses the same ICs and DVB-C works for me
using the firmware of the H5.

Signed-off-by: Holger Nelson <hnelson@hnelson.de>
---
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 1704da0..a7cfded 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1963,6 +1963,10 @@ struct usb_device_id em28xx_id_table[] = {
  			.driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS },
  	{ USB_DEVICE(0x0ccd, 0x0043),
  			.driver_info = EM2870_BOARD_TERRATEC_XS },
+	{ USB_DEVICE(0x0ccd, 0x008e),	/* Cinergy HTC USB XS Rev. 1 */
+			.driver_info = EM2884_BOARD_TERRATEC_H5 },
+	{ USB_DEVICE(0x0ccd, 0x00ac),	/* Cinergy HTC USB XS Rev. 2 */
+			.driver_info = EM2884_BOARD_TERRATEC_H5 },
  	{ USB_DEVICE(0x0ccd, 0x10a2),	/* H5 Rev. 1 */
  			.driver_info = EM2884_BOARD_TERRATEC_H5 },
  	{ USB_DEVICE(0x0ccd, 0x10ad),	/* H5 Rev. 2 */

                 reply	other threads:[~2011-12-24  3:24 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=4EF542DA.8030800@hnelson.de \
    --to=hnelson@hnelson.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.