From 3dfd658bfe8a1c02e43288a278d69b439611f1c0 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 15 Jan 2006 21:46:58 +0000 Subject: [PATCH] Patch from Ian Abbott , to enable counter for pci-1711. --- comedi/drivers/adv_pci1710.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/drivers/adv_pci1710.c b/comedi/drivers/adv_pci1710.c index 57f1cb0f..5a33a6e5 100644 --- a/comedi/drivers/adv_pci1710.c +++ b/comedi/drivers/adv_pci1710.c @@ -229,7 +229,7 @@ static boardtype boardtypes[] = 10000, 2048 }, {"pci1711", 0x1711, IORANGE_171x, 1, TYPE_PCI171X, - 16, 0, 2, 16, 16, 0, 0x0fff, 0x0fff, + 16, 0, 2, 16, 16, 1, 0x0fff, 0x0fff, &range_pci17x1, range_codes_pci17x1, &range_pci171x_da, 10000, 512 }, {"pci1713", 0x1713, -- 2.26.2