From 8177733af1f1639005f532ac2cf2f5c1cce7b8e6 Mon Sep 17 00:00:00 2001 From: Brad Love Date: Fri, 5 Jan 2018 19:48:19 -0500 Subject: media: cx23885: Enable new Hauppauge PCIe ImpactVCBe variant Add ID of new card revision to driver list Analog PAL/NTSC capture. Signed-off-by: Brad Love Signed-off-by: Mauro Carvalho Chehab --- drivers/media/pci/cx23885/cx23885-cards.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/media/pci/cx23885') diff --git a/drivers/media/pci/cx23885/cx23885-cards.c b/drivers/media/pci/cx23885/cx23885-cards.c index 3622521431f5..c4b312377e38 100644 --- a/drivers/media/pci/cx23885/cx23885-cards.c +++ b/drivers/media/pci/cx23885/cx23885-cards.c @@ -1027,6 +1027,10 @@ struct cx23885_subid cx23885_subids[] = { .subvendor = 0x0070, .subdevice = 0x7133, .card = CX23885_BOARD_HAUPPAUGE_IMPACTVCBE, + }, { + .subvendor = 0x0070, + .subdevice = 0x7137, + .card = CX23885_BOARD_HAUPPAUGE_IMPACTVCBE, }, { .subvendor = 0x18ac, .subdevice = 0xdb98, -- cgit v1.2.3