mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
GreaseWeazle autodetection now works (at least on Linux).
This commit is contained in:
@@ -9,9 +9,10 @@ struct CandidateDevice
|
||||
libusbp::device device;
|
||||
uint32_t id;
|
||||
std::string serial;
|
||||
std::string serialPort;
|
||||
};
|
||||
|
||||
extern std::vector<std::unique_ptr<CandidateDevice>> findUsbDevices(uint32_t id);
|
||||
extern std::vector<std::unique_ptr<CandidateDevice>> findUsbDevices(const std::set<uint32_t>& id);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user