usbip: usb3 support?

2015-06-18 Thread Florian Klink
Hey, I tried to use usbip to access a USB3 device over the network. However, `usbip attach -r $HOST -b $BUS` on the client failed with Failed attach request for unsupported USB speed: super-speed I looked at drivers/usb/usbip/vhci_sysfs.c:150 and discovered USB_SPEED_SUPER wasn't in the list

Re: usbip: usb3 support?

2015-06-18 Thread Greg KH
On Fri, Jun 19, 2015 at 12:36:05AM +0200, Florian Klink wrote: Hey, I tried to use usbip to access a USB3 device over the network. However, `usbip attach -r $HOST -b $BUS` on the client failed with Failed attach request for unsupported USB speed: super-speed I looked at

Re: usbip: usb3 support?

2015-06-18 Thread Florian Klink
I tried to use usbip to access a USB3 device over the network. However, `usbip attach -r $HOST -b $BUS` on the client failed with Failed attach request for unsupported USB speed: super-speed I looked at drivers/usb/usbip/vhci_sysfs.c:150 and discovered USB_SPEED_SUPER wasn't in the list of