media/cx25821: Add a card definition for "No brand" cards that have: subvendor = 0x0000 subdevice = 0x0000

Message ID 1330104190-1220-2-git-send-email-linux@eikelenboom.it (mailing list archive)
State Superseded, archived
Headers

Commit Message

Sander Eikelenboom Feb. 24, 2012, 5:23 p.m. UTC
  From: Sander Eikelenboom <linux@eikelenboom.it>

Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
---
 drivers/media/video/cx25821/cx25821-core.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
  

Patch

diff --git a/drivers/media/video/cx25821/cx25821-core.c b/drivers/media/video/cx25821/cx25821-core.c
index f617474..f51f790 100644
--- a/drivers/media/video/cx25821/cx25821-core.c
+++ b/drivers/media/video/cx25821/cx25821-core.c
@@ -1472,8 +1472,13 @@  static DEFINE_PCI_DEVICE_TABLE(cx25821_pci_tbl) = {
 		/* CX25821 Athena */
 		.vendor = 0x14f1,
 		.device = 0x8210,
-		.subvendor = 0x14f1,
-		.subdevice = 0x0920,
+	},
+	{
+		/* CX25821 No Brand */
+		.vendor = 0x14f1,
+		.device = 0x8210,
+		.subvendor = 0x0000,
+		.subdevice = 0x0000,
 	},
 	{
 		/* --- end of list --- */