Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337536
b: refs/heads/master
c: e53b9d6
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Nov 1, 2012
1 parent 858a7d9 commit dc77c0d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 34 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: 91952b78069b5029b3c7d705f7b51b107b9792e8
refs/heads/master: e53b9d6d8b4cad51dd9e52c1d7ed549faab1d091
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define ADDIDATA_UNIPOLAR 1
#define ADDIDATA_BIPOLAR 2

/* ADDIDATA Enable Disable */
#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0

/* ANALOG INPUT RANGE */
static struct comedi_lrange range_apci035_ai = {
8, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define APCI1032_DIGITAL_IP_INTERRUPT_ENABLE 0x4
#define APCI1032_DIGITAL_IP_INTERRUPT_DISABLE 0xfffffffb

/* ADDIDATA Enable Disable */
#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0

static unsigned int ui_InterruptStatus;

/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define APCI1564_DIGITAL_OP_CC_INTERRUPT_ENABLE 0x2
#define APCI1564_DIGITAL_OP_CC_INTERRUPT_DISABLE 0xfffffffd

/* ADDIDATA Enable Disable */

#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define ADDIDATA_TIMER 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define COMEDI_SUBD_TTLIO 11 /* Digital Input Output But TTL */
#endif

#ifndef ADDIDATA_ENABLE
#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0
#endif

#define APCI16XX_TTL_INIT 0
#define APCI16XX_TTL_INITDIRECTION 1
#define APCI16XX_TTL_OUTPUTMEMORY 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define APCI2016_DIGITAL_OP 0x04
#define APCI2016_DIGITAL_OP_RW 4

/* ADDIDATA Enable Disable */

#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define ADDIDATA_WATCHDOG 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define APCI2032_DIGITAL_OP_CC_INTERRUPT_ENABLE 0x2
#define APCI2032_DIGITAL_OP_CC_INTERRUPT_DISABLE 0xfffffffd

/* ADDIDATA Enable Disable */

#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0

/* TIMER COUNTER WATCHDOG DEFINES */

#define ADDIDATA_WATCHDOG 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ You should also find the complete GPL in the COPYING file accompanying this sour
#define COMEDI_SUBD_TTLIO 11 /* Digital Input Output But TTL */
#endif

#ifndef ADDIDATA_ENABLE
#define ADDIDATA_ENABLE 1
#define ADDIDATA_DISABLE 0
#endif

#define APCI3XXX_SINGLE 0
#define APCI3XXX_DIFF 1
#define APCI3XXX_CONFIGURATION 0
Expand Down

0 comments on commit dc77c0d

Please sign in to comment.