Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337303
b: refs/heads/master
c: 834df4b
h: refs/heads/master
i:
  337301: 7686fd0
  337299: f04d891
  337295: 457ef99
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Oct 26, 2012
1 parent 82f4bdf commit 492f5ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 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: fbbeddfa91df61df53aa6fd33f4f290e6d199a87
refs/heads/master: 834df4b520353d09203825c28ebdfd72fa929993
26 changes: 14 additions & 12 deletions trunk/drivers/staging/comedi/drivers/dt3000.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,22 @@ AO commands are not supported.

#include "comedi_fc.h"

static const struct comedi_lrange range_dt3000_ai = { 4, {
RANGE(-10, 10),
RANGE(-5, 5),
RANGE(-2.5, 2.5),
RANGE(-1.25, 1.25)
}
static const struct comedi_lrange range_dt3000_ai = {
4, {
BIP_RANGE(10),
BIP_RANGE(5),
BIP_RANGE(2.5),
BIP_RANGE(1.25)
}
};

static const struct comedi_lrange range_dt3000_ai_pgl = { 4, {
RANGE(-10, 10),
RANGE(-1, 1),
RANGE(-0.1, 0.1),
RANGE(-0.02, 0.02)
}
static const struct comedi_lrange range_dt3000_ai_pgl = {
4, {
BIP_RANGE(10),
BIP_RANGE(1),
BIP_RANGE(0.1),
BIP_RANGE(0.02)
}
};

struct dt3k_boardtype {
Expand Down

0 comments on commit 492f5ad

Please sign in to comment.