Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.x86_64
[40 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
|
usbredir-0.5.1-3.el6.i686
[40 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
|
usbredir-0.5.1-2.el6.i686
[39 KiB] |
Changelog
by Hans de Goede (2015-03-02):
- Add upstream patch to fix usbredirparser headerlen bug when talking to
the standalone usbredirserver
- Resolves: rhbz#1085318
- Add upstream patch with do-not-reset-device-blacklist
- Extend blacklist with 2798:0001
- Resolves: rhbz#1115917
|
usbredir-0.5.1-2.el6.x86_64
[39 KiB] |
Changelog
by Hans de Goede (2015-03-02):
- Add upstream patch to fix usbredirparser headerlen bug when talking to
the standalone usbredirserver
- Resolves: rhbz#1085318
- Add upstream patch with do-not-reset-device-blacklist
- Extend blacklist with 2798:0001
- Resolves: rhbz#1115917
|
usbredir-0.5.1-1.el6.x86_64
[38 KiB] |
Changelog
by Hans de Goede (2012-09-19):
- Update to upstream 0.5.1 release
- Resolves: rhbz#842356
- Remove bulk packets time out, this fixes various devices not working
- Resolves: rhbz#834560
- Add support to libusbredirparser for state serialization
- Resolves: rhbz#842316
- Drop isochronous packets when the network is too slow to keep up
- Resolves: rhbz#855737
|
usbredir-0.4.3-1.el6_3.x86_64
[36 KiB] |
Changelog
by Hans de Goede (2012-10-30):
- Add 2 fixes from upstream fixing issues with some bulk devices
- Resolves: rhbz#858776
|
usbredir-0.4.3-1.el6.x86_64
[36 KiB] |
Changelog
by Hans de Goede (2012-04-02):
- Update to upstream 0.4.3 release
- Don't crash on devices in unconfigured state
- Resolves: rhbz#808758
- Significantly speed up reset handling
- Resolves: rhbz#808730
|