Implement open() and close() for Usb class, added a lot of TODO's

This commit is contained in:
2022-11-13 21:28:28 +01:00
parent f09e4ab5c8
commit 38906dafef
11 changed files with 103 additions and 30 deletions

View File

@@ -23,6 +23,7 @@ class P700Driver : public IDriver {
private:
std::shared_ptr<Usb> mUsbDriver{0};
UsbDevice mUsbDev{0};
driver::info mInfo{};
bool init();
};