usbmgmt/usbmgr/host/fdf/production/server/src/deviceproxy.cpp
changeset 55 3b97f0de7605
parent 29 59aa7d6e3e0f
--- a/usbmgmt/usbmgr/host/fdf/production/server/src/deviceproxy.cpp	Thu Sep 16 12:03:29 2010 +0800
+++ b/usbmgmt/usbmgr/host/fdf/production/server/src/deviceproxy.cpp	Wed Oct 13 18:04:14 2010 +0800
@@ -335,6 +335,10 @@
 
 	iOtgDescriptor->iDeviceId = iId;
 	iOtgDescriptor->iAttributes = aDescriptor.Attributes();
+	
+	OstTrace0( TRACE_NORMAL, CDEVICEPROXY_SETOTGDESCRIPTORL0, "\t>SetOtgDescriptorL");
+	iOtgDescriptor->iBcdOTG = aDescriptor.BcdOTG();
+	OstTrace0( TRACE_NORMAL, CDEVICEPROXY_SETOTGDESCRIPTORL1, "\t<SetOtgDescriptorL");
 	}
 
 // Used during instantiation to read supported strings.