disabled checking for supported aref
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 18 Nov 2002 23:45:44 +0000 (23:45 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 18 Nov 2002 23:45:44 +0000 (23:45 +0000)
comedi/range.c

index 7aa7d7b45ec6f76b55c7d4d7475e19f7441bc3ae..cede75fcafcb00364437cf7e70fa22eefd928631 100644 (file)
@@ -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 )
        {