Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337657
b: refs/heads/master
c: 166d15f
h: refs/heads/master
i:
  337655: 55542d1
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Nov 6, 2012
1 parent afabeb7 commit d74cb56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 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: a486baa6cf2f900f252686cc63afc165db11b6e2
refs/heads/master: 166d15fd1ef33c60af722f68fe9bd149c969567d
21 changes: 1 addition & 20 deletions trunk/drivers/staging/comedi/drivers/addi_apci_1032.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
#include "addi-data/addi_eeprom.c"
#include "addi-data/hwdrv_apci1032.c"

#ifndef COMEDI_SUBD_TTLIO
#define COMEDI_SUBD_TTLIO 11 /* Digital Input Output But TTL */
#endif

static const struct addi_board apci1032_boardtypes[] = {
{
.pc_DriverName = "apci1032",
Expand Down Expand Up @@ -270,22 +266,7 @@ static int apci1032_attach_pci(struct comedi_device *dev,

/* Allocate and Initialise TTL */
s = &dev->subdevices[5];
if (this_board->i_NbrTTLChannel) {
s->type = COMEDI_SUBD_TTLIO;
s->subdev_flags =
SDF_WRITEABLE | SDF_READABLE | SDF_GROUND | SDF_COMMON;
s->n_chan = this_board->i_NbrTTLChannel;
s->maxdata = 1;
s->io_bits = 0; /* all bits input */
s->len_chanlist = this_board->i_NbrTTLChannel;
s->range_table = &range_digital;
s->insn_config = this_board->ttl_config;
s->insn_bits = this_board->ttl_bits;
s->insn_read = this_board->ttl_read;
s->insn_write = this_board->ttl_write;
} else {
s->type = COMEDI_SUBD_UNUSED;
}
s->type = COMEDI_SUBD_UNUSED;

/* EEPROM */
s = &dev->subdevices[6];
Expand Down

0 comments on commit d74cb56

Please sign in to comment.