mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
m1n1.fw.dcp.manager: Add update_backlight_factor_prop call back
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
aa7088f3fb
commit
dc3397888d
1 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue