From c86d199fb90b49a06950439c751ae37ecc681c18 Mon Sep 17 00:00:00 2001 From: David Altobelli Date: Fri, 27 Feb 2009 14:03:09 -0800 Subject: [PATCH] --- yaml --- r: 131850 b: refs/heads/master c: 31d8b5631f095cb7100cfccc95c801a2547ffe2b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/misc/hpilo.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ac59a4af4ac5..91efcf23c0e1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bea5606d08a36a5fdcf815073d3593ddd2c8549e +refs/heads/master: 31d8b5631f095cb7100cfccc95c801a2547ffe2b diff --git a/trunk/drivers/misc/hpilo.c b/trunk/drivers/misc/hpilo.c index f26667a7abf7..cf991850f01b 100644 --- a/trunk/drivers/misc/hpilo.c +++ b/trunk/drivers/misc/hpilo.c @@ -710,6 +710,7 @@ static int __devinit ilo_probe(struct pci_dev *pdev, 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 ");