Re: [PATCH v2 1/1] usb: ehci: using wIndex + 1 for hub port

2014-08-25 Thread Greg Kroah-Hartman
On Mon, Aug 25, 2014 at 01:29:54PM +0800, Peter Chen wrote: > On Tue, Aug 5, 2014 at 8:28 AM, Peter Chen wrote: > > The roothub's index per controller is from 0, but the hub port index per hub > > is from 1, this patch fixes "can't find device at roohub" problem for > > connecting > > test fixtur

Re: [PATCH v2 1/1] usb: ehci: using wIndex + 1 for hub port

2014-08-24 Thread Peter Chen
On Tue, Aug 5, 2014 at 8:28 AM, Peter Chen wrote: > The roothub's index per controller is from 0, but the hub port index per hub > is from 1, this patch fixes "can't find device at roohub" problem for > connecting > test fixture at roohub when do USB-IF Embedded Host High-Speed Electrical > Test

[PATCH v2 1/1] usb: ehci: using wIndex + 1 for hub port

2014-08-04 Thread Peter Chen
The roothub's index per controller is from 0, but the hub port index per hub is from 1, this patch fixes "can't find device at roohub" problem for connecting test fixture at roohub when do USB-IF Embedded Host High-Speed Electrical Test. This patch is for v3.12+. Cc: sta...@vger.kernel.org Signed