From: Frank Mori Hess Date: Sat, 10 Sep 2005 16:10:49 +0000 (+0000) Subject: Patch from abbotti@mev.co.uk (Ian Abbott): X-Git-Tag: branch-0_7-end~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=079c181439743ad75e8620ebde1d811f08f6a901;p=comedi.git 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. --- 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 }, }, };