.TH "LIBMTP_device_entry_struct" 3 "Sun Feb 17 2013" "Version 1.1.3" "libmtp" \" -*- nroff -*- .ad l .nh .SH NAME libmtp \- LIBMTP_device_entry_struct .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "char * \fBvendor\fP" .br .ti -1c .RI "uint16_t \fBvendor_id\fP" .br .ti -1c .RI "char * \fBproduct\fP" .br .ti -1c .RI "uint16_t \fBproduct_id\fP" .br .ti -1c .RI "uint32_t \fBdevice_flags\fP" .br .in -1c .SH "Detailed Description" .PP A data structure to hold MTP device entries\&. .SH "Field Documentation" .PP .SS "uint32_t LIBMTP_device_entry_struct::device_flags" Bugs, device specifics etc .PP Referenced by dump_usbinfo(), LIBMTP_Detect_Raw_Devices(), and LIBMTP_Open_Raw_Device_Uncached()\&. .SS "char* LIBMTP_device_entry_struct::product" The product name of this device .PP \fBExamples: \fP .in +1c \fBdetect\&.c\fP\&. .PP Referenced by dump_usbinfo(), and LIBMTP_Detect_Raw_Devices()\&. .SS "uint16_t LIBMTP_device_entry_struct::product_id" Product ID for this device .PP \fBExamples: \fP .in +1c \fBdetect\&.c\fP\&. .PP Referenced by configure_usb_device(), dump_usbinfo(), and LIBMTP_Detect_Raw_Devices()\&. .SS "char* LIBMTP_device_entry_struct::vendor" The vendor of this device .PP Referenced by dump_usbinfo(), and LIBMTP_Detect_Raw_Devices()\&. .SS "uint16_t LIBMTP_device_entry_struct::vendor_id" Vendor ID for this device .PP \fBExamples: \fP .in +1c \fBdetect\&.c\fP\&. .PP Referenced by configure_usb_device(), dump_usbinfo(), and LIBMTP_Detect_Raw_Devices()\&. .SH "Author" .PP Generated automatically by Doxygen for libmtp from the source code\&.