]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.32.12/thinkpad-acpi-fix-some-version-quirks.patch
Fixes for 5.10
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.12 / thinkpad-acpi-fix-some-version-quirks.patch
CommitLineData
9659d8ac
GKH
1From 90765c6aee568137521ba19347c744b5abde8161 Mon Sep 17 00:00:00 2001
2From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3Date: Wed, 9 Dec 2009 01:36:23 +0000
4Subject: thinkpad-acpi: fix some version quirks
5
6From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
7
8commit 90765c6aee568137521ba19347c744b5abde8161 upstream.
9
10Update some of the BIOS/EC version quirks.
11
12Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
13Signed-off-by: Len Brown <len.brown@intel.com>
14Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
15
16---
17 drivers/platform/x86/thinkpad_acpi.c | 6 +++---
18 1 file changed, 3 insertions(+), 3 deletions(-)
19
20--- a/drivers/platform/x86/thinkpad_acpi.c
21+++ b/drivers/platform/x86/thinkpad_acpi.c
22@@ -1779,7 +1779,7 @@ static const struct tpacpi_quirk tpacpi_
23
24 TPV_QL1('7', '9', 'E', '3', '5', '0'), /* T60/p */
25 TPV_QL1('7', 'C', 'D', '2', '2', '2'), /* R60, R60i */
26- TPV_QL0('7', 'E', 'D', '0'), /* R60e, R60i */
27+ TPV_QL1('7', 'E', 'D', '0', '1', '5'), /* R60e, R60i */
28
29 /* BIOS FW BIOS VERS EC FW EC VERS */
30 TPV_QI2('1', 'W', '9', '0', '1', 'V', '2', '8'), /* R50e (1) */
31@@ -1795,8 +1795,8 @@ static const struct tpacpi_quirk tpacpi_
32 TPV_QI1('7', '4', '6', '4', '2', '7'), /* X41 (0) */
33 TPV_QI1('7', '5', '6', '0', '2', '0'), /* X41t (0) */
34
35- TPV_QL0('7', 'B', 'D', '7'), /* X60/s */
36- TPV_QL0('7', 'J', '3', '0'), /* X60t */
37+ TPV_QL1('7', 'B', 'D', '7', '4', '0'), /* X60/s */
38+ TPV_QL1('7', 'J', '3', '0', '1', '3'), /* X60t */
39
40 /* (0) - older versions lack DMI EC fw string and functionality */
41 /* (1) - older versions known to lack functionality */