kernel_optimize_test/drivers/usb/usbip
Yuyang Du a5c7f019c7 usbip: vhci-hcd: Add USB3 port status bits
As USB3 has (slightly) different bit meanings in the port
status. Add a new status bit array for USB3.

Signed-off-by: Yuyang Du <yuyang.du@intel.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-13 10:51:10 +02:00
..
Kconfig
Makefile
README
stub_dev.c
stub_main.c
stub_rx.c
stub_tx.c
stub.h
usbip_common.c
usbip_common.h
usbip_event.c
vhci_hcd.c usbip: vhci-hcd: Add USB3 port status bits 2017-06-13 10:51:10 +02:00
vhci_rx.c usbip: vhci-hcd: Set the vhci structure up to work 2017-06-13 10:51:10 +02:00
vhci_sysfs.c usbip: Add USB_SPEED_SUPER as valid arg 2017-06-13 10:51:10 +02:00
vhci_tx.c
vhci.h usbip: vhci-hcd: Add USB3 SuperSpeed support 2017-06-13 10:51:10 +02:00
vudc_dev.c
vudc_main.c
vudc_rx.c
vudc_sysfs.c
vudc_transfer.c
vudc_tx.c
vudc.h

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>