We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa28991 commit 8822e8bCopy full SHA for 8822e8b
drivers/platform/x86/amd/pmc/pmc-quirks.c
@@ -239,6 +239,14 @@ static const struct dmi_system_id fwbug_list[] = {
239
DMI_MATCH(DMI_BOARD_NAME, "WUJIE14-GX4HRXL"),
240
}
241
},
242
+ {
243
+ .ident = "MECHREVO Yilong15Pro Series GM5HG7A",
244
+ .driver_data = &quirk_spurious_8042,
245
+ .matches = {
246
+ DMI_MATCH(DMI_SYS_VENDOR, "MECHREVO"),
247
+ DMI_MATCH(DMI_PRODUCT_NAME, "Yilong15Pro Series GM5HG7A"),
248
+ }
249
+ },
250
/* https://bugzilla.kernel.org/show_bug.cgi?id=220116 */
251
{
252
.ident = "PCSpecialist Lafite Pro V 14M",
0 commit comments