RE: [PATCH v12 1/9] usbip: exporting devices: modifications to network header

2016-11-13 Thread fx IWATA NOBUO
:08 PM > To: fx IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Subject: Re: [PATCH v12 1/9] usbip: exporting devices: modifications to > network header > > On Thu, Oct 13, 2016 at 12:52:05PM +0900, Nobuo Iwa

Re: [PATCH v12 1/9] usbip: exporting devices: modifications to network header

2016-11-10 Thread Greg KH
On Thu, Oct 13, 2016 at 12:52:05PM +0900, Nobuo Iwata wrote: > Modification to export and un-export response in > tools/usb/usbip/src/usbip_network.h. It just changes return code type > from int to uint32_t as same as other responses. > > Added export and un-export request/response to >

[PATCH v12 1/9] usbip: exporting devices: modifications to network header

2016-10-12 Thread Nobuo Iwata
Modification to export and un-export response in tools/usb/usbip/src/usbip_network.h. It just changes return code type from int to uint32_t as same as other responses. Added export and un-export request/response to Documentation/usb/usbip_protocol.txt. Signed-off-by: Nobuo Iwata