initial checkin of CCID tests

Change-Id: I35f41cb0097a4408afe7c31f42463baaa47f15bd
diff --git a/deps/Makefile b/deps/Makefile
index 2d8f687..5d263aa 100644
--- a/deps/Makefile
+++ b/deps/Makefile
@@ -67,7 +67,8 @@
 			titan.ProtocolEmulations.M3UA
 
 OSMOGIT_REPOS=		titan.ProtocolModules.MAP \
-			titan.ProtocolModules.BSSMAP
+			titan.ProtocolModules.BSSMAP \
+			titan.TestPorts.USB
 
 ALL_REPOS=$(ECLIPSEGIT_REPOS) $(ECLIPSEGIT2_REPOS) $(OSMOGITHUB_REPOS) $(OSMOGIT_REPOS)
 
@@ -121,6 +122,7 @@
 titan.TestPorts.TELNETasp_commit=		R.9.A
 titan.TestPorts.UDPasp_commit=			R.8.A
 titan.TestPorts.UNIX_DOMAIN_SOCKETasp_commit=	R.2.A-4-gbacd73d
+titan.TestPorts.USB_commit=			master
 
 all: $(foreach dir,$(ALL_REPOS),$(dir)/update)
 clean: $(foreach dir,$(ALL_REPOS),$(dir)/clean)