From patchwork Fri Jan 27 13:20:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helmut Auer X-Patchwork-Id: 9541807 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 E1DA2601D7 for ; Fri, 27 Jan 2017 13:31:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D2D5A26E91 for ; Fri, 27 Jan 2017 13:31:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C589227D4D; Fri, 27 Jan 2017 13:31:53 +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 C084926E91 for ; Fri, 27 Jan 2017 13:31:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932285AbdA0Nbn (ORCPT ); Fri, 27 Jan 2017 08:31:43 -0500 Received: from mail.helmutauer.de ([185.170.112.187]:40268 "EHLO v2201612530341454.powersrv.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754838AbdA0Naj (ORCPT ); Fri, 27 Jan 2017 08:30:39 -0500 Received: from helmutauer.de (localhost [127.0.0.1]) by v2201612530341454.powersrv.de (Postfix) with ESMTP id B92B042B63; Fri, 27 Jan 2017 14:20:46 +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 14:20:46 +0100 Message-ID: <33044ec5031546f79ae9d37565240ed3.squirrel@helmutauer.de> In-Reply-To: References: <20170127080622.GA4153@mwanda> Date: Fri, 27 Jan 2017 14:20:46 +0100 Subject: [PATCH] [MEDIA] add device IDs to ngene From: vdr@helmutauer.de To: "Mauro Carvalho Chehab" Cc: "Linux Media Mailing List" User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal 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),