Skip to content

Commit

Permalink
taoshan: Remove persist.sys.usb.config override
Browse files Browse the repository at this point in the history
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
disconnects ADB and makes the device's connection unstable.

Delete it.

Change-Id: I21e6f67d0fad9d4f9c80c3ffa00053f7de1405ab
Signed-off-by: Humberto Borba <humberos@gmail.com>
  • Loading branch information
nickkral authored and olivier97 committed Aug 15, 2016
1 parent 960e312 commit ea9f846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taoshan.mk
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.gps.agps_provider=1

PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
persist.sys.usb.config=mtp \
ro.debuggable=1 \
persist.service.adb.enable=1 \
persist.service.debuggable=1
Expand Down

0 comments on commit ea9f846

Please sign in to comment.