File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -507,16 +507,23 @@ static const struct dmi_system_id maingear_laptop[] = {
507
507
508
508
static const struct dmi_system_id pcspecialist_laptop [] = {
509
509
{
510
- .ident = "PCSpecialist Elimina Pro 16 M" ,
511
- /*
512
- * Some models have product-name "Elimina Pro 16 M",
513
- * others "GM6BGEQ". Match on board-name to match both.
514
- */
510
+ /* TongFang GM6BGEQ / PCSpecialist Elimina Pro 16 M, RTX 3050 */
515
511
.matches = {
516
- DMI_MATCH (DMI_SYS_VENDOR , "PCSpecialist" ),
517
512
DMI_MATCH (DMI_BOARD_NAME , "GM6BGEQ" ),
518
513
},
519
514
},
515
+ {
516
+ /* TongFang GM6BG5Q, RTX 4050 */
517
+ .matches = {
518
+ DMI_MATCH (DMI_BOARD_NAME , "GM6BG5Q" ),
519
+ },
520
+ },
521
+ {
522
+ /* TongFang GM6BG0Q / PCSpecialist Elimina Pro 16 M, RTX 4060 */
523
+ .matches = {
524
+ DMI_MATCH (DMI_BOARD_NAME , "GM6BG0Q" ),
525
+ },
526
+ },
520
527
{ }
521
528
};
522
529
You can’t perform that action at this time.
0 commit comments