linux_dsm_epyc7002/drivers/usb/usbip
Felipe Balbi 14f91dd524 usb: ip: remove unnecessary & operation
Now that usb_endpoint_maxp() only returns the lowest
11 bits from wMaxPacketSize, we can remove the &
operation from this driver.

Cc: Valentina Manea <valentina.manea.m@gmail.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: <linux-usb@vger.kernel.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-11-03 10:38:27 +02:00
..
Kconfig usb: Kconfig: using select for USB_COMMON dependency 2016-09-27 12:20:17 +02:00
Makefile
README
stub_dev.c
stub_main.c
stub_rx.c usb: usbip: stub_rx: don't print error when allocating urb fails 2016-08-15 15:54:27 +02:00
stub_tx.c
stub.h
usbip_common.c
usbip_common.h
usbip_event.c
vhci_hcd.c usbip: vhci_hcd: fix return value check in add_platform_device() 2016-08-15 16:25:59 +02:00
vhci_rx.c
vhci_sysfs.c
vhci_tx.c
vhci.h
vudc_dev.c usb: ip: remove unnecessary & operation 2016-11-03 10:38:27 +02:00
vudc_main.c
vudc_rx.c usb: usbip: vudc: fix left shift overflow 2016-08-30 22:28:52 +02:00
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>