Merge "persist.sys.hdcp_checking: make default drm-only" into main
This commit is contained in:
commit
6932c8276c
2 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ on property:persist.vendor.usb.displayport.enabled=0
|
|||
write /sys/class/typec/port0/port0.0/mode1/active "no"
|
||||
|
||||
on property:persist.sys.hdcp_checking=always
|
||||
write /sys/module/exynos_hdcp2/parameters/max_ver 2
|
||||
write /sys/module/exynos_hdcp2/parameters/max_ver 3
|
||||
|
||||
on property:persist.sys.hdcp_checking="drm-only"
|
||||
write /sys/module/exynos_hdcp2/parameters/max_ver 2
|
||||
|
|
|
@ -216,7 +216,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
endif
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.sys.hdcp_checking=always
|
||||
persist.sys.hdcp_checking=drm-only
|
||||
|
||||
USE_LASSEN_OEMHOOK := true
|
||||
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue