Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317604
b: refs/heads/master
c: 13ab179
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 26, 2012
1 parent d379194 commit 645d087
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b3bfe9b4491947cdaabd1f01065b49aab49881d
refs/heads/master: 13ab179c69769bb5be811b28fd6eeaeea2440359
27 changes: 13 additions & 14 deletions trunk/drivers/staging/comedi/drivers/cb_das16_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,21 @@ struct das16cs_board {
int device_id;
int n_ao_chans;
};

static const struct das16cs_board das16cs_boards[] = {
{
.device_id = 0x0000, /* unknown */
.name = "PC-CARD DAS16/16",
.n_ao_chans = 0,
},
{
.device_id = 0x0039,
.name = "PC-CARD DAS16/16-AO",
.n_ao_chans = 2,
},
{
.device_id = 0x4009,
.name = "PCM-DAS16s/16",
.n_ao_chans = 0,
},
.name = "PC-CARD DAS16/16-AO",
.device_id = 0x0039,
.n_ao_chans = 2,
}, {
.name = "PCM-DAS16s/16",
.device_id = 0x4009,
.n_ao_chans = 0,
}, {
.name = "PC-CARD DAS16/16",
.device_id = 0x0000, /* unknown */
.n_ao_chans = 0,
},
};

struct das16cs_private {
Expand Down

0 comments on commit 645d087

Please sign in to comment.