Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219671
b: refs/heads/master
c: 07c2412
h: refs/heads/master
i:
  219669: 4665753
  219667: 66826a1
  219663: 3b53126
v: v3
  • Loading branch information
Javier Martinez Canillas authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent ff2d649 commit ec85eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 0924f2f06b97a08decf97ec081a965caa5758a2e
refs/heads/master: 07c2412a5e65f3f7087473d86742b418cd4c96fb
15 changes: 7 additions & 8 deletions trunk/drivers/staging/comedi/drivers/cb_pcidda.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,13 @@ static const struct cb_pcidda_board cb_pcidda_boards[] = {
};

static DEFINE_PCI_DEVICE_TABLE(cb_pcidda_pci_table) = {
{
PCI_VENDOR_ID_CB, 0x0020, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_CB, 0x0021, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_CB, 0x0022, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_CB, 0x0023, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_CB, 0x0024, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
PCI_VENDOR_ID_CB, 0x0025, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {
0}
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0020) },
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0021) },
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0022) },
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0023) },
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0024) },
{ PCI_DEVICE(PCI_VENDOR_ID_CB, 0x0025) },
{ 0 }
};

MODULE_DEVICE_TABLE(pci, cb_pcidda_pci_table);
Expand Down

0 comments on commit ec85eac

Please sign in to comment.