-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
snagrecover: utils: Drop USB vid:pid handling in get_usb()
The get_usb() utility function should now only be called with USB paths, since vid:pid addresses are converted to paths early in the recovery and flashing processes. Remove vid:pid handling in get_usb() and simplify the function. Fix the default USB vid:pid entry for imx865. Signed-off-by: Romain Gantois <[email protected]>
- Loading branch information
Showing
2 changed files
with
52 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters