We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea45f3f commit dcd59d0Copy full SHA for dcd59d0
drivers/platform/chrome/cros_ec_lpc.c
@@ -707,15 +707,15 @@ static const struct dmi_system_id cros_ec_lpc_dmi_table[] __initconst = {
707
/* Framework Laptop (12th Gen Intel Core) */
708
.matches = {
709
DMI_MATCH(DMI_SYS_VENDOR, "Framework"),
710
- DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "12th Gen Intel Core"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Laptop (12th Gen Intel Core)"),
711
},
712
.driver_data = (void *)&framework_laptop_mec_lpc_driver_data,
713
714
{
715
/* Framework Laptop (13th Gen Intel Core) */
716
717
718
- DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "13th Gen Intel Core"),
+ DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Laptop (13th Gen Intel Core)"),
719
720
721
0 commit comments