]> git.karo-electronics.de Git - linux-beck.git/commit
staging: comedi: das16: add a 'can_burst' flag to the private data
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Mon, 29 Jul 2013 20:57:18 +0000 (13:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Aug 2013 00:37:49 +0000 (17:37 -0700)
commit96334bfebf5697dce1dba23c0abdf1683a733c52
tree7f00b29229ac54d757832a48f40ee2a5f0061920
parent6f63840447030b32662d8d425b36e8fabd7799cf
staging: comedi: das16: add a 'can_burst' flag to the private data

If the boardinfo 'size' is > 0x400 it indicates that the board has
additional registers that allow bursting of analog input data.

To better indicate this add a flag to the private data.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das16.c