Add patches accepted for 2.6.26-rc1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.26-rc1 / 0014-ACPI-thinkpad-acpi-bump-up-version-to-0.20.patch
blobaff4a989089fac556c0ca494e3c3664470428a96
1 From 68f12ae5d778279e13e406d3913c74c592307770 Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Sat, 26 Apr 2008 01:02:30 -0300
4 Subject: ACPI: thinkpad-acpi: bump up version to 0.20
6 Full LED sysfs support, and the rest of the assorted minor fixes and
7 enhancements are a good reason to checkpoint a new version...
9 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
10 Signed-off-by: Len Brown <len.brown@intel.com>
11 ---
12 Documentation/laptops/thinkpad-acpi.txt | 4 ++--
13 drivers/misc/thinkpad_acpi.c | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
16 diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt
17 index 947b726..01c6c3d 100644
18 --- a/Documentation/laptops/thinkpad-acpi.txt
19 +++ b/Documentation/laptops/thinkpad-acpi.txt
20 @@ -1,7 +1,7 @@
21 ThinkPad ACPI Extras Driver
23 - Version 0.19
24 - January 06th, 2008
25 + Version 0.20
26 + April 09th, 2008
28 Borislav Deianov <borislav@users.sf.net>
29 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
30 diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c
31 index d5c08c0..d29ad2e 100644
32 --- a/drivers/misc/thinkpad_acpi.c
33 +++ b/drivers/misc/thinkpad_acpi.c
34 @@ -21,7 +21,7 @@
35 * 02110-1301, USA.
38 -#define TPACPI_VERSION "0.19"
39 +#define TPACPI_VERSION "0.20"
40 #define TPACPI_SYSFS_VERSION 0x020200
43 --
44 1.5.4.4