From a009356a78f3f517b9c31f59b4e3d46a2061073c Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 16 Oct 2010 19:21:56 +0000 Subject: [PATCH] Update the comment after the timeout change in r38982. Spotted by axeld, thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38985 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/bus_managers/usb/Pipe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/bus_managers/usb/Pipe.cpp b/src/add-ons/kernel/bus_managers/usb/Pipe.cpp index 8e1231653b..ddf3375d5a 100644 --- a/src/add-ons/kernel/bus_managers/usb/Pipe.cpp +++ b/src/add-ons/kernel/bus_managers/usb/Pipe.cpp @@ -338,7 +338,7 @@ ControlPipe::SendRequest(uint8 requestType, uint8 request, uint16 value, } // The sem will be released unconditionally in the callback after the - // result data was filled in. Use a 1 second timeout for control transfers. + // result data was filled in. Use a 2 seconds timeout for control transfers. if (acquire_sem_etc(fNotifySem, 1, B_RELATIVE_TIMEOUT, 2000000) < B_OK) { TRACE_ERROR("timeout waiting for queued request to complete\n");