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;
usb.h 39 unsigned short dev_vendor; member in struct:usb_ifc_info
fastboot.c 205 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
206 (info->dev_vendor != 0x18d1) && // Google
207 (info->dev_vendor != 0x8087) && // Intel
208 (info->dev_vendor != 0x0451) &&
209 (info->dev_vendor != 0x0502) &&
210 (info->dev_vendor != 0x0fce) && // Sony Ericsson
211 (info->dev_vendor != 0x05c6) && // Qualcomm
212 (info->dev_vendor != 0x22b8) && // Motorola
213 (info->dev_vendor != 0x0955) && // Nvidia
214 (info->dev_vendor != 0x413c) && // DEL
    [all...]
usb_windows.c 303 info.dev_vendor = device_desc.idVendor;
usb_linux.c 140 info.dev_vendor = dev->idVendor;
usb_osx.c 296 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor);

Completed in 97 milliseconds