Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131850
b: refs/heads/master
c: 31d8b56
h: refs/heads/master
v: v3
  • Loading branch information
David Altobelli authored and Linus Torvalds committed Feb 28, 2009
1 parent 9cc1fd2 commit c86d199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bea5606d08a36a5fdcf815073d3593ddd2c8549e
refs/heads/master: 31d8b5631f095cb7100cfccc95c801a2547ffe2b
3 changes: 2 additions & 1 deletion trunk/drivers/misc/hpilo.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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>");
Expand Down

0 comments on commit c86d199

Please sign in to comment.