-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Add OTG support for Windows #3011
Merged
Merged
Commits on Feb 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be1936b - Browse repository at this point
Copy the full SHA be1936bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9b2879 - Browse repository at this point
Copy the full SHA b9b2879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06243e7 - Browse repository at this point
Copy the full SHA 06243e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3cb31 - Browse repository at this point
Copy the full SHA ff3cb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b65cd4 - Browse repository at this point
Copy the full SHA 6b65cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee75c0 - Browse repository at this point
Copy the full SHA 6ee75c0View commit details -
Make intr optional for adb commands
All adb commands are executed with an "interruptor", so that they can be interrupted on Ctrl+C. Make this interruptor optional, so that we could call "adb kill-server" in OTG mode. This command always returns almost immediately anyway. Ideally, we should make all blocking calls interruptible (including libusb calls, by using the asynchronous API), but it's a lot of work, and in practice it works well enough. PR #3011 <#3011>
Configuration menu - View commit details
-
Copy full SHA for 3bb24b3 - Browse repository at this point
Copy the full SHA 3bb24b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25296ae - Browse repository at this point
Copy the full SHA 25296aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a5311 - Browse repository at this point
Copy the full SHA 73a5311View commit details -
Disable USB features for win32
Currently, there is an issue with the libusb prebuilt dll. Refs libusb/#1049 <libusb/libusb#1049> PR #3011 <#3011>
Configuration menu - View commit details
-
Copy full SHA for d9bc508 - Browse repository at this point
Copy the full SHA d9bc508View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.