Blame usbredirserver/usbredirserver.1

Packit 9795e1
.TH USBREDIRSERVER "1" "April 2012" "usbredirserver" "User Commands"
Packit 9795e1
.SH NAME
Packit 9795e1
usbredirserver \- exporting an USB device for use from another (virtual) machine
Packit 9795e1
.SH SYNOPSIS
Packit 9795e1
.B usbredirserver
Packit 9795e1
[\fI-p|--port <port>\fR] [\fI-v|--verbose <0-5>\fR] [\fI-4 <ipv4_addr|I-6 <ipv6_addr>]
Packit 9795e1
\fI<busnum-devnum|vendorid:prodid>\fR
Packit 9795e1
.SH DESCRIPTION
Packit 9795e1
usbredirserver is a small standalone server for exporting an USB device for
Packit 9795e1
use from another (virtual) machine through the usbredir protocol.
Packit 9795e1
.PP
Packit 9795e1
You can specify the USB device to export either by USB id in the form of
Packit 9795e1
\fI<vendorid>:<prodid>\fR, or by USB bus number and device address in the form
Packit 9795e1
of \fI<usbbus>-<usbaddr>\fR.
Packit 9795e1
.PP
Packit 9795e1
Notice that an instance of usbredirserver can only be used to export a
Packit 9795e1
single USB device. If you want to export multiple devices you can start
Packit 9795e1
multiple instances listening on different TCP ports.
Packit 9795e1
.SH OPTIONS
Packit 9795e1
.TP
Packit 9795e1
\fB\-p\fR, \fB\-\-port\fR=\fIPORT\fR
Packit 9795e1
Set the TCP port to listen on to \fIPORT\fR
Packit 9795e1
.TP
Packit 9795e1
\fB\-v\fR, \fB\-\-verbose\fR=\fIVERBOSE\fR
Packit 9795e1
Set usbredirserver's verbosity level to \fIVERBOSE\fR, this mostly affects USB
Packit 9795e1
redirection related messages. Valid values are 0-5:
Packit 9795e1
.br
Packit 9795e1
0:Silent 1:Errors 2:Warnings 3:Info 4:Debug 5:Debug++
Packit 9795e1
.SH AUTHOR
Packit 9795e1
Written by Hans de Goede <hdegoede@redhat.com>
Packit 9795e1
.SH REPORTING BUGS
Packit 9795e1
You can report bugs to the spice-devel mailinglist:
Packit 9795e1
http://lists.freedesktop.org/mailman/listinfo/spice-devel
Packit 9795e1
or filing an issue at:
Packit 9795e1
https://gitlab.freedesktop.org/spice/usbredir/issues/new
Packit 9795e1
.SH COPYRIGHT
Packit 9795e1
Copyright 2010-2012 Red Hat, Inc.
Packit 9795e1
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
Packit 9795e1
.br
Packit 9795e1
This is free software: you are free to change and redistribute it.
Packit 9795e1
There is NO WARRANTY, to the extent permitted by law.