File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -707,15 +707,15 @@ static const struct dmi_system_id cros_ec_lpc_dmi_table[] __initconst = {
707707 /* Framework Laptop (12th Gen Intel Core) */
708708 .matches = {
709709 DMI_MATCH (DMI_SYS_VENDOR , "Framework" ),
710- DMI_EXACT_MATCH (DMI_PRODUCT_NAME , "12th Gen Intel Core" ),
710+ DMI_EXACT_MATCH (DMI_PRODUCT_NAME , "Laptop ( 12th Gen Intel Core) " ),
711711 },
712712 .driver_data = (void * )& framework_laptop_mec_lpc_driver_data ,
713713 },
714714 {
715715 /* Framework Laptop (13th Gen Intel Core) */
716716 .matches = {
717717 DMI_MATCH (DMI_SYS_VENDOR , "Framework" ),
718- DMI_EXACT_MATCH (DMI_PRODUCT_NAME , "13th Gen Intel Core" ),
718+ DMI_EXACT_MATCH (DMI_PRODUCT_NAME , "Laptop ( 13th Gen Intel Core) " ),
719719 },
720720 .driver_data = (void * )& framework_laptop_mec_lpc_driver_data ,
721721 },
You can’t perform that action at this time.
0 commit comments