OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USB_CLASS_PTP
(Results
1 - 3
of
3
) 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
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 ) {
[
all
...]
ptp.h
44
#ifndef
USB_CLASS_PTP
45
#define
USB_CLASS_PTP
6
[
all
...]
Completed in 172 milliseconds