DO NOT MERGE displayport: Move displayport configuration to device.
Move displayport configuration to device level makefile. Test: manual (check /sys/module/exynos_drm/parameters/dp_enabled) Bug: 300167292 Change-Id: I04be078cc71d54ef0f943578fdefee33cb18332e
This commit is contained in:
parent
8b1b4b54ae
commit
d79c602a26
2 changed files with 8 additions and 0 deletions
|
@ -401,3 +401,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Enable DeviceAsWebcam support
|
# Enable DeviceAsWebcam support
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.usb.uvc.enabled=true
|
ro.usb.uvc.enabled=true
|
||||||
|
|
||||||
|
# DisplayPort should be disabled by default (b/300167292)
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
persist.vendor.usb.displayport.enabled=0
|
||||||
|
|
|
@ -376,3 +376,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Enable DeviceAsWebcam support
|
# Enable DeviceAsWebcam support
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.usb.uvc.enabled=true
|
ro.usb.uvc.enabled=true
|
||||||
|
|
||||||
|
# DisplayPort should be disabled by default (b/300167292)
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
persist.vendor.usb.displayport.enabled=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue