]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6f5512b3044b19e3e13e9804d66f2d34ddfb7b66
tree7f6f1860d05a4d6afa4284c385ecb0a402b32f48
parent9e9539435941af4a1855d5b6afd17a620e127a62
[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