diff mbox

[MEDIA] add device IDs to ngene

Message ID 33044ec5031546f79ae9d37565240ed3.squirrel@helmutauer.de (mailing list archive)
State New, archived
Headers show

Commit Message

Helmut Auer Jan. 27, 2017, 1:20 p.m. UTC
Author: Helmut Auer <vdr@xxx.de>
Date:   Fri Jan 27 09:09:35 2017 +0100

    Adding 2 device ID's to ngene driver.

    Signed-off-by: Helmut Auer <vdr@xxx.de>



--
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

Comments

Helmut Auer Feb. 14, 2017, 7:20 a.m. UTC | #1
Author: Helmut Auer <vdr@helmutauer.de>
Date:   Fri Jan 27 09:09:35 2017 +0100

     Adding 2 device ID's to ngene driver.

     Signed-off-by: Helmut Auer <vdr@helmutauer.de>

--- drivers/media/pci/ngene/ngene-cards.c        2016-12-11
20:17:54.000000000 +0100
+++ drivers/media/pci/ngene/ngene-cards.c        2017-01-20
08:46:48.263666132 +0100
@@ -753,6 +753,8 @@
 /****************************************************************************/

 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),
diff mbox

Patch

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),