Searched refs:vendorProduct (Results 1 – 1 of 1) sorted by relevance
377 std::string vendorProduct = strVid + ":" + strPid; in GetInputIdentification() local378 … std::string deviceIdentification = sysPath.substr(0, sysPath.find(vendorProduct)) + vendorProduct; in GetInputIdentification()