From patchwork Sun Aug 28 14:52:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Holger Nelson X-Patchwork-Id: 1105782 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7SF3BQU025975 for ; Sun, 28 Aug 2011 15:03:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751477Ab1H1PCx (ORCPT ); Sun, 28 Aug 2011 11:02:53 -0400 Received: from mail.hnelson.de ([83.169.43.49]:55522 "EHLO mail.hnelson.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750998Ab1H1PCw (ORCPT ); Sun, 28 Aug 2011 11:02:52 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 28 Aug 2011 15:03:12 +0000 (UTC) X-Greylist: delayed 597 seconds by postgrey-1.27 at vger.kernel.org; Sun, 28 Aug 2011 11:02:52 EDT Received: from nova.crius.de (91-67-241-121-dynip.superkabel.de [91.67.241.121]) by mail.hnelson.de (Postfix) with ESMTPSA id B19551B4186BA for ; Sun, 28 Aug 2011 16:52:53 +0200 (CEST) Date: Sun, 28 Aug 2011 16:52:44 +0200 (CEST) From: Holger Nelson X-X-Sender: crius@nova.crius.de To: Linux Media Mailing List Subject: Some success with Terratec Cinergy HTC USB XS Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi, I had some success with a Terratec Cinergy HTC USB XS: I added the usb id as a Terratec H5 to em28xx-cards.c and downloaded the firmware file for Terratec H5, because I saw on Terratecs linux-site that both devices use the same ICs. DVB-C works with this setup. Watching analog tv didn't work: Xawtv timed out or hang trying to access /dev/video0. Is there anything else I could test? regards, Holger --- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux/drivers/media/video/em28xx/em28xx-cards.c~ 2011-07-18 05:45:26.000000000 +0200 +++ linux/drivers/media/video/em28xx/em28xx-cards.c 2011-08-27 21:15:26.564483966 +0200 @@ -1883,6 +1883,8 @@ struct usb_device_id em28xx_id_table[] = .driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS }, { USB_DEVICE(0x0ccd, 0x0042), .driver_info = EM2882_BOARD_TERRATEC_HYBRID_XS }, + { USB_DEVICE(0x0ccd, 0x008e), + .driver_info = EM2884_BOARD_TERRATEC_H5 }, { USB_DEVICE(0x0ccd, 0x0043), .driver_info = EM2884_BOARD_TERRATEC_H5 }, { USB_DEVICE(0x0ccd, 0x10a2), /* Rev. 1 */