kerneltest/e32test/usb/t_usb_device/src/activecontrol.cpp
changeset 273 6a75fa55495f
parent 271 dc268b18d709
equal deleted inserted replaced
271:dc268b18d709 273:6a75fa55495f
  1444 					    OstTrace0(TRACE_VERBOSE, CACTIVECONTROL_PROCESSEP0CONTROLPACKET_DUP35, "Successfully opened USB port");
  1444 					    OstTrace0(TRACE_VERBOSE, CACTIVECONTROL_PROCESSEP0CONTROLPACKET_DUP35, "Successfully opened USB port");
  1445 					    }
  1445 					    }
  1446 
  1446 
  1447 					SetupDescriptors(iLddPtr, &iPort[0],value);
  1447 					SetupDescriptors(iLddPtr, &iPort[0],value);
  1448 					StartMassStorage(&iPort[0]);
  1448 					StartMassStorage(&iPort[0]);
       
  1449 
       
  1450 #ifdef USB_SC
       
  1451 					r = iPort[0].OpenEndpoint(iEp0Buf,0);
       
  1452 					test_KErrNone(r);
       
  1453 #endif
  1449 
  1454 
  1450 					OpenStackIfOtg();
  1455 					OpenStackIfOtg();
  1451 					test.Next (_L("Enumeration..."));
  1456 					test.Next (_L("Enumeration..."));
  1452 					r = ReEnumerate();
  1457 					r = ReEnumerate();
  1453 					test_KErrNone(r);
  1458 					test_KErrNone(r);