-
Notifications
You must be signed in to change notification settings - Fork 648
system/fastboot: release resource & disconnect usbdev if need #3104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
system/fastboot: release resource & disconnect usbdev if need #3104
Conversation
Remove fds from the interest list and close epoll if need. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @JianyuWang0623 :-)
98f1b01
to
8c87015
Compare
Disconnect usbdev when deinit USB transport. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
8c87015
to
e4c4a50
Compare
Fix typos of sparse header comments and download/upload response error log. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
87c1694
Hmm, there is build error in e4c4a50 on the commits list, but the summary on the PR shows "all checks passed", looks like CI/GH problem? I have restarted failed process hope that helps :-) Rebuild here failed.. looks like this X status comes from build from the commit source repo? First time see that here :-P |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @JianyuWang0623 :-)
@cederom The new commit "system/fastboot: fix typos of response error log" has fixed the error.
|
Summary
Add disconnection for usb transport and remove interest list for epoll.
Impact
Testing
CI