Re: [PATCH 1/1] usb,uhci: add a new tag for virtual uhci devices

2013-06-27 Thread Li, Zhen-Hua (USL-China)
it. Thanks Zhen-Hua On 06/27/2013 11:52 PM, Alan Stern wrote: On Thu, 27 Jun 2013, Li, Zhen-Hua (USL-China) wrote: Hi Alan, I don't have a machine that this makes action different. Then why do you want to apply the patch? No matter whether it makes different, there is one thing will never

[PATCH 1/1] usb,uhci: add a new tag for virtual uhci devices

2013-06-26 Thread Li, Zhen-Hua
From: Li, Zhen-Hua zhen-h...@hp.com There's another patch trying to fix this warning: Controller not stopped yet!. It is : 997ff893603c6455da4c5e26ba1d0f81adfecdfc . I don't think it is appropriate to avoid auto-stop for all HP uhci devices. So add one tag for the virtual uhci devices

Re: [PATCH 1/1] usb,uhci: add a new tag for virtual uhci devices

2013-06-26 Thread Li, Zhen-Hua (USL-China)
, Alan Stern wrote: On Wed, 26 Jun 2013, Li, Zhen-Hua wrote: From: Li, Zhen-Hua zhen-h...@hp.com There's another patch trying to fix this warning: Controller not stopped yet!. It is : 997ff893603c6455da4c5e26ba1d0f81adfecdfc . I don't think it is appropriate to avoid auto-stop for all HP uhci

Re: [PATCH 1/1] driver,usb: Fix a warning in uhci-hcd driver

2013-05-05 Thread Li, Zhen-Hua (USL-China)
On 04/29/2013 02:55 AM, Alan Stern wrote: On Sun, 28 Apr 2013, ZhenHua wrote: In fact, the patch is so easy that I am including it below. Please test this (without either of your patches) to see if it works. Alan Stern Index: usb-3.9/drivers/usb/host/uhci-hub.c

[PATCH 1/1] driver,usb: Fix a warning in uhci-hcd driver

2013-04-26 Thread Li, Zhen-Hua
virtual usb device requires a longer delay. Signed-off-by: Li, Zhen-Hua zhen-h...@hp.com --- drivers/usb/host/uhci-hcd.c |5 + drivers/usb/host/uhci-hub.c | 12 +++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci

[PATCH 1/1] driver,usb: Fix a warning in uhci-hcd driver

2013-04-25 Thread Li, Zhen-Hua
not wait enough time. So driver should wait and retry if found controller not stopped. Signed-off-by: Li, Zhen-Hua zhen-h...@hp.com Signed-off-by: Tom Vaden tom.va...@hp.com --- drivers/usb/host/uhci-hcd.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

[PATCH 1/1] driver,usb: Fix a warning in uhci-hcd driver

2013-04-23 Thread Li, Zhen-Hua
From: Li, Zhen-Hua zhen-h...@hp.com This patch is trying to fix bug QXCR1001261767. On some HP platform, when usb driver inits the iLo Virtual USB Controller, there may be a warning Controller not stopped yet!. It is because driver does not wait enough time. This patch adds more time waiting