Your message dated Tue, 1 Dec 2009 10:41:45 -0700
with message-id <[email protected]>
and subject line fixed in 2.6.29-1
has caused the Debian Bug report #559064,
regarding new pciid for hpilo
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
559064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559064
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.26-20
Severity: important
Tags: lenny
This change from upstream simply adds a new pci id (well, and revs the
module version - I'll probably use 0.06lenny1 instead of 1.0 though).
Author: David Altobelli <[email protected]>
Date: Fri Feb 27 14:03:09 2009 -0800
hpilo: new pci device
Future iLO devices will have an HP vendor id.
Signed-off-by: David Altobelli <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/misc/hpilo.c b/drivers/misc/hpilo.c
index f26667a..cf99185 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);
@@ -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 <[email protected]>");
--
dann frazier
--- End Message ---
--- Begin Message ---
Version: 2.6.29-1
--- End Message ---