]> git.baikalelectronics.ru Git - kernel.git/commit
USB: add a private-data pointer to struct usb_tt
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 11 Oct 2013 15:29:22 +0000 (11:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 23:45:43 +0000 (16:45 -0700)
commitcf66bc3ca5154ec002e4a17f99d17306932d6b35
tree097e7f0bcf40b66b367df012e2a004c0c69d28e8
parent255425e94e6cf21fc54007e0a843318b75a169c3
USB: add a private-data pointer to struct usb_tt

For improved scheduling of transfers through a Transaction Translator,
ehci-hcd will need to store a bunch of information associated with the
FS/LS bus on the downstream side of the TT.  This patch adds a pointer
for such HCD-private data to the usb_tt structure.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/hcd.h