RE: [PATCH v12 2/9] usbip: exporting devices: modifications to host side libraries

2016-11-13 Thread fx IWATA NOBUO
dation.org] > Sent: Thursday, November 10, 2016 9:09 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 2/9] usbip: exporting devices: modifications to > host side libraries >

Re: [PATCH v12 2/9] usbip: exporting devices: modifications to host side libraries

2016-11-10 Thread Greg KH
On Thu, Oct 13, 2016 at 12:52:06PM +0900, 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 for the new

[PATCH v12 2/9] usbip: exporting devices: modifications to host side libraries

2016-10-12 Thread Nobuo Iwata
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 for the new operations. Signed-off-by: Nobuo Iwata ---