mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
usb: USB3.0 ch11 definitions
Adding hub SuperSpeed usb definitions as defined by ch10 of the USB3.0 spec. Signed-off-by: Tatyana Brokhman <tlinder@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b73af61e32
commit
0eadcc0920
2 changed files with 51 additions and 0 deletions
|
@ -471,6 +471,10 @@ extern void usb_ep0_reinit(struct usb_device *);
|
|||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
/* class requests from USB 3.0 hub spec, table 10-5 */
|
||||
#define SetHubDepth (0x3000 | HUB_SET_DEPTH)
|
||||
#define GetPortErrorCount (0x8000 | HUB_GET_PORT_ERR_COUNT)
|
||||
|
||||
/*
|
||||
* Generic bandwidth allocation constants/support
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue