diff options
author | Nick Kralevich <nnk@google.com> | 2015-11-15 23:52:08 -0200 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2015-11-17 06:53:01 -0800 |
commit | 139ef47e40813ab92fb2003b1ec9ca0e8192fe2a (patch) | |
tree | 6c3e4462934a2db75062e964e875084d13a08942 | |
parent | fecc190038c92c1204290b9c7348167b405e8975 (diff) | |
download | device_samsung_galaxys2-common-139ef47e40813ab92fb2003b1ec9ca0e8192fe2a.zip device_samsung_galaxys2-common-139ef47e40813ab92fb2003b1ec9ca0e8192fe2a.tar.gz device_samsung_galaxys2-common-139ef47e40813ab92fb2003b1ec9ca0e8192fe2a.tar.bz2 |
galaxys2-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: I0666d2044a63c78232af8a1622bf3d01ed44b1ca
-rw-r--r-- | common.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -187,10 +187,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_TAGS += dalvik.gc.type-precise -# Set default USB interface -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - persist.sys.usb.config=mtp - # Keylayouts PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml |