From: Sander Eikelenboom Date: Fri, 24 Feb 2012 17:49:42 +0000 (-0300) Subject: [media] cx25821: Add a card definition for "No brand" cards that have: subvendor... X-Git-Tag: firefly_0821_release~3680^2~275^2~2640 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=632fba4d012458fd5fedc678fb9b0f8bc59ceda2;p=firefly-linux-kernel-4.4.55.git [media] cx25821: Add a card definition for "No brand" cards that have: subvendor = 0x0000 subdevice = 0x0000 Signed-off-by: Sander Eikelenboom Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx25821/cx25821-core.c b/drivers/media/video/cx25821/cx25821-core.c index f617474f9073..7930ca58349f 100644 --- a/drivers/media/video/cx25821/cx25821-core.c +++ b/drivers/media/video/cx25821/cx25821-core.c @@ -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 --- */ } };