linux/drivers/staging/usbip
Shuah Khan cec2e7bb6d staging/usbip: change usbip userspace to include new uapi usbip.h
usbip userspace has duplicated enum definition to report usbip device
status maintained by the kernel. A new uapi usbip.h now defines the
usbip device status for kernel and userspace to use. Change usbip
userspace to include uapi usbip.h for usbip device status.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-03-04 16:12:14 -08:00
..
uapi staging/usbip: add uapi header to export usbip kernel interfaces 2014-03-04 16:12:14 -08:00
userspace staging/usbip: change usbip userspace to include new uapi usbip.h 2014-03-04 16:12:14 -08:00
Kconfig
Makefile
README
stub_dev.c Staging: usbip: Fix the warning of unchecked sscanf return value. 2014-02-27 15:12:11 -08:00
stub_main.c staging: usbip: convert usbip-host driver to usb_device_driver 2014-02-07 10:54:30 -08:00
stub_rx.c staging: usbip: convert usbip-host driver to usb_device_driver 2014-02-07 10:54:30 -08:00
stub_tx.c
stub.h staging: usbip: convert usbip-host driver to usb_device_driver 2014-02-07 10:54:30 -08:00
usbip_common.c staging/usbip: simplify usbip_dump_usb_device() udev->speed handling 2014-02-07 10:55:41 -08:00
usbip_common.h staging/usbip: change usbip to include new uapi usbip.h 2014-03-04 16:12:14 -08:00
usbip_event.c
usbip_protocol.txt
vhci_hcd.c staging/usbip: remove vhci_hcd vhci_hub_status change message 2014-02-07 10:53:35 -08:00
vhci_rx.c
vhci_sysfs.c Merge branch 'staging-linus' into staging-work 2014-02-08 13:38:28 -08:00
vhci_tx.c
vhci.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>