* [PATCH] new pci device for hpilo
@ 2009-02-26 16:28 David Altobelli
0 siblings, 0 replies; only message in thread
From: David Altobelli @ 2009-02-26 16:28 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, david.altobelli
Future iLO devices will have an HP vendor id, applies to 2.6.29.
Please CC me on any replies.
Signed-off-by: David Altobelli <david.altobelli@hp.com>
---
--- linux-2.6.28/drivers/misc/hpilo.c.orig 2009-02-20 13:59:42.000000000 -0600
+++ linux-2.6.28/drivers/misc/hpilo.c 2009-02-20 14:02:46.000000000 -0600
@@ -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);
@@ -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>");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-26 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26 16:28 [PATCH] new pci device for hpilo David Altobelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox