mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
rosemary: Ensure nonblocking ffs is disabled everywhere
* Move the persist.adb.nonblocking_ffs property into PRODUCT_DEFAULT_PROPERTY_OVERRIDES to ensure its set everywhere. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I543194ffd3a87dc4ff3093cb6919c194e501ffa2
This commit is contained in:
committed by
Matsvei Niaverau
parent
c0a91868cb
commit
cc10db6dbd
@@ -166,7 +166,8 @@ PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.basic
|
||||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
ro.adb.nonblocking_ffs=0
|
||||
ro.adb.nonblocking_ffs=0 \
|
||||
persist.adb.nonblocking_ffs=0
|
||||
|
||||
# Vibrator
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
on init
|
||||
setprop sys.usb.ffs.aio_compat 1
|
||||
setprop sys.usb.configfs 1
|
||||
setprop persist.adb.nonblocking_ffs 0
|
||||
|
||||
@@ -42,7 +42,6 @@ on post-fs
|
||||
on boot
|
||||
setprop sys.usb.configfs 1
|
||||
setprop sys.usb.ffs.aio_compat 1
|
||||
setprop persist.adb.nonblocking_ffs 0
|
||||
setprop vendor.usb.controller "musb-hdrc"
|
||||
setprop vendor.usb.acm_cnt 0
|
||||
setprop vendor.usb.acm_port0 ""
|
||||
|
||||
Reference in New Issue
Block a user