projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47f548
)
Patch from abbotti@mev.co.uk (Ian Abbott):
author
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 10 Sep 2005 16:10:49 +0000
(16:10 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Sat, 10 Sep 2005 16:10:49 +0000
(16:10 +0000)
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
patch
|
blob
|
history
diff --git
a/comedi/drivers/amplc_dio200.c
b/comedi/drivers/amplc_dio200.c
index e9efe1441f376f9f32f5ecd80ae16f9a18df1093..d2569a5c060880fdac58a5046c3f0ae0b2999960 100644
(file)
--- 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, 0x
0C
, 0x3F },
+ sdinfo: { 0x00, 0x08, 0x
10
, 0x3F },
},
};