From patchwork Fri Jan 27 08:15:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helmut Auer X-Patchwork-Id: 9542635 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 701DE601D7 for ; Fri, 27 Jan 2017 20:46:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6057127F85 for ; Fri, 27 Jan 2017 20:46:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5167727F9F; Fri, 27 Jan 2017 20:46:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E93C827F85 for ; Fri, 27 Jan 2017 20:46:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754303AbdA0Icb (ORCPT ); Fri, 27 Jan 2017 03:32:31 -0500 Received: from mail.helmutauer.de ([185.170.112.187]:38776 "EHLO v2201612530341454.powersrv.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754280AbdA0Ic3 (ORCPT ); Fri, 27 Jan 2017 03:32:29 -0500 X-Greylist: delayed 1018 seconds by postgrey-1.27 at vger.kernel.org; Fri, 27 Jan 2017 03:32:29 EST Received: from helmutauer.de (localhost [127.0.0.1]) by v2201612530341454.powersrv.de (Postfix) with ESMTP id 8AE0640DCB; Fri, 27 Jan 2017 09:15:31 +0100 (CET) Received: from 108.171.129.163 (proxying for 194.121.90.173) (SquirrelMail authenticated user vdr@helmutauer.de) by helmutauer.de with HTTP; Fri, 27 Jan 2017 09:15:31 +0100 Message-ID: In-Reply-To: <20170127080622.GA4153@mwanda> References: <20170127080622.GA4153@mwanda> Date: Fri, 27 Jan 2017 09:15:31 +0100 Subject: [patch] [media] add device IDs to ngene From: vdr@helmutauer.de To: linux-media@vger.kernel.org Cc: "Mauro Carvalho Chehab" User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 X-Priority: 1 (Highest) Importance: High Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Author: Helmut Auer Date: Fri Jan 27 09:09:35 2017 +0100 Adding 2 device ID's to ngene driver. Signed-off-by: Helmut Auer --- 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 diff --git a/drivers/media/pci/ngene/ngene-cards.c b/drivers/media/pci/ngene/ngene-cards.c index 423e8c8..88815bd 100644 --- a/drivers/media/pci/ngene/ngene-cards.c +++ b/drivers/media/pci/ngene/ngene-cards.c @@ -753,6 +753,8 @@ static const struct ngene_info ngene_info_terratec = { /****************************************************************************/ static const struct pci_device_id ngene_id_tbl[] = { + NGENE_ID(0x18c3, 0xab04, ngene_info_cineS2), + NGENE_ID(0x18c3, 0xab05, ngene_info_cineS2v5), NGENE_ID(0x18c3, 0xabc3, ngene_info_cineS2), NGENE_ID(0x18c3, 0xabc4, ngene_info_cineS2), NGENE_ID(0x18c3, 0xdb01, ngene_info_satixS2),