lenovo-dytc: Also handle "balanced" profiles

The driver does have a "balanced" profile it deals with.
This commit is contained in:
Bastien Nocera 2020-08-13 10:21:51 +02:00
parent ebf9e5b7c8
commit ea4821c087

View file

@ -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;