Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317665
b: refs/heads/master
c: dcff168
h: refs/heads/master
i:
  317663: 1acb647
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 38ef44f commit 8e0e648
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 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: 98bcf9119cbcab67768a548bcb6dfc2b9464cb96
refs/heads/master: dcff1681cb49b2b2be3a3cddee620a81fc81e8e6
22 changes: 4 additions & 18 deletions trunk/drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,11 @@ struct pci6208_board {
};

static const struct pci6208_board pci6208_boards[] = {
/*{
.name = "pci6208v",
.dev_id = 0x6208, // not sure
.ao_chans = 8
},
{
.name = "pci6216v",
.dev_id = 0x6208, // not sure
.ao_chans = 16
}, */
{
.name = "pci6208a",
.dev_id = 0x6208,
.ao_chans = 8
}
.name = "pci6208a",
.dev_id = 0x6208,
.ao_chans = 8,
},
};

struct pci6208_private {
Expand Down Expand Up @@ -307,11 +297,7 @@ static void __devexit adl_pci6208_pci_remove(struct pci_dev *dev)
comedi_pci_auto_unconfig(dev);
}

/* This is used by modprobe to translate PCI IDs to drivers. Should
* only be used for PCI and ISA-PnP devices */
static DEFINE_PCI_DEVICE_TABLE(adl_pci6208_pci_table) = {
/* { PCI_VENDOR_ID_ADLINK, 0x6208, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, */
/* { PCI_VENDOR_ID_ADLINK, 0x6208, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, */
{ PCI_DEVICE(PCI_VENDOR_ID_ADLINK, 0x6208) },
{ 0 }
};
Expand Down

0 comments on commit 8e0e648

Please sign in to comment.