HomeSort by relevance Sort by last modified time
    Searched full:dev_vendor (Results 1 - 6 of 6) sorted by null

  /system/core/fastboot/
usbtest.c 54 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;
fastboot.c 197 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
198 (info->dev_vendor != 0x18d1) && // Google
199 (info->dev_vendor != 0x8087) && // Intel
200 (info->dev_vendor != 0x0451) &&
201 (info->dev_vendor != 0x0502) &&
202 (info->dev_vendor != 0x0fce) && // Sony Ericsson
203 (info->dev_vendor != 0x05c6) && // Qualcomm
204 (info->dev_vendor != 0x22b8) && // Motorola
205 (info->dev_vendor != 0x0955) && // Nvidia
206 (info->dev_vendor != 0x413c) && // DEL
    [all...]
usb.h 39 unsigned short dev_vendor; member in struct:usb_ifc_info
usb_windows.c 297 info.dev_vendor = device_desc.idVendor;
usb_linux.c 127 info.dev_vendor = dev->idVendor;
usb_osx.c 296 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor);

Completed in 421 milliseconds