kerneltest/e32test/usb/t_usb_device/include/activecontrol.h
branchRCL_3
changeset 19 4a8fed1c0ef6
parent 0 a41df078684a
child 43 c1f20ce4abcf
--- a/kerneltest/e32test/usb/t_usb_device/include/activecontrol.h	Tue Feb 02 01:24:03 2010 +0200
+++ b/kerneltest/e32test/usb/t_usb_device/include/activecontrol.h	Sat Feb 20 00:10:51 2010 +0200
@@ -80,7 +80,10 @@
 	TInt ReEnumerate();
 	TInt ProcessEp0ControlPacket();
 	void PrintHostLog();
-
+	
+	void FillEndpointsResourceAllocation(IFConfigPtr aIfCfg);
+	void PopulateInterfaceResourceAllocation(IFConfigPtr aFirstIfCfg, TInt aPortNumber);
+	
 private:
 	CConsoleBase* iConsole;											// a console to read from
 	CActiveStallNotifier* iStallNotifier[KMaxInterfaces];
@@ -91,6 +94,7 @@
 	TInt iNumInterfaceSettings[KMaxInterfaces];
 	TInt iTotalChannels;
 	TBool iSoftwareConnect;
+	TBool iSupportResourceAllocationV2;
 	TBool iHighSpeed;
 	RFs iFs;
 	RFile iConfigFile;