Add NS50MU to perf. profile workaround

Implements #44
This commit is contained in:
Christoffer Sandberg 2021-04-06 12:58:52 +02:00
parent fd683d410b
commit 6e65f2ea97
No known key found for this signature in database
GPG key ID: BF563F71B6C7A96D

View file

@ -809,6 +809,7 @@ int clevo_keyboard_init(void)
|| dmi_string_in(DMI_BOARD_NAME, "NL5xRU") || dmi_string_in(DMI_BOARD_NAME, "NL5xRU")
|| dmi_string_in(DMI_BOARD_NAME, "NV4XMB,ME,MZ") || dmi_string_in(DMI_BOARD_NAME, "NV4XMB,ME,MZ")
|| dmi_string_in(DMI_BOARD_NAME, "L140CU") || dmi_string_in(DMI_BOARD_NAME, "L140CU")
|| dmi_string_in(DMI_BOARD_NAME, "NS50MU")
; ;
if (performance_profile_set_workaround) { if (performance_profile_set_workaround) {
TUXEDO_INFO("Performance profile 'performance' set workaround applied\n"); TUXEDO_INFO("Performance profile 'performance' set workaround applied\n");