diff -r d3e8e7d462dd -r f92a4f87e424 usbmgmt/usbmgrtest/t_acm_wins/src/t_acm_wins.cpp --- a/usbmgmt/usbmgrtest/t_acm_wins/src/t_acm_wins.cpp Thu Jul 15 20:42:20 2010 +0300 +++ b/usbmgmt/usbmgrtest/t_acm_wins/src/t_acm_wins.cpp Tue Aug 31 17:01:47 2010 +0300 @@ -758,7 +758,6 @@ memset(writeBufbig, i, MAX_BUFFER_SIZE); // fill the write buffer with known data _printf(_L("%d: "), (TInt)i); WriteData(writeBufbig, 64); - //FlushFileBuffers(hSerial); ReadData(readBufbig, 64); for (int j=0; j<64; j++) { @@ -806,19 +805,7 @@ _printf(_L("a. Event notification, flow control (test 2.8.2)\n")); _printf(_L("b. Event notification, config change (test 2.8.3)\n")); _printf(_L("c. Second client (test 2.9)\n")); -/* _printf(_L("d. ACM request, encapsulated command (test 2.10.1)\n")); - _printf(_L("e. ACM request, break (test 2.10.2)\n")); - _printf(_L("f. ACM request, setting feature (test 2.10.3)\n")); - _printf(_L("g. ACM request, clearing feature (test 2.10.4)\n")); - _printf(_L("h. ACM request, setting line coding (test 2.10.5)\n")); - _printf(_L("i. ACM request, control line state (test 2.10.6)\n")); - _printf(_L("j. ACM request, encapsualted response (test 2.10.7)\n")); - _printf(_L("k. ACM request, comms feature (test 2.10.8)\n")); - _printf(_L("l. ACM request, getting line coding (test 2.10.9)\n")); - _printf(_L("m. ACM Notifications, send serial state (test 2.11.1)\n")); - _printf(_L("n. ACM Notifications, network status (test 2.11.2)\n")); - _printf(_L("o. ACM Notifications, response available (test 2.11.3)\n")); -*/ _printf(_L("p. Loopback test (test 2.12)\n")); + _printf(_L("p. Loopback test (test 2.12)\n")); _printf(_L("\n")); _printf(_L("\nSelection (x to exit): "));