commit | 1effe42da1ee4b424ccd2f8abaea5f838ef6ac93 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri Aug 31 20:41:33 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 04 12:00:41 2012 -0700 |
tree | 8b4d7d6a7f8acc22409bf3a67ba3f3e2a2da117d | |
parent | ffd76b327a19b49696635cd6891b9d279a73623e [diff] |
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>