mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-07 18:58:08 +02:00
lenovo-dytc: Also handle "balanced" profiles
The driver does have a "balanced" profile it deals with.
This commit is contained in:
parent
ebf9e5b7c8
commit
ea4821c087
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ ppd_driver_lenovo_dytc_constructor (GType type,
|
|||
construct_params);
|
||||
g_object_set (object,
|
||||
"driver-name", "lenovo_dytc",
|
||||
"profiles", PPD_PROFILE_PERFORMANCE | PPD_PROFILE_POWER_SAVER,
|
||||
"profiles", PPD_PROFILE_PERFORMANCE | PPD_PROFILE_BALANCED | PPD_PROFILE_POWER_SAVER,
|
||||
NULL);
|
||||
|
||||
return object;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue