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

@@ -7,6 +7,8 @@ namespace ptprnt::driver {
struct info {
std::string name{""};
std::string version{""};
uint32_t busNo{0};
uint32_t flags{0};
};
} // namespace ptprnt::driver