|
@@ -104,6 +104,8 @@ static int usb_reset_and_verify_device(struct usb_device *udev);
|
|
|
|
|
|
static inline char *portspeed(struct usb_hub *hub, int portstatus)
|
|
static inline char *portspeed(struct usb_hub *hub, int portstatus)
|
|
{
|
|
{
|
|
|
|
+ if (hub_is_superspeedplus(hub->hdev))
|
|
|
|
+ return "10.0 Gb/s";
|
|
if (hub_is_superspeed(hub->hdev))
|
|
if (hub_is_superspeed(hub->hdev))
|
|
return "5.0 Gb/s";
|
|
return "5.0 Gb/s";
|
|
if (portstatus & USB_PORT_STAT_HIGH_SPEED)
|
|
if (portstatus & USB_PORT_STAT_HIGH_SPEED)
|