From: David Altobelli Date: Fri, 27 Feb 2009 22:03:09 +0000 (-0800) Subject: hpilo: new pci device X-Git-Tag: v2.6.28.8~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c6d74a665508d23fd3fc27dcad5ec5fb29b321;p=thirdparty%2Fkernel%2Fstable.git hpilo: new pci device commit 31d8b5631f095cb7100cfccc95c801a2547ffe2b upstream. Future iLO devices will have an HP vendor id. Signed-off-by: David Altobelli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c index 05e298289238f..174a35ff52d2a 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);