Re: [PATCH 3/3] ACPI EC: Add support for non-AML EC query handlers

2007-06-23 Thread Len Brown
What is the benefit of this patch? (it would be good to say in the check-in comments...hint hint) Also, if you want your git commit author tag to be "Alexey Starikovskiy <[EMAIL PROTECTED]>" as you mentioned earlier, then this would be a good time to cut over to sending patches From and signed-off

[PATCH 3/3] ACPI EC: Add support for non-AML EC query handlers

2007-05-29 Thread Alexey Starikovskiy
Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]> --- drivers/acpi/ec.c | 175 ++--- 1 files changed, 125 insertions(+), 50 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index ffb8361..10e8510 100644 --- a/drivers/acpi/ec.c