Searched defs:device_desc (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dusb_windows.c274 USB_DEVICE_DESCRIPTOR device_desc; local
282 &device_desc)) {
297 info.dev_vendor = device_desc.idVendor;
298 info.dev_product = device_desc.idProduct;
299 info.dev_class = device_desc.bDeviceClass;
300 info.dev_subclass = device_desc.bDeviceSubClass;
301 info.dev_protocol = device_desc.bDeviceProtocol;

Completed in 576 milliseconds