summaryrefslogtreecommitdiffstats
path: root/patches/03_thinkpad_acpi_support-libiquity-taurinus-laptops.patch
blob: afcdf7202ffb03bbecabd1cf149a772857af4509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Patrick McDermott <patrick.mcdermott@libiquity.com>
Subject: thinkpad_acpi: Support Libiquity Taurinus laptops

diff -Naurp src.orig/drivers/platform/x86/thinkpad_acpi.c src/drivers/platform/x86/thinkpad_acpi.c
--- src.orig/drivers/platform/x86/thinkpad_acpi.c	2021-01-12 16:20:05.000000000 -0500
+++ src/drivers/platform/x86/thinkpad_acpi.c	2021-01-14 08:36:37.993089918 -0500
@@ -9971,6 +9971,8 @@ static int __must_check __init get_think
 		tp->vendor = PCI_VENDOR_ID_IBM;
 	else if (dmi_name_in_vendors("LENOVO"))
 		tp->vendor = PCI_VENDOR_ID_LENOVO;
+	else if (dmi_name_in_vendors("Libiquity"))
+		tp->vendor = PCI_VENDOR_ID_LENOVO;
 	else
 		return 0;