
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.