From: Yuyang Du Date: Thu, 8 Jun 2017 05:04:11 +0000 (+0800) Subject: usbip: Add USB_SPEED_SUPER as valid arg X-Git-Tag: v4.13-rc1~185^2~46 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df9032c13d3e065f606ed669a1afe88e8ca4f25a;p=karo-tx-linux.git usbip: Add USB_SPEED_SUPER as valid arg With this patch, USB_SPEED_SUPER is a valid speed when attaching a USB3 SuperSpeed device. Signed-off-by: Yuyang Du Acked-by: Shuah Khan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/usbip/vhci_sysfs.c b/drivers/usb/usbip/vhci_sysfs.c index cac2319df742..3ad68ff4da2d 100644 --- a/drivers/usb/usbip/vhci_sysfs.c +++ b/drivers/usb/usbip/vhci_sysfs.c @@ -277,6 +277,7 @@ static int valid_args(__u32 pdev_nr, __u32 rhport, enum usb_device_speed speed) case USB_SPEED_FULL: case USB_SPEED_HIGH: case USB_SPEED_WIRELESS: + case USB_SPEED_SUPER: break; default: pr_err("Failed attach request for unsupported USB speed: %s\n",