projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c98b78
)
disabled checking for supported aref
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 18 Nov 2002 23:45:44 +0000
(23:45 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 18 Nov 2002 23:45:44 +0000
(23:45 +0000)
comedi/range.c
patch
|
blob
|
history
diff --git
a/comedi/range.c
b/comedi/range.c
index 7aa7d7b45ec6f76b55c7d4d7475e19f7441bc3ae..cede75fcafcb00364437cf7e70fa22eefd928631 100644
(file)
--- a/
comedi/range.c
+++ b/
comedi/range.c
@@
-91,6
+91,9
@@
static int aref_invalid( comedi_subdevice *s, unsigned int chanspec )
{
unsigned int aref;
+ // disable reporting invalid arefs... maybe someday
+ return 0;
+
aref = CR_AREF( chanspec );
switch( aref )
{