git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e55dea5
)
[PATCH] acpiphp: configure _PRT - V3
author
MUNEDA Takahiro
<muneda.takahiro@jp.fujitsu.com>
Wed, 22 Mar 2006 05:49:09 +0000
(14:49 +0900)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 19 Jun 2006 21:13:21 +0000
(14:13 -0700)
Current acpiphp does not free acpi_device structs when the
PCI devices are removed. When the PCI device is added,
acpi_bus_add() fails because acpi_device struct has already
exists. So, _PRT method does not evaluate.
This patch fixes this issue.
Signed-off-by: MUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found