]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
hpilo: new pci device
authorDavid Altobelli <david.altobelli@hp.com>
Fri, 27 Feb 2009 22:03:09 +0000 (14:03 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:32:21 +0000 (17:32 -0700)
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>
drivers/misc/hpilo.c

index 05e298289238f77c2418094d06ef494bc944ed53..174a35ff52d2abcd4629e02f66d93c5184be1c65 100644 (file)
@@ -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);