Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: hub: try old enumeration scheme first for high speed devices
The new scheme is required just to support legacy low and full-speed devices. For high speed devices, it will slower the enumeration speed. So in this patch we try the "old" enumeration scheme first for high speed devices, and this is what Windows does since Windows 8. Signed-off-by: Zeng Tao <[email protected]> Acked-by: Alan Stern <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information