[PATCH] USB: USB API documentation modification
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 19 Apr 2005 00:39:30 +0000 (17:39 -0700)
committerGreg K-H <gregkh@suse.de>
Tue, 19 Apr 2005 00:39:30 +0000 (17:39 -0700)
commit8835f6657316162a8937d3f26ccd8f5886ba3845
tree7f6f1860d05a4d6afa4284c385ecb0a402b32f48
parent0e4987639a774d08b69c1c58774f3430f6083d4f
[PATCH] USB: USB API documentation modification

In response to complaints about excessive latency in the uhci-hcd driver
I'm planning to convert it to a top-half/bottom-half design.  It turns out
that to do this, the USB API has to be modified slightly since the driver
will not be able to meet one of the guarantees in the current API.  This
patch changes some kerneldoc, specifying the weaker guarantee.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/urb.c