aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform')
-rw-r--r--drivers/platform/x86/thinkpad_acpi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c
index 1ee734c14cc1..6160813d906a 100644
--- a/drivers/platform/x86/thinkpad_acpi.c
+++ b/drivers/platform/x86/thinkpad_acpi.c
@@ -1779,7 +1779,7 @@ static const struct tpacpi_quirk tpacpi_bios_version_qtable[] __initconst = {
1779 1779
1780 TPV_QL1('7', '9', 'E', '3', '5', '0'), /* T60/p */ 1780 TPV_QL1('7', '9', 'E', '3', '5', '0'), /* T60/p */
1781 TPV_QL1('7', 'C', 'D', '2', '2', '2'), /* R60, R60i */ 1781 TPV_QL1('7', 'C', 'D', '2', '2', '2'), /* R60, R60i */
1782 TPV_QL0('7', 'E', 'D', '0'), /* R60e, R60i */ 1782 TPV_QL1('7', 'E', 'D', '0', '1', '5'), /* R60e, R60i */
1783 1783
1784 /* BIOS FW BIOS VERS EC FW EC VERS */ 1784 /* BIOS FW BIOS VERS EC FW EC VERS */
1785 TPV_QI2('1', 'W', '9', '0', '1', 'V', '2', '8'), /* R50e (1) */ 1785 TPV_QI2('1', 'W', '9', '0', '1', 'V', '2', '8'), /* R50e (1) */
@@ -1795,8 +1795,8 @@ static const struct tpacpi_quirk tpacpi_bios_version_qtable[] __initconst = {
1795 TPV_QI1('7', '4', '6', '4', '2', '7'), /* X41 (0) */ 1795 TPV_QI1('7', '4', '6', '4', '2', '7'), /* X41 (0) */
1796 TPV_QI1('7', '5', '6', '0', '2', '0'), /* X41t (0) */ 1796 TPV_QI1('7', '5', '6', '0', '2', '0'), /* X41t (0) */
1797 1797
1798 TPV_QL0('7', 'B', 'D', '7'), /* X60/s */ 1798 TPV_QL1('7', 'B', 'D', '7', '4', '0'), /* X60/s */
1799 TPV_QL0('7', 'J', '3', '0'), /* X60t */ 1799 TPV_QL1('7', 'J', '3', '0', '1', '3'), /* X60t */
1800 1800
1801 /* (0) - older versions lack DMI EC fw string and functionality */ 1801 /* (0) - older versions lack DMI EC fw string and functionality */
1802 /* (1) - older versions known to lack functionality */ 1802 /* (1) - older versions known to lack functionality */