From: Alan Stern Date: Tue, 19 Apr 2005 00:39:30 +0000 (-0700) Subject: [PATCH] USB: USB API documentation modification X-Git-Tag: v2.6.12-rc3~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8835f6657316162a8937d3f26ccd8f5886ba3845;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed