logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

usbredirect - exporting an USB device for use from another (virtual) machine

Author

       Written by Victor Toso <victortoso@redhat.com>

Description

       usbredirect  is  an  usbredir  client for exporting an USB device either as TCP client or server, for use
       from another (virtual) machine through the usbredir protocol.

       You can specify the USB device to export by USB id in the form of <vendorid>:<prodid>.
       Or you can specify the USB device to export in the form of <busnum>-<devnum>.

       Notice that an instance of usbredirect can only be used to export a single USB device and it  will  close
       once  the other side closes the connection. If you want to export multiple devices you can start multiple
       instances listening on different TCP ports.

Name

       usbredirect - exporting an USB device for use from another (virtual) machine

Reporting Bugs

       You can report bugs to the spice-devel mailinglist:  http://lists.freedesktop.org/mailman/listinfo/spice-
       devel or filing an issue at: https://gitlab.freedesktop.org/spice/usbredir/issues/new

Synopsis

usbredirect [--devicevendor:product] [--toaddr:port] [--asaddr:port]
       usbredirect [--devicebus-device] [--toaddr:port] [--asaddr:port]

See Also