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

  /external/libmtp/src/
libusb-glue.c 92 static const LIBMTP_device_entry_t mtp_device_table[] = { variable
96 static const int mtp_device_table_size = sizeof(mtp_device_table) / sizeof(LIBMTP_device_entry_t);
135 *devices = (LIBMTP_device_entry_t *) &mtp_device_table;
524 if(dev->descriptor.idVendor == mtp_device_table[i].vendor_id &&
525 dev->descriptor.idProduct == mtp_device_table[i].product_id) {
634 if(dev->libusb_device->descriptor.idVendor == mtp_device_table[j].vendor_id &&
635 dev->libusb_device->descriptor.idProduct == mtp_device_table[j].product_id) {
637 retdevs[i].device_entry.vendor = mtp_device_table[j].vendor;
638 retdevs[i].device_entry.product = mtp_device_table[j].product;
639 retdevs[i].device_entry.device_flags = mtp_device_table[j].device_flags
    [all...]

Completed in 1657 milliseconds