Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324655
b: refs/heads/master
c: 1effe42
h: refs/heads/master
i:
  324653: 7ec3241
  324651: d0c0894
  324647: 6330ea3
  324639: 2680cca
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 819b1bc commit 039c80e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffd76b327a19b49696635cd6891b9d279a73623e
refs/heads/master: 1effe42da1ee4b424ccd2f8abaea5f838ef6ac93
3 changes: 3 additions & 0 deletions trunk/drivers/staging/comedi/drivers/das08.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ static const struct das08_board_struct das08_boards[] = {
{
.name = "das08/jr-ao", /* cio-das08-jr-ao.pdf */
.bustype = isa,
.is_jr = true,
.ai = das08_ai_rinsn,
.ai_nbits = 12,
.ai_pg = das08_pg_none,
Expand All @@ -628,6 +629,7 @@ static const struct das08_board_struct das08_boards[] = {
{
.name = "das08jr-16-ao", /* cio-das08jr-16-ao.pdf */
.bustype = isa,
.is_jr = true,
.ai = das08_ai_rinsn,
.ai_nbits = 16,
.ai_pg = das08_pg_none,
Expand Down Expand Up @@ -670,6 +672,7 @@ static const struct das08_board_struct das08_boards[] = {
{
.name = "das08jr/16",
.bustype = isa,
.is_jr = true,
.ai = das08_ai_rinsn,
.ai_nbits = 16,
.ai_pg = das08_pg_none,
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/comedi/drivers/das08.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ struct das08_board_struct {
const char *name;
unsigned int id; /* id for pci/pcmcia boards */
enum das08_bustype bustype;
bool is_jr; /* true for 'JR' boards */
void *ai;
unsigned int ai_nbits;
enum das08_lrange ai_pg;
Expand Down

0 comments on commit 039c80e

Please sign in to comment.