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 149 if(!(vendor_id && (info->dev_vendor == vendor_id)) &&
150 (info->dev_vendor != 0x18d1) && // Google
151 (info->dev_vendor != 0x0451) &&
152 (info->dev_vendor != 0x0502) &&
153 (info->dev_vendor != 0x0fce) && // Sony Ericsson
154 (info->dev_vendor != 0x05c6) && // Qualcomm
155 (info->dev_vendor != 0x22b8) && // Motorola
156 (info->dev_vendor != 0x0955) && // Nvidia
157 (info->dev_vendor != 0x413c) && // DELL
158 (info->dev_vendor != 0x0bb4)) // HT
    [all...]
usb_windows.c 296 info.dev_vendor = device_desc.idVendor;
usb_linux.c 118 info.dev_vendor = dev->idVendor;
usb_osx.c 297 kr = (*dev)->GetDeviceVendor(dev, &handle->info.dev_vendor);

Completed in 45 milliseconds