Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354452
b: refs/heads/master
c: f45787c
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Feb 6, 2013
1 parent 0baa5ae commit afcd0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: 4c56a2b63979ec1992fddc087c4660fde7d8e6c0
refs/heads/master: f45787c687adcf3c01599bf8f32667fab5271e0d
11 changes: 5 additions & 6 deletions trunk/drivers/staging/comedi/drivers/vmk80xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,11 @@ struct firmware_version {
unsigned char ic6_vers[32]; /* CPU */
};

static const struct comedi_lrange vmk8055_range = {
1, {UNI_RANGE(5)}
};

static const struct comedi_lrange vmk8061_range = {
2, {UNI_RANGE(5), UNI_RANGE(10)}
2, {
UNI_RANGE(5),
UNI_RANGE(10)
}
};

struct vmk80xx_board {
Expand All @@ -158,7 +157,7 @@ static const struct vmk80xx_board vmk80xx_boardinfo[] = {
[DEVICE_VMK8055] = {
.name = "K8055 (VM110)",
.model = VMK8055_MODEL,
.range = &vmk8055_range,
.range = &range_unipolar5,
.ai_nchans = 2,
.ai_maxdata = 0x00ff,
.ao_nchans = 2,
Expand Down

0 comments on commit afcd0ad

Please sign in to comment.