Searched refs:deviceIdVendor (Results 1 – 1 of 1) sorted by relevance
751 static bool canProductAutoSuspend(const std::string &deviceIdVendor, in canProductAutoSuspend() argument753 if (deviceIdVendor == GOOGLE_USB_VENDOR_ID_STR && in canProductAutoSuspend()761 std::string deviceIdVendor; in canUsbDeviceAutoSuspend() local763 readFile(devicePath + "/idVendor", &deviceIdVendor); in canUsbDeviceAutoSuspend()767 return canProductAutoSuspend(deviceIdVendor, deviceIdProduct); in canUsbDeviceAutoSuspend()