Searched defs:HidDeviceInfo (Results 1 – 1 of 1) sorted by relevance
31 struct HidDeviceInfo { in REF_BASE() struct32 std::string name; in REF_BASE()33 std::string physicalPath; in REF_BASE()34 std::string busType; in REF_BASE()35 uint16_t vendorId; in REF_BASE()36 uint16_t productId; in REF_BASE()37 std::vector<uint8_t> descriptor; in REF_BASE()