Bug 12286
Summary: | [Patch] tc1100-wmi: sysfs entries always 0 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Krzysztof Kosiński (tweenk.pl) |
Component: | Platform | Assignee: | acpi_platform-drivers (acpi_platform-drivers) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | lenb |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.27 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Fix state querying in tc1100-wmi
Fix state querying in tc1100-wmi (v2) |
Description
Krzysztof Kosiński
2008-12-24 17:44:33 UTC
Created attachment 19476 [details]
Fix state querying in tc1100-wmi
This patch fixes both issues: querying state by catting /sys/devices/platform/tc1100-wmi/* works again, like it did in the old out-of-tree driver. Additionally, after "echo 0 > /sys/devices/platform/tc1100-wmi/jogdial", "cat /sys/devices/platform/tc1100-wmi/jogdial" prints 0 instead of 1.
Created attachment 19477 [details]
Fix state querying in tc1100-wmi (v2)
Resend in unified format (sorry)
This one seems to have been overlooked - can you post the patch with a Signed-off-by: line as per Documentation/SubmittingPatches to linux-kernel@vger.kernel.org and I'll make sure it gets followed up I have posted it some time ago, and Carlos Corbacho sent it to somebody else to apply - I thought it was already in the tree. I sent it again today. applied to acpi-test tree shipped in 2.6.30 merge window (2.6.29-git14) closed. commit 07de5bdb7bad607e29dc17c345717403a76a334c Author: Krzysztof Kosiński <tweenk.pl@gmail.com> Date: Thu Mar 19 23:22:31 2009 +0100 tc1100-wmi: Fix state reporting |