Skip to content
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

Allow using thirdparty VID for reboot interface #177

Merged

Commits on Nov 20, 2024

  1. Allow using thirdparty VID for reboot interface

    Filtering by `--vid` and `--pid` is not enough currently.
    
    I'm implementing the reboot interface for a custom device. But I'm not using the Raspberry PI vendor ID.
    There's no way currently to allow those third party devices to reboot.
    
    With this change I can reboot my device from application firmware into bootloader with:
    
    ```
    picotool reboot --vid 0x32ac --pid 0x001f -f -u
    ```
    
    Signed-off-by: Daniel Schaefer <[email protected]>
    JohnAZoidberg committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    8593ec4 View commit details
    Browse the repository at this point in the history