Commit 5b28b8c4 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: das1800: move comment about max conversion speeds

For aesthetics, move this information into the comedi comment block.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cc3ddba2
......@@ -51,6 +51,9 @@
* (convert_arg <= 64000). This limitation does not apply if scan_begin_src
* is TRIG_FOLLOW.
*
* The maximum conversion speeds are not always achievable depending on the
* board setup (see user manual).
*
* NOTES:
* Only the DAS-1801ST has been tested by me.
* Unipolar and bipolar ranges cannot be mixed in the channel/gain list.
......@@ -194,10 +197,6 @@ struct das1800_board {
unsigned int is_01_series:1;
};
/* Warning: the maximum conversion speeds listed below are
* not always achievable depending on board setup (see
* user manual.)
*/
static const struct das1800_board das1800_boards[] = {
[BOARD_DAS1701ST] = {
.name = "das-1701st",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment