Merge "DO NOT MERGE displayport: Move displayport configuration to device." into udc-qpr-dev
This commit is contained in:
commit
fc3d69bd45
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