m1n1.fw.dcp.manager: Add update_backlight_factor_prop call back

Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
Janne Grunau 2022-09-03 19:23:46 +02:00 committed by Hector Martin
parent aa7088f3fb
commit dc3397888d

View file

@ -235,6 +235,9 @@ class DCPManager(DCPBaseManager):
print(f"mapped to dva {dva}")
return 0
def update_backlight_factor_prop(self, unk):
print(f"update_backlight_factor_prop {unk}")
## ServiceRelay methods
def sr_setProperty(self, obj, key, value):