diff options
author | nox <nox@FreeBSD.org> | 2011-08-21 23:43:02 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-08-21 23:43:02 +0800 |
commit | 1b8b318dcb972fbcd2387170f2dd116f1e30ac1a (patch) | |
tree | 92d3b91dea661de9a09416d5811896efcf8ec0c2 /net/Makefile | |
parent | 0c69aea14ec15c406b45168c16e7e1bab94908e6 (diff) | |
download | freebsd-ports-gnome-1b8b318dcb972fbcd2387170f2dd116f1e30ac1a.tar.gz freebsd-ports-gnome-1b8b318dcb972fbcd2387170f2dd116f1e30ac1a.tar.zst freebsd-ports-gnome-1b8b318dcb972fbcd2387170f2dd116f1e30ac1a.zip |
usbredir is a protocol for redirection USB traffic from a single USB device,
to a different (virtual) machine then the one to which the USB device is
attached. See usb-redirection-protocol.txt for the description / definition
of this protocol.
With the official 0.3 release the protocol is now frozen (only extensions
advertised through capabilities can be added from now on).
WWW: http://cgit.freedesktop.org/~jwrdegoede/usbredir/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 6f9a7606a61e..8276e92ea971 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1126,6 +1126,7 @@ SUBDIR += urelay SUBDIR += uriparser SUBDIR += urlendec + SUBDIR += usbredir SUBDIR += ushare SUBDIR += utftpd SUBDIR += v6eval |