From: John Youn Date: Mon, 27 Jul 2009 19:05:15 +0000 (-0700) Subject: USB: xhci: Support for 64-byte contexts X-Git-Tag: v2.6.31-rc5~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d115b04818e57bdbc7ccde4d0660b15e33013dc8;p=pandora-kernel.git USB: xhci: Support for 64-byte contexts Adds support for controllers that use 64-byte contexts. The following context data structures are affected by this: Device, Input, Input Control, Endpoint, and Slot. To accommodate the use of either 32 or 64-byte contexts, a Device or Input context can only be accessed through functions which look-up and return pointers to their contained contexts. Signed-off-by: John Youn Acked-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed