summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2/gphoto2-port-info-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2_port/gphoto2/gphoto2-port-info-list.h')
-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..fcb840b68 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_IP = 1 << 7 /**< \brief generic IP address port. */
} GPPortType;
/**