From patchwork Sun Jun 7 20:27:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Stapelberg X-Patchwork-Id: 28534 X-Patchwork-Delegate: dougsland@redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n57KTPjl026133 for ; Sun, 7 Jun 2009 20:29:25 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753848AbZFGU2I (ORCPT ); Sun, 7 Jun 2009 16:28:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754029AbZFGU2I (ORCPT ); Sun, 7 Jun 2009 16:28:08 -0400 Received: from srv2.rent-a-guru.de ([212.86.204.162]:26536 "EHLO mx02.rent-a-guru.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753848AbZFGU2H (ORCPT ); Sun, 7 Jun 2009 16:28:07 -0400 Received: from mx01 (dslb-094-218-182-230.pools.arcor-ip.net [94.218.182.230]) (authenticated bits=128) by mx02.rent-a-guru.de (8.13.6/8.13.6) with ESMTP id n57KRn5c210933544; Sun, 7 Jun 2009 22:27:56 +0200 (CEST) Date: Sun, 7 Jun 2009 22:27:48 +0200 From: Michael Stapelberg To: linux-media@vger.kernel.org Cc: dl6jv@chaoswelle.de Subject: [PATCH] bt8xx: Add support for the Conexant Fusion 878a / Twinhan VP 1025 DVB-S Message-ID: <20090607202748.GM10731@mx01> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add fefe:0001 to the list of identifiers for the bt8xx driver. The chip is named Conexant Fusion 878a, the card is a Twinhan VP 1025 DVB-S PCI. Please commit the attached patch. Thanks and best regards, Michael --- bt878.orig.c 2009-06-07 22:23:33.000000000 +0200 +++ bt878.c 2009-06-07 22:23:27.000000000 +0200 @@ -405,6 +405,7 @@ BROOKTREE_878_DEVICE(0x18ac, 0xd500, "DViCO FusionHDTV 5 Lite"), BROOKTREE_878_DEVICE(0x7063, 0x2000, "pcHDTV HD-2000 TV"), BROOKTREE_878_DEVICE(0x1822, 0x0026, "DNTV Live! Mini"), + BROOKTREE_878_DEVICE(0xfefe, 0x0001, "Conexant Fusion / Twinhan VP 1025 DVB-S"), { } };