Skip to content

Commit

Permalink
ide/pci/delkin_cb.c: add new PCI ID
Browse files Browse the repository at this point in the history
Add PCI ID for a newer variant of cardbus CF/IDE adapter card.

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Mark Lord authored and Bartlomiej Zolnierkiewicz committed Apr 20, 2007
1 parent 46fcc86 commit 2571b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ide/pci/delkin_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ delkin_cb_remove (struct pci_dev *dev)

static struct pci_device_id delkin_cb_pci_tbl[] __devinitdata = {
{ 0x1145, 0xf021, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{ 0x1145, 0xf024, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{ 0, },
};
MODULE_DEVICE_TABLE(pci, delkin_cb_pci_tbl);
Expand Down

0 comments on commit 2571b16

Please sign in to comment.