Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: USB reader plugin, device, interface, alternate setting, and en…
…dpoint selectors + Added the Subprocess.hpp for selecting devices (this might need to be changed for windows and mac systems in the future) + Implementing the dropdown menus for selecting devices, interfaces, alternate settings and endpoints + Last step is to finally add the reading method, and hopefully have a working product + There is a caveat when it comes to the selectors where complex devices like USB-C laptop docks, and USB-C ethernet adapters, causes the device selector to break as libusb doesn't recognize those devices, im trying to find out why but for the meantime it might just have to be an unsupported edge case
- Loading branch information