You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In usbtool, it would be useful to have the ability to instead of specifying the USB device by VID/PID, be able to give a path like /dev/bus/usb/005/004 (for example).
That could allow usbtool to be used with Cypress EZ-USB devices, where once you download "vend_ax.hex", they only respond to a small number of USB requests. It's not possible to query manufacturer strings etc. from the device in that state, hence usbtool can't be used with it. At least, I think that's why I couldn't get it to work...
The text was updated successfully, but these errors were encountered:
In usbtool, it would be useful to have the ability to instead of specifying the USB device by VID/PID, be able to give a path like /dev/bus/usb/005/004 (for example).
That could allow usbtool to be used with Cypress EZ-USB devices, where once you download "vend_ax.hex", they only respond to a small number of USB requests. It's not possible to query manufacturer strings etc. from the device in that state, hence usbtool can't be used with it. At least, I think that's why I couldn't get it to work...
The text was updated successfully, but these errors were encountered: