aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/platform/x86/x86-android-tablets/dmi.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-08-29 07:12:02 +1200
committerLinus Torvalds <torvalds@linux-foundation.org>2024-08-29 07:12:02 +1200
commitf9a59dd09749c6303821e5d6cdff1affdb5917dd (patch)
tree76db749d40faf881912b8e187ada1c12bf82e4b6 /drivers/platform/x86/x86-android-tablets/dmi.c
parentMerge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (diff)
parentplatform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict (diff)
downloadwireguard-linux-f9a59dd09749c6303821e5d6cdff1affdb5917dd.tar.xz
wireguard-linux-f9a59dd09749c6303821e5d6cdff1affdb5917dd.zip
Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform drivers fixes from Ilpo Järvinen: - platform/x86/amd/pmc: AMD 1Ah model 60h series support (2nd attempt) - asus-wmi: Prevent spurious rfkill on Asus Zenbook Duo - x86-android-tablets: Relax DMI match to cover another model * tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA platform/x86/amd/pmc: Extend support for PMC features on new AMD platform platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform
Diffstat (limited to '')
-rw-r--r--drivers/platform/x86/x86-android-tablets/dmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/x86-android-tablets/dmi.c b/drivers/platform/x86/x86-android-tablets/dmi.c
index 141a2d25e83b..387dd092c4dd 100644
--- a/drivers/platform/x86/x86-android-tablets/dmi.c
+++ b/drivers/platform/x86/x86-android-tablets/dmi.c
@@ -140,7 +140,6 @@ const struct dmi_system_id x86_android_tablet_ids[] __initconst = {
/* Lenovo Yoga Tab 3 Pro YT3-X90F */
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
- DMI_MATCH(DMI_PRODUCT_NAME, "CHERRYVIEW D1 PLATFORM"),
DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"),
},
.driver_data = (void *)&lenovo_yt3_info,