[media] cx25821: Add a card definition for "No brand" cards that have: subvendor...
authorSander Eikelenboom <linux@eikelenboom.it>
Fri, 24 Feb 2012 17:49:42 +0000 (14:49 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 8 Mar 2012 15:42:28 +0000 (12:42 -0300)
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx25821/cx25821-core.c

index f617474..7930ca5 100644 (file)
@@ -1474,8 +1474,13 @@ static DEFINE_PCI_DEVICE_TABLE(cx25821_pci_tbl) = {
                .device = 0x8210,
                .subvendor = 0x14f1,
                .subdevice = 0x0920,
-       },
-       {
+       }, {
+               /* CX25821 No Brand */
+               .vendor = 0x14f1,
+               .device = 0x8210,
+               .subvendor = 0x0000,
+               .subdevice = 0x0000,
+       }, {
                /* --- end of list --- */
        }
 };