[PATCH 3/7] x86 platform drivers: hp-wmi Use consistent prefix string for messages.

2010-05-21 Thread Thomas Renninger
Signed-off-by: Thomas Renninger tr...@suse.de CC: m...@redhat.com CC: linux-a...@vger.kernel.org CC: platform-driver-x86@vger.kernel.org --- drivers/platform/x86/hp-wmi.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/platform/x86/hp-wmi.c

Cleanup and update hp-wmi to match the latest API

2010-05-21 Thread Thomas Renninger
The first 6 patches are not that intrusive and it would be great to see them pushed soon. The last one needs discussing. Thanks, Thomas -- To unsubscribe from this list: send the line unsubscribe platform-driver-x86 in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH 7/7] X86 platform: hp-wmi Better match the HP WMI query interface

2010-05-21 Thread Thomas Renninger
- Improve error handling, by explictly return zero for success, error otherwise - WMI query command can have arbitrary input sized params - WMI query command can have specific output sized params (0, 4, 128,..) byte I like to go on here, but this is a rather intrusive change that should be looked