RE: [PATCH v13 02/10] usbip: exporting devices: modifications to host side libraries

2016-12-01 Thread fx IWATA NOBUO
ntina.mane...@gmail.com; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Cc: fx MICHIMURA TADAO; Shuah Khan > Subject: Re: [PATCH v13 02/10] usbip: exporting devices: modifications to > host side libraries > > > > On 11/24/2016 06:59 AM, fx IWATA NOBUO wrote: > > Hello, &

Re: [PATCH v13 02/10] usbip: exporting devices: modifications to host side libraries

2016-12-01 Thread Krzysztof Opasiak
On 11/24/2016 06:59 AM, fx IWATA NOBUO wrote: > Hello, > >> This doesn't look like a simple change to rename and reuse an unused >> function. This patch does lot more and is changing the user interface. >> Looks like instead of taking an integer value for device lookup, you >> are changing it to

RE: [PATCH v13 02/10] usbip: exporting devices: modifications to host side libraries

2016-11-23 Thread fx IWATA NOBUO
valentina.mane...@gmail.com; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Cc: fx MICHIMURA TADAO; Shuah Khan > Subject: Re: [PATCH v13 02/10] usbip: exporting devices: modifications to > host side libraries > > On 11/21/2016 11:48 PM, Nobuo Iwata wrote: > > usbip_g

Re: [PATCH v13 02/10] usbip: exporting devices: modifications to host side libraries

2016-11-23 Thread Shuah Khan
On 11/21/2016 11:48 PM, Nobuo Iwata wrote: > usbip_get_device() method in usbip_host_driver_ops was not used. It is > modified as a function to find an exported device for new operations > 'connect' and 'disconnect'. > > bind and unbind function are exported to reuse by new connect and > discon