Re: [PATCH v1 1/1] usbip: adding names db to port operation

2016-05-03 Thread Greg KH
On Mon, May 02, 2016 at 12:02:08AM +, fx IWATA NOBUO wrote: > > Does nothing need to be changed in the usbip code to add this new feature? > > Yes, nothing else is needed. > > Name conversion itself is already done in > libsrc/vhci_driver.c:usbip_vhci_imported_device_dump(). > > For 'list' o

RE: [PATCH v1 1/1] usbip: adding names db to port operation

2016-05-01 Thread fx IWATA NOBUO
o.iwata // > -Original Message- > From: Greg KH [mailto:gre...@linuxfoundation.org] > Sent: Friday, April 29, 2016 4:55 AM > To: fx IWATA NOBUO > Cc: valentina.mane...@gmail.com; shuah...@samsung.com; > linux-usb@vger.kernel.org; fx MICHIMURA TADAO > Subject: Re: [PATCH v

Re: [PATCH v1 1/1] usbip: adding names db to port operation

2016-04-28 Thread Greg KH
On Tue, Mar 22, 2016 at 04:31:03PM +0900, Nobuo Iwata wrote: > Adding names database to port command. > > BEFORE) 'unknown' for vendor and product string. > > Imported USB devices > > Port 00: at Low Speed(1.5Mbps) >unknown vendor : unknown product (03f0:0224) >

[PATCH v1 1/1] usbip: adding names db to port operation

2016-03-22 Thread Nobuo Iwata
Adding names database to port command. BEFORE) 'unknown' for vendor and product string. Imported USB devices Port 00: at Low Speed(1.5Mbps) unknown vendor : unknown product (03f0:0224) 3-1 -> usbip://10.0.2.15:3240/5-1 -> remote bus/dev 005/002 AFTE