aboutsummaryrefslogtreecommitdiff
path: root/src/libmtp.h.in
diff options
context:
space:
mode:
authorjefferai <jefferai>2007-10-16 16:44:15 +0000
committerjefferai <jefferai>2007-10-16 16:44:15 +0000
commitda9687e2400f12a2c5e21d52f2b1bde2b05add27 (patch)
tree9b0ee9b8a74e96f793c4656d46b903347186033f /src/libmtp.h.in
parentf9267e9e63696996223747b9f97b91adf2887631 (diff)
downloadlibmtp-da9687e2400f12a2c5e21d52f2b1bde2b05add27.tar.gz
Update the so major number due to the device entry struct reworking. Fix values in libusb-glue.c. Update fdi file generation.
Diffstat (limited to 'src/libmtp.h.in')
-rw-r--r--src/libmtp.h.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libmtp.h.in b/src/libmtp.h.in
index 4b5a879..345e140 100644
--- a/src/libmtp.h.in
+++ b/src/libmtp.h.in
@@ -158,10 +158,9 @@ typedef int (* LIBMTP_progressfunc_t) (uint64_t const sent, uint64_t const total
* A data structure to hold MTP device entries.
*/
struct LIBMTP_device_entry_struct {
- char *name; /**< The descriptive name of this device */
- char *vendor; /**< The device vendor's name */
+ char *vendor; /**< The vendor of this device */
uint16_t vendor_id; /**< Vendor ID for this device */
- char *product; /**< The device's product name */
+ char *product; /**< The product name of this device */
uint16_t product_id; /**< Product ID for this device */
uint32_t device_flags; /**< Bugs, device specifics etc */
};