[ibm-acpi-devel] [PATCH 5/5] thinkpad-acpi: bump up version to 0.23

2009-04-13 Thread Henrique de Moraes Holschuh
Plenty of high-profile changes, so it deserves a new version number. Features added since 0.22: * Restrict unsafe LEDs * New race-less brightness control strategy for IBM ThinkPads * Disclose TGID of driver access from userspace (debug) * Warn when deprecated functions are used Other chan

[ibm-acpi-devel] [PATCH 3/5] thinkpad-acpi: fix use of MODULE_AUTHOR

2009-04-13 Thread Henrique de Moraes Holschuh
Fix the module to use one instance of MODULE_AUTHOR per author. Signed-off-by: Henrique de Moraes Holschuh --- drivers/platform/x86/thinkpad_acpi.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acp

[ibm-acpi-devel] [PATCH 1/5] thinkpad-acpi: silence hotkey enable warning for module parameter

2009-04-13 Thread Henrique de Moraes Holschuh
Avoid the WARN() when the procfs handler for hotkey enable is used by a module parameter. Instead, urge the user to stop doing that. Reported-by: Niel Lambrechts Signed-off-by: Henrique de Moraes Holschuh --- drivers/platform/x86/thinkpad_acpi.c | 18 -- 1 files changed, 12 i

[ibm-acpi-devel] [PATCH 2/5] thinkpad-acpi: fix LED blinking through timer trigger

2009-04-13 Thread Henrique de Moraes Holschuh
The set_blink hook code in the LED subdriver would never manage to get a LED to blink, and instead it would just turn it on. The consequence of this is that the "timer" trigger would not cause the LED to blink if given default parameters. This problem exists since 2.6.26-rc1. To fix it, switch t

[ibm-acpi-devel] [PATCH 4/5] thinkpad-acpi: simplify module autoloading

2009-04-13 Thread Henrique de Moraes Holschuh
Simplify the module autoloading a great deal, by keying to the HID for the HKEY interface. Only _really_ ancient IBM ThinkPad models like the 240, 240x and 570 lack the HKEY interface, and they're getting their own trimmed-down driver one of these days. Signed-off-by: Henrique de Moraes Holschuh

[ibm-acpi-devel] [GIT PATCH] thinkpad-acpi late queue

2009-04-13 Thread Henrique de Moraes Holschuh
Len, This patchset has some fixes for thinkpad-acpi in 2.6.30-rc. The first one fixes a regression, the second fixes code that has never worked in the first place, and the others are safe nice-to-haves. Please consider sending them to Linus for 2.6.30-rc2/rc3. Henrique de Moraes Holschuh (5):