staging: comedi: das08: Mark 'JR' boards in board data
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:33 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:41 +0000 (12:00 -0700)
commit1effe42da1ee4b424ccd2f8abaea5f838ef6ac93
tree8b4d7d6a7f8acc22409bf3a67ba3f3e2a2da117d
parentffd76b327a19b49696635cd6891b9d279a73623e
staging: comedi: das08: Mark 'JR' boards in board data

Add a bool member `is_jr` to `struct das08_board_struct` and initialize
it to `true` in those elements of `das08_boards[]` corresponding to the
'JR' board models.  This will be used by a following patch that removes
the `ai`, `ao`, `di` and `do` members from `struct das08_board_struct`.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c
drivers/staging/comedi/drivers/das08.h