HomeSort by relevance Sort by last modified time
    Searched refs:USB_CLASS_PTP (Results 1 - 4 of 4) sorted by null

  /external/libusb-compat/libusb/
usb.h 49 #define USB_CLASS_PTP 6
  /external/libmtp/src/
libusb-glue.c 47 /* Aha, older libusb does not have USB_CLASS_PTP */
48 #ifndef USB_CLASS_PTP
49 #define USB_CLASS_PTP 6
253 dev->descriptor.bDeviceClass == USB_CLASS_PTP ||
310 if (intf->bInterfaceClass == USB_CLASS_PTP
548 if ( dev->config != NULL &&dev->config->interface->altsetting->bInterfaceClass == USB_CLASS_PTP && dev->descriptor.bDeviceClass != USB_CLASS_HUB ) {
    [all...]
libopenusb1-glue.c 48 /* Aha, older libusb does not have USB_CLASS_PTP */
49 #ifndef USB_CLASS_PTP
50 #define USB_CLASS_PTP 6
230 desc.bDeviceClass == USB_CLASS_PTP ||
    [all...]
ptp.h 44 #ifndef USB_CLASS_PTP
45 #define USB_CLASS_PTP 6
    [all...]

Completed in 195 milliseconds