From 079c181439743ad75e8620ebde1d811f08f6a901 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 10 Sep 2005 16:10:49 +0000 Subject: [PATCH] Patch from abbotti@mev.co.uk (Ian Abbott): I cocked up the register offset for the third 8255 subdevice of the Amplicon PC272E and PCI272 cards. It should be at offset 0x10, not 0x0C. --- comedi/drivers/amplc_dio200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comedi/drivers/amplc_dio200.c b/comedi/drivers/amplc_dio200.c index e9efe144..d2569a5c 100644 --- a/comedi/drivers/amplc_dio200.c +++ b/comedi/drivers/amplc_dio200.c @@ -190,7 +190,7 @@ static dio200_layout dio200_layouts[] = { [pc272_layout] = { n_subdevs: 4, sdtype: { sd_8255, sd_8255, sd_8255, sd_intr }, - sdinfo: { 0x00, 0x08, 0x0C, 0x3F }, + sdinfo: { 0x00, 0x08, 0x10, 0x3F }, }, }; -- 2.26.2