Re: [ACPI] Re: [PATCH] filling in ACPI method access via sysfsnamespace

From: Alex Williamson
Date: Fri Apr 09 2004 - 22:17:25 EST


On Fri, 2004-04-09 at 19:52, John Belmonte wrote:
> The limitation of this interface is that it's not able to call an ACPI
> method with some arguments and get the return value, correct?

Yes, that's unfortunately a limitation. Most of the standard
interfaces either take no parameters or have no return value, so they
fit nicely into this framework. I'm open to suggestions on how to work
around this. We could make the store function save off the method
parameters, then the show function would call the method with the saved
parameters and return the results. Obviously there are some userspace
ordering issues that could make this complicated, but it's easy to code
on the kernel side. Other ideas? Thanks,

Alex

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/