From b222af943c405df509eb9df084d203da4fbd324e Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 10 Mar 2015 21:47:38 +0100 Subject: ipecamera hack --- pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pci.c') diff --git a/pci.c b/pci.c index 474e315..ca858de 100644 --- a/pci.c +++ b/pci.c @@ -90,7 +90,7 @@ pcilib_model_t pcilib_get_model(pcilib_t *ctx) { if ((board_info->vendor_id == PCIE_XILINX_VENDOR_ID)&&(board_info->device_id == PCIE_IPECAMERA_DEVICE_ID)) ctx->model = PCILIB_MODEL_IPECAMERA; else if ((board_info->vendor_id == PCIE_XILINX_VENDOR_ID)&&(board_info->device_id == PCIE_KAPTURE_DEVICE_ID)) - ctx->model = PCILIB_MODEL_KAPTURE; + ctx->model = PCILIB_MODEL_IPECAMERA; else ctx->model = PCILIB_MODEL_PCI; } -- cgit v1.2.3