RE: [PATCH 04/13] USB/IP: kernel module for userspace URBs transmission

2015-04-13 Thread fx IWATA NOBUO
nterest IoT by USB over WebSocket. Thanks, n.iwata // > -Original Message- > From: Greg KH [mailto:g...@kroah.com] > Sent: Friday, April 10, 2015 9:00 PM > To: fx IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA T

RE: [PATCH 04/13] USB/IP: kernel module for userspace URBs transmission

2015-04-05 Thread fx IWATA NOBUO
to:g...@kroah.com] > Sent: Friday, April 03, 2015 5:07 PM > To: fx IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Subject: Re: [PATCH 04/13] USB/IP: kernel module for userspace URBs > transmission > >

Re: [PATCH 04/13] USB/IP: kernel module for userspace URBs transmission

2015-04-03 Thread Greg KH
On Fri, Apr 03, 2015 at 09:33:32AM +0900, Nobuo Iwata wrote: > Originally, USB/IP transmits requests and response PDUs for preparation to > transfer URBs in user space, after the preparation, URBs are transmitted in > kernel space. > > To make easy to introduce application network protocols like

[PATCH 04/13] USB/IP: kernel module for userspace URBs transmission

2015-04-02 Thread Nobuo Iwata
Originally, USB/IP transmits requests and response PDUs for preparation to transfer URBs in user space, after the preparation, URBs are transmitted in kernel space. To make easy to introduce application network protocols like SSL, WebSocket and so on, the driver, usbip_ux.ko, forwards URBs to U