mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Add standard Aura (now new) board name to perf. profile workaround
- Convert remaining matches to string in for robustness (with occational space padding) - Add missing device comment
This commit is contained in:
parent
afae768fda
commit
e53d4870ea
|
@ -791,10 +791,11 @@ int clevo_keyboard_init(void)
|
|||
|
||||
// Workaround for firmware issue not setting selected performance profile.
|
||||
// Explicitly set "performance" perf. profile on init regardless of what is chosen
|
||||
// for these devices (Aura, XP14)
|
||||
// for these devices (Aura, XP14, IBS14v5)
|
||||
performance_profile_set_workaround = false
|
||||
|| dmi_match(DMI_BOARD_NAME, "AURA1501")
|
||||
|| dmi_match(DMI_BOARD_NAME, "NV4XMB,ME,MZ")
|
||||
|| dmi_string_in(DMI_BOARD_NAME, "AURA1501")
|
||||
|| dmi_string_in(DMI_BOARD_NAME, "NL5xRU")
|
||||
|| dmi_string_in(DMI_BOARD_NAME, "NV4XMB,ME,MZ")
|
||||
|| dmi_string_in(DMI_BOARD_NAME, "L140CU")
|
||||
;
|
||||
if (performance_profile_set_workaround) {
|
||||
|
|
Loading…
Reference in a new issue