Add patches accepted for 2.6.26-rc1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.24-rc4 / 0005-ACPI-thinkpad-acpi-bump-up-version-to-0.17.patch
blobfe7a2b16b9eb0531ec271bae687fe29daabcc741
1 From b856f5b8c022b75bb0504a8c1ce16a5f1656e08b Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Tue, 30 Oct 2007 17:46:23 -0200
4 Subject: [PATCH 20/23] ACPI: thinkpad-acpi: bump up version to 0.17
6 The lm-sensors 3.0.0/libsensors4 compatibility changes are reason enough to
7 bump up the version string. Do it.
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/thinkpad-acpi.txt | 4 ++--
13 drivers/misc/thinkpad_acpi.c | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
16 diff --git a/Documentation/thinkpad-acpi.txt b/Documentation/thinkpad-acpi.txt
17 index bb1c7a6..10c041c 100644
18 --- a/Documentation/thinkpad-acpi.txt
19 +++ b/Documentation/thinkpad-acpi.txt
20 @@ -1,7 +1,7 @@
21 ThinkPad ACPI Extras Driver
23 - Version 0.16
24 - August 2nd, 2007
25 + Version 0.17
26 + October 04th, 2007
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 109bd27..251110d 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 IBM_VERSION "0.16"
39 +#define IBM_VERSION "0.17"
40 #define TPACPI_SYSFS_VERSION 0x020000
43 --
44 1.5.3.4