linux/drivers/staging/usbip
Valentina Manea ec2ff62746 staging: usbip: userspace: add support for viewing imported devices
As of Matt Mooney's major refactoring in 2011, usbip port
option was left out. Add support for this option in
a manner similar to the old implementation.

Sample output:

Imported USB devices
====================
Port 00: <Port in Use> at Full Speed(12Mbps)
       unknown vendor : unknown product (1687:6211)
       2-1 -> usbip://192.168.122.152:3240/1-1
           -> remote bus/dev 001/002

Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com>
Reviewed-by: Ilija Hadzic <ihadzic@research.bell-labs.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-09 08:44:01 -08:00
..
userspace staging: usbip: userspace: add support for viewing imported devices 2014-01-09 08:44:01 -08:00
Kconfig
Makefile
README
stub.h
stub_dev.c
stub_main.c
stub_rx.c staging:usbip:stub_rx.c: Remove warning quoted string split across lines 2013-11-10 11:51:53 -08:00
stub_tx.c
usbip_common.c staging:usbip:usbip_common.c: Join quoted string split accross lines 2013-11-10 11:51:53 -08:00
usbip_common.h
usbip_event.c
usbip_protocol.txt
vhci.h
vhci_hcd.c Staging: usbip: vhci_hcd.c: removed a space 2013-12-03 09:15:02 -08:00
vhci_rx.c
vhci_sysfs.c
vhci_tx.c

README

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>