Searched refs:USB_CLASS_PTP (Results 1 - 3 of 3) sorted by relevance

/external/libusb-compat/libusb/
H A Dusb.h49 #define USB_CLASS_PTP 6 macro
/external/libmtp/src/
H A Dlibusb-glue.c47 /* Aha, older libusb does not have USB_CLASS_PTP */
48 #ifndef USB_CLASS_PTP
49 #define USB_CLASS_PTP 6 macro
234 dev->descriptor.bDeviceClass == USB_CLASS_PTP ||
551 if ( dev->config != NULL &&dev->config->interface->altsetting->bInterfaceClass == USB_CLASS_PTP && dev->descriptor.bDeviceClass != USB_CLASS_HUB ) {
H A Dptp.h44 #ifndef USB_CLASS_PTP
45 #define USB_CLASS_PTP 6 macro

Completed in 107 milliseconds