Searched refs:dev_vendor (Results 1 - 6 of 6) sorted by relevance

/system/core/fastboot/
H A Dusb.h39 unsigned short dev_vendor; member in struct:usb_ifc_info
H A Dusbtest.c54 info->dev_vendor, info->dev_product);
64 if(info->dev_vendor != 0x18d1) return -1;
73 if(info->dev_vendor != 0x18d1) return -1;
82 if(info->dev_vendor != 0x18d1) return -1;
H A Dfastboot.c196 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
197 (info->dev_vendor != 0x18d1) && // Google
198 (info->dev_vendor != 0x8087) && // Intel
199 (info->dev_vendor != 0x0451) &&
200 (info->dev_vendor != 0x0502) &&
201 (info->dev_vendor != 0x0fce) && // Sony Ericsson
202 (info->dev_vendor != 0x05c6) && // Qualcomm
203 (info->dev_vendor != 0x22b8) && // Motorola
204 (info->dev_vendor != 0x0955) && // Nvidia
205 (info->dev_vendor !
[all...]
H A Dusb_windows.c297 info.dev_vendor = device_desc.idVendor;
H A Dusb_linux.c127 info.dev_vendor = dev->idVendor;
H A Dusb_osx.c296 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor);

Completed in 83 milliseconds