Skip to content

Commit

Permalink
hpilo: new pci device
Browse files Browse the repository at this point in the history
Future iLO devices will have an HP vendor id.

Signed-off-by: David Altobelli <david.altobelli@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Altobelli authored and Linus Torvalds committed Feb 28, 2009
1 parent bea5606 commit 31d8b56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/misc/hpilo.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ static int __devinit ilo_probe(struct pci_dev *pdev,

static struct pci_device_id ilo_devices[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB204) },
{ PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3307) },
{ }
};
MODULE_DEVICE_TABLE(pci, ilo_devices);
Expand Down Expand Up @@ -758,7 +759,7 @@ static void __exit ilo_exit(void)
class_destroy(ilo_class);
}

MODULE_VERSION("0.06");
MODULE_VERSION("1.0");
MODULE_ALIAS(ILO_NAME);
MODULE_DESCRIPTION(ILO_NAME);
MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");
Expand Down

0 comments on commit 31d8b56

Please sign in to comment.