summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2019-05-26 21:41:24 +0200
committerMarcus Meissner <marcus@jet.franken.de>2019-05-26 21:41:33 +0200
commit944df748445e616b8055d0d718fd09747db70632 (patch)
tree5f18220cfdcc44f55c6008e47a8a23660e0917e6 /libgphoto2_port/gphoto2
parentd0bf512fd9f4a12b85184e38880b3380e7a9624a (diff)
downloadlibgphoto2-944df748445e616b8055d0d718fd09747db70632.tar.gz
initial lumix build
https://github.com/gphoto/libgphoto2/issues/409
Diffstat (limited to 'libgphoto2_port/gphoto2')
-rw-r--r--libgphoto2_port/gphoto2/gphoto2-port-info-list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
index d611b8157..eec6ceabe 100644
--- a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
+++ b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
@@ -38,7 +38,8 @@ typedef enum {
GP_PORT_DISK = 1 << 3, /**< \brief Disk / local mountpoint port. */
GP_PORT_PTPIP = 1 << 4, /**< \brief PTP/IP port. */
GP_PORT_USB_DISK_DIRECT = 1 << 5, /**< \brief Direct IO to an usb mass storage device. */
- GP_PORT_USB_SCSI = 1 << 6 /**< \brief USB Mass Storage raw SCSI port. */
+ GP_PORT_USB_SCSI = 1 << 6, /**< \brief USB Mass Storage raw SCSI port. */
+ GP_PORT_TCP = 1 << 7 /**< \brief generic TCP port. */
} GPPortType;
/**