Allow C/D interfaces to be used on the 4232H, initialize the default interface for...
[libftdi] / src / ftdi.h
index e02c32b..45fb907 100644 (file)
@@ -50,7 +50,9 @@ enum ftdi_interface
 {
     INTERFACE_ANY = 0,
     INTERFACE_A   = 1,
-    INTERFACE_B   = 2
+    INTERFACE_B   = 2,
+    INTERFACE_C   = 3,
+    INTERFACE_D   = 4
 };
 
 /* Shifting commands IN MPSSE Mode*/