Add patches accepted for 2.6.30-rc4
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.30-rc4 / 0005-thinkpad-acpi-bump-up-version-to-0.23.patch
blob3641bcda237a525081a4e2401cf28e17661a7f51
1 From b57f7e7b836d271902b8b7b1ec8cf9312dc5d228 Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Tue, 14 Apr 2009 02:44:14 +0000
4 Subject: thinkpad-acpi: bump up version to 0.23
6 Plenty of high-profile changes, so it deserves a new version number.
8 Features added since 0.22:
9 * Restrict unsafe LEDs
10 * New race-less brightness control strategy for IBM ThinkPads
11 * Disclose TGID of driver access from userspace (debug)
12 * Warn when deprecated functions are used
14 Other changes:
15 * Better debug messages in some subdrivers
16 * Removed "hotkey disable" support, since it breaks the driver
17 * Dropped "ibm-acpi" alias
19 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
20 Signed-off-by: Len Brown <len.brown@intel.com>
21 ---
22 Documentation/laptops/thinkpad-acpi.txt | 4 ++--
23 drivers/platform/x86/thinkpad_acpi.c | 2 +-
24 2 files changed, 3 insertions(+), 3 deletions(-)
26 diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt
27 index 3d76507..e7e9a69 100644
28 --- a/Documentation/laptops/thinkpad-acpi.txt
29 +++ b/Documentation/laptops/thinkpad-acpi.txt
30 @@ -1,7 +1,7 @@
31 ThinkPad ACPI Extras Driver
33 - Version 0.22
34 - November 23rd, 2008
35 + Version 0.23
36 + April 10th, 2009
38 Borislav Deianov <borislav@users.sf.net>
39 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
40 diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
41 index caa774a..912be65 100644
42 --- a/drivers/platform/x86/thinkpad_acpi.c
43 +++ b/drivers/platform/x86/thinkpad_acpi.c
44 @@ -21,7 +21,7 @@
45 * 02110-1301, USA.
48 -#define TPACPI_VERSION "0.22"
49 +#define TPACPI_VERSION "0.23"
50 #define TPACPI_SYSFS_VERSION 0x020300
53 --
54 1.6.2.3