From: david-b@pacbell.net Date: Sun, 14 Aug 2005 01:44:58 +0000 (-0700) Subject: [PATCH] ehci: add tt_usecs X-Git-Tag: v2.6.14-rc1~492^2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0384200f6b608e77fb5ddf7dfae1bf0e42c1c6e;p=pandora-kernel.git [PATCH] ehci: add tt_usecs This adds the field tt_usecs to ehci_qh and ehci_iso_stream, and sets it appropriately when setting them up as periodic endpoints. It records the transation translator's think_time (added in last patch) plus the downstream (i.e. low or full speed) bustime of the transfer associated with each interrupt or iso frame, as calculated by usb_calc_bus_time. Signed-off-by: Dan Streetman Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed