usbredir 0.8.0-ok1build1 source package in openKylin
Changelog
usbredir (0.8.0-ok1build1) yangtze; urgency=medium * update changelog -- Cong Liu <email address hidden> Wed, 16 Nov 2022 08:46:00 +0800
usbredir (0.8.0-ok1build1) yangtze; urgency=medium * update changelog -- Cong Liu <email address hidden> Wed, 16 Nov 2022 08:46:00 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
usbredir_0.8.0.orig.tar.bz2 | 323.6 KiB | 87bc9c5a81c982517a1bec70dc8d22e15ae197847643d58f20c0ced3c38c5e00 |
usbredir_0.8.0-ok1build1.debian.tar.xz | 3.4 KiB | 475cf55dd2c03abb0aca3664dce7164a382c18b0f693066b26035fb235d557c8 |
usbredir_0.8.0-ok1build1.dsc | 2.0 KiB | 65a95f0f636df8b309ca85e2fd6f1ad382a8974d927bd51e45994b4fbf569f16 |
Usbredirhost is 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
.
This package contains the development header files.
Usbredirhost is 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
.
This package contains the runtime library.
Usbredirparse is a library containing the parser for the usbredir protocol.
This package contains the development header files.
Usbredirparse is a library containing the parser for the usbredir protocol.
This package contains the runtime library.
usbredirserver is a small standalone server for exporting an USB device for
use from another (virtual) machine through the usbredir protocol.