Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information