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

2017-01-16 Thread fx IWATA NOBUO
hua...@osg.samsung.com>; Shuah Khan <sh...@kernel.org> > Subject: Re: [PATCH v14 02/10] usbip: exporting devices: modifications to > host side libraries > > On 12/26/2016 12:08 AM, Nobuo Iwata wrote: > > Modifications to host driver wrapper and its related operation

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

2017-01-16 Thread fx IWATA NOBUO
uary 12, 2017 9:29 PM > To: fx IWATA NOBUO <nobuo.iw...@fujixerox.co.jp>; > valentina.mane...@gmail.com; sh...@kernel.org; > gre...@linuxfoundation.org; linux-usb@vger.kernel.org > Cc: fx MICHIMURA TADAO <michimura.ta...@fujixerox.co.jp> > Subject: Re: [PATCH v14 02

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

2017-01-13 Thread Krzysztof Opasiak
On 01/13/2017 04:46 PM, Shuah Khan wrote: > On 01/13/2017 04:55 AM, Krzysztof Opasiak wrote: >> >> >> On 01/12/2017 10:14 PM, Shuah Khan wrote: >>> On 12/26/2016 12:08 AM, Nobuo Iwata wrote: Modifications to host driver wrapper and its related operations (i.e. bind/unbind). >>> >>>

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

2017-01-13 Thread Shuah Khan
On 01/13/2017 04:55 AM, Krzysztof Opasiak wrote: > > > On 01/12/2017 10:14 PM, Shuah Khan wrote: >> On 12/26/2016 12:08 AM, Nobuo Iwata wrote: >>> Modifications to host driver wrapper and its related operations (i.e. >>> bind/unbind). >> >> Way too many changes in this one patch. >> >>> >>>

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

2017-01-13 Thread Krzysztof Opasiak
On 01/12/2017 10:14 PM, Shuah Khan wrote: > On 12/26/2016 12:08 AM, Nobuo Iwata wrote: >> Modifications to host driver wrapper and its related operations (i.e. >> bind/unbind). > > Way too many changes in this one patch. > >> >> usbip_get_device() method was not used. The implementation of

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

2017-01-12 Thread Shuah Khan
On 12/26/2016 12:08 AM, Nobuo Iwata wrote: > Modifications to host driver wrapper and its related operations (i.e. > bind/unbind). Way too many changes in this one patch. > > usbip_get_device() method was not used. The implementation of the > method searches a bound devices list by list

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

2017-01-12 Thread Krzysztof Opasiak
On 12/26/2016 08:08 AM, Nobuo Iwata wrote: > Modifications to host driver wrapper and its related operations (i.e. > bind/unbind). > > usbip_get_device() method was not used. The implementation of the > method searches a bound devices list by list index. The position in the > list is

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

2016-12-25 Thread Nobuo Iwata
Modifications to host driver wrapper and its related operations (i.e. bind/unbind). usbip_get_device() method was not used. The implementation of the method searches a bound devices list by list index. The position in the list is meaningless for any operations so it is assumed not to be used