          MODULE=usbredir
         VERSION=0.15.0
          SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_URL=https://spice-space.org/download/${MODULE}/
      SOURCE_VFY=sha256:6dc2a380277688a068191245dac2ab7063a552999d8ac3ad8e841c10ff050961
        WEB_SITE=https://www.spice-space.org/usbredir.html
         ENTERED=20160527
         UPDATED=20250128
           SHORT="USB traffic redirection protocol"

cat << EOF
usbredir is the name of a network protocol for sending usb device traffic over
a network connection. It is also the name of the software package offering a
parsing library, a usbredirhost library and several utilities implementing this
protocol.
usbredir was created for use with Spice but the protocol and the usbredirhost
are completely independent of spice, they could for example also be used to
create a vnc extension for redirecting usb devices over a vnc connection to a
qemu virtual machine.
The usbguest side is currently only implemented for qemu, and shipped as part of
qemu (enabling this in qemu requires the libusbredirparser library to be
available when building qemu).
usbredir supports USB device filtering configurable by a filter string.
EOF
