From patchwork Sat Jan 6 00:48:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Love X-Patchwork-Id: 46346 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eXcf8-0003G2-M0; Sat, 06 Jan 2018 00:48:39 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbeAFAs3 (ORCPT + 1 other); Fri, 5 Jan 2018 19:48:29 -0500 Received: from sub5.mail.dreamhost.com ([208.113.200.129]:43171 "EHLO homiemail-a82.g.dreamhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753442AbeAFAs0 (ORCPT ); Fri, 5 Jan 2018 19:48:26 -0500 Received: from homiemail-a82.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTP id C87296008818; Fri, 5 Jan 2018 16:48:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nextdimension.cc; h=from :to:cc:subject:date:message-id:in-reply-to:references; s= nextdimension.cc; bh=cwf8ELVFRCaHJMdrlx0UuVkoNYA=; b=SMcY4/zw/9X knS5+jFTve8pvcJH0p0iMmnKpLcilw8rL+VugaOuAkbd2vr03ow2LQHER21ocnhT SsD96gy3+SYYdOZa+EsxWhz9V5bygHde573mRC6HPQKKMvG94ng3YI8+pUKwqJ5k 7k7R2t3tTQ85cHtDlgJADUZPtC1sZh34= Received: from localhost.localdomain (66-90-189-166.dyn.grandenetworks.net [66.90.189.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: brad@nextdimension.ws) by homiemail-a82.g.dreamhost.com (Postfix) with ESMTPSA id 925696008836; Fri, 5 Jan 2018 16:48:25 -0800 (PST) From: Brad Love To: linux-media@vger.kernel.org Cc: Brad Love Subject: [PATCH 1/4] cx23885: Enable new Hauppauge PCIe ImpactVCBe variant Date: Fri, 5 Jan 2018 18:48:19 -0600 Message-Id: <1515199702-16083-2-git-send-email-brad@nextdimension.cc> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515199702-16083-1-git-send-email-brad@nextdimension.cc> References: <1515199702-16083-1-git-send-email-brad@nextdimension.cc> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add ID of new card revision to driver list Analog PAL/NTSC capture. Signed-off-by: Brad Love --- drivers/media/pci/cx23885/cx23885-cards.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/media/pci/cx23885/cx23885-cards.c b/drivers/media/pci/cx23885/cx23885-cards.c index 3622521..c4b3123 100644 --- a/drivers/media/pci/cx23885/cx23885-cards.c +++ b/drivers/media/pci/cx23885/cx23885-cards.c @@ -1028,6 +1028,10 @@ struct cx23885_subid cx23885_subids[] = { .subdevice = 0x7133, .card = CX23885_BOARD_HAUPPAUGE_IMPACTVCBE, }, { + .subvendor = 0x0070, + .subdevice = 0x7137, + .card = CX23885_BOARD_HAUPPAUGE_IMPACTVCBE, + }, { .subvendor = 0x18ac, .subdevice = 0xdb98, .card = CX23885_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL_EXP2,