RE: [PATCH V3 3/4] usb: Create link files between child device and usb port device.

2012-11-06 Thread Lan, Tianyu
; linux-usb@vger.kernel.org Subject: Re: [PATCH V3 3/4] usb: Create link files between child device and usb port device. On Sun, 4 Nov 2012, Lan Tianyu wrote: To show the relationship between usb port and child device, add link file port under usb device's sysfs directoy and device under usb

Re: [PATCH V3 3/4] usb: Create link files between child device and usb port device.

2012-11-05 Thread Alan Stern
On Sun, 4 Nov 2012, Lan Tianyu wrote: To show the relationship between usb port and child device, add link file port under usb device's sysfs directoy and device under usb port device's sysfs directory. They are linked to each other. Signed-off-by: Lan Tianyu tianyu@intel.com ---

[PATCH V3 3/4] usb: Create link files between child device and usb port device.

2012-11-04 Thread Lan Tianyu
To show the relationship between usb port and child device, add link file port under usb device's sysfs directoy and device under usb port device's sysfs directory. They are linked to each other. Signed-off-by: Lan Tianyu tianyu@intel.com --- drivers/usb/core/hub.c | 22