From 334503413cbaa082b230a8d4d3177df564a0f08c Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Tue, 2 Jun 2015 16:00:21 -0700 Subject: [PATCH] msm8974-common: remove persist.sys.usb.config override The variable persist.sys.usb.config is no longer honored by the framework, and it's presence causes unnecessary toggling of the USB driver, which disonnects ADB and makes the device's connection unstable. Delete it. Bug: 21404762 Bug: 18905620 Change-Id: Ibcc3b6a6f5523695d9daf01e53e8f5ed71ad19fe --- msm8974.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/msm8974.mk b/msm8974.mk index ef3d49b..3f8032b 100644 --- a/msm8974.mk +++ b/msm8974.mk @@ -62,9 +62,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.timed.enable=true -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - persist.sys.usb.config=mtp - PRODUCT_PROPERTY_OVERRIDES += \ persist.sys.isUsbOtgEnabled=true