Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
usbredir - USB network redirection protocol libraries
- Description:
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. This package contains a number of libraries to help implementing
support for usbredir:
usbredirparser:
A library containing the parser for the usbredir protocol
usbredirhost:
A library implementing the usb-host side of a usbredir connection.
All that an application wishing to implement an usb-host needs to do is:
* Provide a libusb device handle for the device
* Provide write and read callbacks for the actual transport of usbredir data
* Monitor for usbredir and libusb read/write events and call their handlers
Packages
usbredir-0.5.1-3.el6.i686
[41 KiB] |
Changelog
by Victor Toso (2015-12-09):
- Add downstream patch which includes a new callback for usbredir
clients in order to drop isoc packets if client buffer is too big
- Add downstream patch defining USBREDIR_VERSION so applications can
test against which version they are building
- Resolves: rhbz#1290749
|