summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Altobelli <david.altobelli@hp.com>2009-02-27 14:03:09 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-03-16 17:32:21 -0700
commitf4c6d74a665508d23fd3fc27dcad5ec5fb29b321 (patch)
treed26fbae5e0c9edd051b20ccc1a3de0b40a689091
parentda0a49794fba623e278f27fb1ff339f19b512fc8 (diff)
hpilo: new pci device
commit 31d8b5631f095cb7100cfccc95c801a2547ffe2b upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/misc/hpilo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
index 05e298289238..174a35ff52d2 100644
--- a/drivers/misc/hpilo.c
+++ b/drivers/misc/hpilo.c
@@ -710,6 +710,7 @@ out:
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);