Re: [ibm-acpi-devel] [PATCH] Add EC path for SL500

2008-10-13 Thread Henrique de Moraes Holschuh
On Mon, 13 Oct 2008, Pascal Terjan wrote: > Add EC path for SL500 > This is obviously not enough to support it, but it's a start... Yeah, but I am not applying it until someone sends us a full acpi dump and dmidecode dump (remove UUIDs and serial numbers). Maybe you can do that? Then, if the ACP

Re: [ibm-acpi-devel] [PATCH] Remove duplicate line

2008-10-13 Thread Henrique de Moraes Holschuh
On Mon, 13 Oct 2008, Pascal Terjan wrote: > Signed-off-by: Pascal Terjan <[EMAIL PROTECTED]> Acked-by: Henrique de Moraes Holschuh <[EMAIL PROTECTED]> -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond wher

[ibm-acpi-devel] [PATCH] Remove duplicate line

2008-10-13 Thread Pascal Terjan
Signed-off-by: Pascal Terjan <[EMAIL PROTECTED]> --- drivers/misc/thinkpad_acpi.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c index 6b93007..ae554c1 100644 --- a/drivers/misc/thinkpad_acpi.c +++ b/drivers/misc

[ibm-acpi-devel] [PATCH] Add EC path for SL500

2008-10-13 Thread Pascal Terjan
Add EC path for SL500 This is obviously not enough to support it, but it's a start... Signed-off-by: Pascal Terjan <[EMAIL PROTECTED]> --- drivers/misc/thinkpad_acpi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acp