lkml.org 
[lkml]   [2004]   [Apr]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [ACPI] Re: [PATCH] filling in ACPI method access via sysfs namespace
FromAlex Williamson <>
DateFri, 09 Apr 2004 21:12:49 -0600
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:02    [from the cache]
©2003-2008