Files
android_bootable_recovery/mtp/ffs/MtpDevHandle.cpp
dianlujitao 95244dd6c0 Transfer /dev/mtp_usb fd ownership when instancing MtpDevHandle
/dev/mtp_usb was opened before instancing MtpDevHandle, the existing fd
should be passed in otherwise MtpDevHandle::start would be blocked as it
attempted to open the device twice.

Change-Id: I6afc5b6926930dad77aceac2f6a00e1c6759a883
2019-03-28 15:04:42 +08:00

1.9 KiB