RE: [PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-08-12 Thread fx IWATA NOBUO
-- > From: linux-usb-ow...@vger.kernel.org > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Greg KH > Sent: Thursday, August 11, 2016 4:56 PM > To: fx IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Sub

Re: [PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-08-11 Thread Greg KH
On Wed, Aug 10, 2016 at 07:25:09AM +, fx IWATA NOBUO wrote: > Dear Greg, > > I remembered the dependency. > > --- from the cover letter --- > 5. Dependencies > > This series depends on 'usbip: exporting devices' patch set because this > includes changes to application side daemon which

RE: [PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-08-10 Thread fx IWATA NOBUO
om: fx IWATA NOBUO > Sent: Wednesday, August 10, 2016 9:36 AM > To: 'Greg KH' > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Subject: RE: [PATCH v4 2/3] usbip: vhci extension: modifications to > userspace > > > Thi

RE: [PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-08-09 Thread fx IWATA NOBUO
x IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Subject: Re: [PATCH v4 2/3] usbip: vhci extension: modifications to > userspace > > On Mon, Jun 13, 2016 at 11:33:41AM +0900, Nobuo Iwata wrote: > > Modificat

Re: [PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-08-09 Thread Greg KH
On Mon, Jun 13, 2016 at 11:33:41AM +0900, Nobuo Iwata wrote: > Modification to the userspace tools including usbip/libsrc and > usbip/src. > > Changed corresponding to new vhci_sysfs.c. > > nports in sysfs is used to get total number of ports. > > Old get_nports() ignores the last status line

[PATCH v4 2/3] usbip: vhci extension: modifications to userspace

2016-06-12 Thread Nobuo Iwata
Modification to the userspace tools including usbip/libsrc and usbip/src. Changed corresponding to new vhci_sysfs.c. nports in sysfs is used to get total number of ports. Old get_nports() ignores the last status line because udev_device_get_sysattr_value() drops last new line. New version