mirror of
https://github.com/torvalds/linux.git
synced 2026-07-26 17:20:32 +02:00
USB devices running at SuperSpeedPlus report "10000" or "20000" in
their sysfs speed attribute. usbip currently maps only "5000" to
USB_SPEED_SUPER, so a SuperSpeedPlus device is imported as
USB_SPEED_UNKNOWN.
The attach request is then rejected by vhci_hcd:
vhci_hcd: Failed attach request for unsupported USB speed: UNKNOWN
Map the SuperSpeedPlus sysfs speed values to USB_SPEED_SUPER_PLUS, use
the SuperSpeed VHCI hub for SuperSpeedPlus devices, and recognize the
gadget current_speed string used by the kernel.
Fixes:
|
||
|---|---|---|
| .. | ||
| ffs-aio-example | ||
| usbip | ||
| .gitignore | ||
| Build | ||
| ffs-test.c | ||
| hcd-tests.sh | ||
| Makefile | ||
| p9_fwd.py | ||
| testusb.c | ||