> > +#include "../../../../include/uapi/linux/usbip_ux.h"
> So you can just refer this as
I will fix in v3.
Thank you,
n.iwata
//
On Tue, Apr 14, 2015 at 10:00 AM, Nobuo Iwata
wrote:
> diff --git a/tools/usb/usbip/libsrc/usbip_ux.h
> b/tools/usb/usbip/libsrc/usbip_ux.h
> new file mode 100644
> index 000..7506a1c
> --- /dev/null
> +++ b/tools/usb/usbip/libsrc/usbip_ux.h
> +#include "../../../../include/uapi/linux/usbip_
Originally, USB/IP transmits requests and response PDUs for preparation
to transfer URBs in user space, after completion of the preparation,
URBs are transmitted in kernel space.
To make easy to introduce application network protocols like WebSocket,
the driver, usbip_ux.ko, forwards URBs to US