mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +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:
|
||
|---|---|---|
| .. | ||
| list.h | ||
| Makefile.am | ||
| names.c | ||
| names.h | ||
| sysfs_utils.c | ||
| sysfs_utils.h | ||
| usbip_common.c | ||
| usbip_common.h | ||
| usbip_device_driver.c | ||
| usbip_device_driver.h | ||
| usbip_host_common.c | ||
| usbip_host_common.h | ||
| usbip_host_driver.c | ||
| usbip_host_driver.h | ||
| vhci_driver.c | ||
| vhci_driver.h | ||