[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090226162858.GA29790@ldl.fc.hp.com>
Date: Thu, 26 Feb 2009 09:28:58 -0700
From: David Altobelli <david.altobelli@...com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, david.altobelli@...com
Subject: [PATCH] new pci device for hpilo
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@...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@...com>");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists