Merge "DO NOT MERGE displayport: Move displayport configuration to device." into udc-qpr-dev

This commit is contained in:
Sergey Volk 2023-09-14 21:04:23 +00:00 committed by Android (Google) Code Review
commit fc3d69bd45
2 changed files with 8 additions and 0 deletions

View file

@ -401,3 +401,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true
# DisplayPort should be disabled by default (b/300167292)
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.displayport.enabled=0

View file

@ -376,3 +376,7 @@ PRODUCT_VENDOR_PROPERTIES += \
# Enable DeviceAsWebcam support
PRODUCT_VENDOR_PROPERTIES += \
ro.usb.uvc.enabled=true
# DisplayPort should be disabled by default (b/300167292)
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.displayport.enabled=0