Home
last modified time | relevance | path

Searched refs:USB_CLASS_PTP (Results 1 – 5 of 5) sorted by relevance

/external/libusb-compat/libusb/
Dusb.h49 #define USB_CLASS_PTP 6 macro
/external/libmtp/src/
Dlibusb-glue.c48 #ifndef USB_CLASS_PTP
49 #define USB_CLASS_PTP 6 macro
253 dev->descriptor.bDeviceClass == USB_CLASS_PTP || in probe_device_descriptor()
310 if (intf->bInterfaceClass == USB_CLASS_PTP in probe_device_descriptor()
Dlibopenusb1-glue.c49 #ifndef USB_CLASS_PTP
50 #define USB_CLASS_PTP 6 macro
230 desc.bDeviceClass == USB_CLASS_PTP || in probe_device_descriptor()
Dptp.h44 #ifndef USB_CLASS_PTP
45 #define USB_CLASS_PTP 6 macro
/external/libmtp/
DChangeLog256 * src/libusb-glue.c: define USB_CLASS_PTP unless defined,