-
Notifications
You must be signed in to change notification settings - Fork 149
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
[patch #9254] Adds support for selecting USB devices to USBasp #718
Comments
Joerg Wunsch <joerg_wunsch> Somehow, it doesn't seem to work for me. The USBasp can be found (no target connected, thus fails):
However, when passing -P usb:xxx as suggested, I do not get
Nonsensical 🚌dev values are not rejected but cause a
If there is no USBasp connected, it dumps core:
|
Since the patch did not work and the author has not come back for many years, I will close this one. |
Thu 09 Feb 2017 04:49:47 PM UTC
The documentation for USBasp indicates that it supports -p usb:bus:dev
style USB device selection, however this is not actually supported. This
commit adds support for this in the same style as USBTiny.
If a dev is not included (e.g. -p usb:xxx), then it will print all the
devices that match one of the vendor and product IDs supported by the
USBasp protocol.
file #39712: 0001-Adds-support-for-selecting-USB-devices-to-USBasp.patch
file #39719: 0001-Adds-support-for-selecting-USB-devices-to-USBasp.patch
This issue was migrated from https://savannah.nongnu.org/patch/?9254
The text was updated successfully, but these errors were encountered: