summaryrefslogtreecommitdiff
path: root/libgphoto2_port/test
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2012-07-10 05:49:23 +0000
committerMarcus Meissner <marcus@jet.franken.de>2012-07-10 05:49:23 +0000
commit63ba7fb3de1da648c3a4230c9233a8b66456657c (patch)
tree0547a395a913c59a908e97292df8f871cb20c9be /libgphoto2_port/test
parenta81f4bb86c12cd87be0063de2f6d82d380923b07 (diff)
downloadlibgphoto2-63ba7fb3de1da648c3a4230c9233a8b66456657c.tar.gz
added GP_PORT_USB_SCSI case
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14047 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/test')
-rw-r--r--libgphoto2_port/test/test-port-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgphoto2_port/test/test-port-list.c b/libgphoto2_port/test/test-port-list.c
index a7ae3c48c..464c14b57 100644
--- a/libgphoto2_port/test/test-port-list.c
+++ b/libgphoto2_port/test/test-port-list.c
@@ -104,6 +104,7 @@ run_test ()
case GP_PORT_SERIAL: port_type_str = "SERIAL"; break;
case GP_PORT_USB: port_type_str = "USB"; break;
case GP_PORT_USB_DISK_DIRECT: port_type_str = "USBDISKDIRECT"; break;
+ case GP_PORT_USB_SCSI: port_type_str = "USBSCSI"; break;
case GP_PORT_DISK: port_type_str = "DISK"; break;
case GP_PORT_PTPIP: port_type_str = "PTPIP"; break;
default: port_type_str = "UNKNOWN"; return 3; break;