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 = {
707
707
/* Framework Laptop (12th Gen Intel Core) */
708
708
.matches = {
709
709
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) " ),
711
711
},
712
712
.driver_data = (void * )& framework_laptop_mec_lpc_driver_data ,
713
713
},
714
714
{
715
715
/* Framework Laptop (13th Gen Intel Core) */
716
716
.matches = {
717
717
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) " ),
719
719
},
720
720
.driver_data = (void * )& framework_laptop_mec_lpc_driver_data ,
721
721
},
You can’t perform that action at this time.
0 commit comments