[PATCH] new pci device for hpilo

From: David Altobelli
Date: Thu Feb 26 2009 - 11:29:41 EST


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@xxxxxx>
---

--- 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@xxxxxx>");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/